Skip to content
This repository was archived by the owner on Jun 4, 2021. It is now read-only.

Commit aba330c

Browse files
committed
v0.4.0-rev.1: a temp fix for onnx-proto dependency missing
1 parent 0b2a932 commit aba330c

File tree

2 files changed

+18
-40
lines changed

2 files changed

+18
-40
lines changed

package-lock.json

Lines changed: 15 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "onnxjs-node",
33
"description": "a Node.js binding of ONNXRuntime that works seamlessly with ONNX.js",
4-
"version": "0.4.0",
4+
"version": "0.4.0-rev.1",
55
"author": "fs-eire",
66
"main": "./lib/index.js",
77
"scripts": {
@@ -50,12 +50,12 @@
5050
"node-addon-api": "^1.6.3",
5151
"node-pre-gyp-github": "^1.4.3",
5252
"onnx-proto": "^4.0.2",
53-
"protobufjs": "^6.8.8",
5453
"rimraf": "^2.6.3",
5554
"typescript": "^3.4.5"
5655
},
5756
"dependencies": {
5857
"node-pre-gyp": "^0.13.0",
59-
"onnxjs": "^0.1.6"
58+
"onnxjs": "^0.1.6",
59+
"protobufjs": "^6.8.8"
6060
}
6161
}

0 commit comments

Comments
 (0)