onnxruntime-node 1.12.0 → 1.13.0-dev.20220812-95f2a3e7e

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 ADDED
@@ -0,0 +1 @@
1
+ 95f2a3e7e0adfdd858333313ea29d8b3eb1e5271
package/package.json CHANGED
@@ -13,18 +13,18 @@
13
13
  3
14
14
  ]
15
15
  },
16
- "version": "1.12.0",
16
+ "version": "1.13.0-dev.20220812-95f2a3e7e",
17
17
  "dependencies": {
18
- "onnxruntime-common": "~1.12.0"
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
  },