onnxruntime-node 1.12.0-dev.20220708-c6732c079 → 1.13.0-dev.20220808-bdd6b00c9

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
- c6732c079b4fbf644bc939729c87d70195251d83
1
+ bdd6b00c9a6a5cdd2925762a9058e5c46f4a787f
package/package.json CHANGED
@@ -13,18 +13,18 @@
13
13
  3
14
14
  ]
15
15
  },
16
- "version": "1.12.0-dev.20220708-c6732c079",
16
+ "version": "1.13.0-dev.20220808-bdd6b00c9",
17
17
  "dependencies": {
18
- "onnxruntime-common": "~1.12.0-dev.20220505-084165c74"
18
+ "onnxruntime-common": "~1.13.0-dev.20220808-bdd6b00c9"
19
19
  },
20
20
  "scripts": {
21
21
  "buildr": "tsc && node ./script/build --config=RelWithDebInfo",
22
- "prepare": "tsc --build script && tsc",
22
+ "prepare": "tsc --build script test .",
23
23
  "rebuild": "tsc && node ./script/build --rebuild",
24
24
  "rebuildd": "tsc && node ./script/build --rebuild --config=Debug",
25
25
  "buildd": "tsc && node ./script/build --config=Debug",
26
26
  "build": "tsc && node ./script/build",
27
- "test": "tsc --build test && mocha ./test/test-main",
27
+ "test": "tsc --build ../scripts && node ../scripts/prepare-onnx-node-tests && mocha ./test/test-main",
28
28
  "prepack": "node ./script/prepack",
29
29
  "rebuildr": "tsc && node ./script/build --rebuild --config=RelWithDebInfo"
30
30
  },