onnxruntime-node 1.13.0-dev.20220812-95f2a3e7e → 1.13.0-dev.20220927-94e34ace1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,4 +26,4 @@ To use on platforms without pre-built binaries, you can build Node.js binding fr
26
26
 
27
27
  ## License
28
28
 
29
- License information can be found [here](https://github.com/microsoft/onnxruntime/blob/master/README.md#license).
29
+ License information can be found [here](https://github.com/microsoft/onnxruntime/blob/main/README.md#license).
package/__commit.txt CHANGED
@@ -1 +1 @@
1
- 95f2a3e7e0adfdd858333313ea29d8b3eb1e5271
1
+ 94e34ace15f4c7011590d387c5dcabaa3e446d7f
package/package.json CHANGED
@@ -13,9 +13,9 @@
13
13
  3
14
14
  ]
15
15
  },
16
- "version": "1.13.0-dev.20220812-95f2a3e7e",
16
+ "version": "1.13.0-dev.20220927-94e34ace1",
17
17
  "dependencies": {
18
- "onnxruntime-common": "~1.13.0-dev.20220808-bdd6b00c9"
18
+ "onnxruntime-common": "~1.13.0-dev.20220904-ac4f1bf96"
19
19
  },
20
20
  "scripts": {
21
21
  "buildr": "tsc && node ./script/build --config=RelWithDebInfo",
@@ -35,13 +35,13 @@
35
35
  ],
36
36
  "devDependencies": {
37
37
  "@types/fs-extra": "^9.0.6",
38
- "@types/minimist": "1.2.1",
38
+ "@types/minimist": "^1.2.2",
39
39
  "@types/mocha": "^8.2.2",
40
40
  "@types/node": "^14.14.37",
41
41
  "cmake-js": "^6.2.1",
42
42
  "fs-extra": "^9.1.0",
43
43
  "jsonc": "^2.0.0",
44
- "minimist": "^1.2.5",
44
+ "minimist": "^1.2.6",
45
45
  "mocha": "^9.2.1",
46
46
  "node-addon-api": "^3.1.0",
47
47
  "onnx-proto": "^4.0.4",