update package version for onnxruntime-web in rel-1.17.3 (#20269)

### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
Yulong Wang 2024-04-10 17:21:46 -07:00 committed by GitHub
parent 4beca149a3
commit c149cd5b65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "onnxruntime-node",
"version": "1.17.2",
"version": "1.17.3",
"license": "MIT",
"os": [
"win32",
@ -27,7 +27,7 @@
},
"../common": {
"name": "onnxruntime-common",
"version": "1.17.0",
"version": "1.17.3",
"license": "MIT",
"devDependencies": {
"typedoc": "^0.25.7"

View file

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "onnxruntime-web",
"version": "1.17.2",
"version": "1.17.3",
"license": "MIT",
"dependencies": {
"flatbuffers": "^1.12.0",
@ -49,7 +49,7 @@
},
"../common": {
"name": "onnxruntime-common",
"version": "1.17.0",
"version": "1.17.3",
"license": "MIT",
"devDependencies": {
"typedoc": "^0.25.7"

View file

@ -8,7 +8,7 @@
"type": "git"
},
"author": "fs-eire",
"version": "1.17.2",
"version": "1.17.3",
"jsdelivr": "dist/ort.min.js",
"dependencies": {
"flatbuffers": "^1.12.0",