onnxruntime-node 1.16.0-dev.20230704-d540c7da0f → 1.16.0-dev.20230820-cbaa008391

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
- d540c7da0f47324e3548dff0dcc1329689227e01
1
+ cbaa00839177650073da298d7693e7e42f6940e1
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.16.0-dev.20230704-d540c7da0f';
8
+ exports.version = '1.16.0-dev.20230820-cbaa008391';
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.16.0-dev.20230704-d540c7da0f';
7
+ export const version = '1.16.0-dev.20230820-cbaa008391';
package/package.json CHANGED
@@ -13,9 +13,9 @@
13
13
  3
14
14
  ]
15
15
  },
16
- "version": "1.16.0-dev.20230704-d540c7da0f",
16
+ "version": "1.16.0-dev.20230820-cbaa008391",
17
17
  "dependencies": {
18
- "onnxruntime-common": "~1.16.0-dev.20230704-d540c7da0f"
18
+ "onnxruntime-common": "~1.16.0-dev.20230820-cbaa008391"
19
19
  },
20
20
  "scripts": {
21
21
  "buildr": "tsc && node ./script/build --config=RelWithDebInfo",
@@ -35,11 +35,9 @@
35
35
  ],
36
36
  "devDependencies": {
37
37
  "@types/minimist": "^1.2.2",
38
- "@types/mocha": "^10.0.1",
39
38
  "cmake-js": "^7.2.1",
40
39
  "jsonc": "^2.0.0",
41
40
  "minimist": "^1.2.8",
42
- "mocha": "^10.2.0",
43
41
  "node-addon-api": "^6.0.0",
44
42
  "onnx-proto": "^8.0.1"
45
43
  },