onnxruntime-node 1.13.0-dev.20220812-95f2a3e7e → 1.13.0-dev.20220904-ac4f1bf96
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 +1 -1
- package/__commit.txt +1 -1
- package/bin/napi-v3/darwin/arm64/libonnxruntime.1.13.0.dylib +0 -0
- package/bin/napi-v3/darwin/x64/libonnxruntime.1.13.0.dylib +0 -0
- package/bin/napi-v3/linux/arm64/libonnxruntime.so.1.13.0 +0 -0
- package/bin/napi-v3/linux/x64/libonnxruntime.so.1.13.0 +0 -0
- package/bin/napi-v3/win32/arm64/onnxruntime.dll +0 -0
- package/bin/napi-v3/win32/arm64/onnxruntime_binding.node +0 -0
- package/bin/napi-v3/win32/arm64/onnxruntime_providers_shared.dll +0 -0
- package/bin/napi-v3/win32/x64/onnxruntime.dll +0 -0
- package/bin/napi-v3/win32/x64/onnxruntime_binding.node +0 -0
- package/bin/napi-v3/win32/x64/onnxruntime_providers_shared.dll +0 -0
- package/package.json +4 -4
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/
|
|
29
|
+
License information can be found [here](https://github.com/microsoft/onnxruntime/blob/main/README.md#license).
|
package/__commit.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ac4f1bf9603967212333cf9c9e5487145e7c91bc
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
3
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"version": "1.13.0-dev.
|
|
16
|
+
"version": "1.13.0-dev.20220904-ac4f1bf96",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"onnxruntime-common": "~1.13.0-dev.
|
|
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.
|
|
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.
|
|
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",
|