onnxruntime-node 1.17.0-dev.20240117-81d363045b → 1.17.0-dev.20240118-a63b71eadb
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/__commit.txt +1 -1
- package/bin/napi-v3/darwin/arm64/libonnxruntime.1.17.0.dylib +0 -0
- package/bin/napi-v3/darwin/x64/libonnxruntime.1.17.0.dylib +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/version.js +1 -1
- package/lib/version.ts +1 -1
- package/package.json +1 -1
package/__commit.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
a63b71eadb56d7a75f4861d20ed50fcd6909e3ab
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/version.js
CHANGED
|
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.version = void 0;
|
|
6
6
|
// This file is generated by /js/scripts/update-version.ts
|
|
7
7
|
// Do not modify file content manually.
|
|
8
|
-
exports.version = '1.17.0-dev.
|
|
8
|
+
exports.version = '1.17.0-dev.20240118-a63b71eadb';
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
package/lib/version.ts
CHANGED