onnxruntime-node 1.14.0-dev.20230119-b51415b0ea → 1.14.1-dev.20230322-ab8a1ad437

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
- b51415b0ea24f404417fc0d37c3c7bcf48ae5042
1
+ ab8a1ad437611d1c83093bad35ece85c9f449dc8
package/package.json CHANGED
@@ -13,9 +13,9 @@
13
13
  3
14
14
  ]
15
15
  },
16
- "version": "1.14.0-dev.20230119-b51415b0ea",
16
+ "version": "1.14.1-dev.20230322-ab8a1ad437",
17
17
  "dependencies": {
18
- "onnxruntime-common": "~1.14.0-dev.20230119-b51415b0ea"
18
+ "onnxruntime-common": "~1.14.1-dev.20230322-ab8a1ad437"
19
19
  },
20
20
  "scripts": {
21
21
  "buildr": "tsc && node ./script/build --config=RelWithDebInfo",