Comparing version 3.1.1 to 4.0.0
{ | ||
"name": "onnx-proto", | ||
"version": "3.1.1", | ||
"version": "4.0.0", | ||
"description": "Onnx Protobuf definition for JavaScript", | ||
@@ -9,3 +9,3 @@ "main": "dist/onnx.js", | ||
"scripts": { | ||
"build": "npm install && sh run.sh", | ||
"build": "sh run.sh", | ||
"publish-npm": "npm publish" | ||
@@ -24,4 +24,4 @@ }, | ||
"dependencies": { | ||
"protobufjs": "^6.8.3" | ||
"protobufjs": "^6.8.8" | ||
} | ||
} |
@@ -0,7 +1,12 @@ | ||
[![Build Status](https://travis-ci.org/chaosmail/onnx-proto.svg?branch=master)](https://travis-ci.org/chaosmail/onnx-proto) | ||
# Onnx Proto | ||
Compiled Onnx Protobuf definition for JavaScript from [github.com/onnx/onnx](https://github.com/onnx/onnx/master/onnx/onnx.proto3). | ||
Compiled Onnx Protobuf definition for JavaScript from [github.com/onnx/onnx/blob/master/onnx/onnx.proto3](https://github.com/onnx/onnx/blob/master/onnx/onnx.proto3). | ||
## Changelog | ||
* 4.0.0 | ||
* Add Travis CI/CD | ||
* Update to latest Onnx definition | ||
* 3.1.1 | ||
@@ -12,2 +17,9 @@ * Remove unused files | ||
## Build | ||
```sh | ||
npm install | ||
npm run build | ||
``` | ||
## License | ||
@@ -14,0 +26,0 @@ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29
7616
97
Updatedprotobufjs@^6.8.8