onnxruntime-node
Advanced tools
Comparing version 1.7.0-dev.0 to 1.7.0-dev.4
{ | ||
"binary": { | ||
"module_path": "./bin", | ||
"host": "https://onnxruntimetestdata.blob.core.windows.net/onnxruntime-node-prebuild/", | ||
"napi_versions": [ | ||
3 | ||
] | ||
}, | ||
"license": "MIT", | ||
"name": "onnxruntime-node", | ||
"description": "ONNXRuntime Node.js binding", | ||
"repository": { | ||
@@ -16,7 +10,8 @@ "url": "https://github.com/Microsoft/onnxruntime.git", | ||
"author": "fs-eire", | ||
"version": "1.7.0-dev.0", | ||
"dependencies": { | ||
"onnxruntime-common": "1.7.0-dev.0", | ||
"prebuild-install": "^6.1.2" | ||
}, | ||
"version": "1.7.0-dev.4", | ||
"keywords": [ | ||
"ONNX", | ||
"ONNXRuntime", | ||
"ONNX Runtime" | ||
], | ||
"scripts": { | ||
@@ -34,6 +29,6 @@ "build": "tsc && node ./script/build", | ||
}, | ||
"keywords": [ | ||
"ONNX", | ||
"ONNX Runtime" | ||
], | ||
"dependencies": { | ||
"onnxruntime-common": "~1.7.0-dev.4", | ||
"prebuild-install": "^6.1.2" | ||
}, | ||
"devDependencies": { | ||
@@ -58,5 +53,6 @@ "@types/fs-extra": "^9.0.6", | ||
"typedoc": "^0.20.25", | ||
"typescript": "^4.1.3" | ||
"typescript": "^4.2.4" | ||
}, | ||
"main": "./lib/index.js", | ||
"types": "./types/lib/index.d.ts", | ||
"os": [ | ||
@@ -67,4 +63,9 @@ "win32", | ||
], | ||
"types": "./types/lib/index.d.ts", | ||
"description": "ONNXRuntime Node.js binding" | ||
"binary": { | ||
"module_path": "./bin", | ||
"host": "https://onnxruntimetestdata.blob.core.windows.net/onnxruntime-node-prebuild/", | ||
"napi_versions": [ | ||
3 | ||
] | ||
} | ||
} |
@@ -29,2 +29,2 @@ # ONNX Runtime Node.js Binding | ||
License information can be found [here](../../README.md#license). | ||
License information can be found [here](https://github.com/microsoft/onnxruntime/blob/master/README.md#license). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14644
+ Addedonnxruntime-common@1.7.0-dev.6.2(transitive)
- Removedonnxruntime-common@1.7.0-dev.0(transitive)