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 CHANGED
@@ -1 +1 @@
1
- 81d363045ba273b16a3ec654c53a15217a2d2a36
1
+ a63b71eadb56d7a75f4861d20ed50fcd6909e3ab
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.20240117-81d363045b';
8
+ exports.version = '1.17.0-dev.20240118-a63b71eadb';
9
9
  //# sourceMappingURL=version.js.map
package/lib/version.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  // This file is generated by /js/scripts/update-version.ts
5
5
  // Do not modify file content manually.
6
6
 
7
- export const version = '1.17.0-dev.20240117-81d363045b';
7
+ export const version = '1.17.0-dev.20240118-a63b71eadb';
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  3
14
14
  ]
15
15
  },
16
- "version": "1.17.0-dev.20240117-81d363045b",
16
+ "version": "1.17.0-dev.20240118-a63b71eadb",
17
17
  "dependencies": {
18
18
  "onnxruntime-common": "1.17.0-dev.20240116-80f274ca6f"
19
19
  },