onnxruntime-node 1.13.0-dev.20221001-0cf17b192 → 1.13.1
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/bin/napi-v3/darwin/arm64/{libonnxruntime.1.13.0.dylib → libonnxruntime.1.13.1.dylib} +0 -0
- package/bin/napi-v3/darwin/arm64/onnxruntime_binding.node +0 -0
- package/bin/napi-v3/darwin/x64/{libonnxruntime.1.13.0.dylib → libonnxruntime.1.13.1.dylib} +0 -0
- package/bin/napi-v3/darwin/x64/onnxruntime_binding.node +0 -0
- package/bin/napi-v3/linux/arm64/{libonnxruntime.so.1.13.0 → libonnxruntime.so.1.13.1} +0 -0
- package/bin/napi-v3/linux/arm64/onnxruntime_binding.node +0 -0
- package/bin/napi-v3/linux/x64/{libonnxruntime.so.1.13.0 → libonnxruntime.so.1.13.1} +0 -0
- package/bin/napi-v3/linux/x64/onnxruntime_binding.node +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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/lib/index.ts +1 -1
- package/package.json +2 -2
- package/__commit.txt +0 -1
package/bin/napi-v3/darwin/arm64/{libonnxruntime.1.13.0.dylib → libonnxruntime.1.13.1.dylib}
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -15,5 +15,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
15
15
|
__exportStar(require("onnxruntime-common"), exports);
|
|
16
16
|
const onnxruntime_common_1 = require("onnxruntime-common");
|
|
17
17
|
const backend_1 = require("./backend");
|
|
18
|
-
onnxruntime_common_1.registerBackend('cpu', backend_1.onnxruntimeBackend,
|
|
18
|
+
onnxruntime_common_1.registerBackend('cpu', backend_1.onnxruntimeBackend, 100);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":";AAAA,4DAA4D;AAC5D,kCAAkC;;;;;;;;;;;;AAElC,qDAAmC;AACnC,2DAAmD;AACnD,uCAA6C;AAE7C,oCAAe,CAAC,KAAK,EAAE,4BAAkB,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":";AAAA,4DAA4D;AAC5D,kCAAkC;;;;;;;;;;;;AAElC,qDAAmC;AACnC,2DAAmD;AACnD,uCAA6C;AAE7C,oCAAe,CAAC,KAAK,EAAE,4BAAkB,EAAE,GAAG,CAAC,CAAC"}
|
package/lib/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
3
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"version": "1.13.
|
|
16
|
+
"version": "1.13.1",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"onnxruntime-common": "~1.13.
|
|
18
|
+
"onnxruntime-common": "~1.13.1"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"buildr": "tsc && node ./script/build --config=RelWithDebInfo",
|
package/__commit.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0cf17b1921ce882cb8e8e058cc39d38b2eee0469
|