onnxruntime/js/common
dependabot[bot] 333ef3c089 Bump path-parse from 1.0.6 to 1.0.7 in /js/common
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 23:35:34 -07:00
..
lib [js/web] support override wasm file path (#8610) 2021-08-05 18:01:03 -07:00
.gitignore optimize js package folder structure (#7989) 2021-06-08 16:49:06 -07:00
.npmignore optimize js package folder structure (#7989) 2021-06-08 16:49:06 -07:00
package-lock.json Bump path-parse from 1.0.6 to 1.0.7 in /js/common 2021-08-11 23:35:34 -07:00
package.json Bump ORT master version to 1.8.2 (#8646) 2021-08-09 11:10:29 -07:00
README.md [js] fix library bundling and some trivial improvement (#7550) 2021-05-03 18:31:55 -07:00
tsconfig.json optimize js package folder structure (#7989) 2021-06-08 16:49:06 -07:00
webpack.config.js [js] resolve CodeQL warnings for force strict mode (#8645) 2021-08-06 19:35:43 -07:00

ONNX Runtime JavaScript API

ONNX Runtime JavaScript API is a unified API for all JavaScript usages. It's dependency of the following NPM packages:

  • onnxruntime-node
  • onnxruntime-web
  • onnxruntime-react-native

This package (onnxruntime-common) is not designed for using directly. Please consider to install one of the NPM packages above according to target platform.

License

License information can be found here.