jingyanwangms
8043a9facc
Bump master version to 1.11 ( #9957 )
...
* Bump master version to 1.11
* Update Windows AI version
* update version in onnxruntime_c_api.cc
2021-12-14 23:32:06 -08:00
Sunghoon
6de2a878cb
[js/react_native] Fix a broken manual build ( #10012 )
...
* Fix a broken manual build
* Keep the same file structures
2021-12-13 19:02:10 -08:00
Sunghoon
c7e8365e1f
Resolve security issue reported by dependabot ( #9983 )
2021-12-09 13:45:56 -08:00
Sunghoon
35cf8b8725
[js/react_native] npm audit fix ( #9876 )
...
* add p50 in test
* Audit fix for react native
Co-authored-by: Yulong Wang <yulongw@microsoft.com>
2021-12-08 13:27:31 -08:00
dependabot[bot]
df5eb98b6e
Bump tmpl from 1.0.4 to 1.0.5 in /js/react_native
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-19 03:27:14 +00:00
dependabot[bot]
7ea19539f8
Bump path-parse from 1.0.6 to 1.0.7 in /js/react_native
...
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-11-19 01:51:02 +00:00
dependabot[bot]
0556b41127
Bump react-native from 0.63.4 to 0.64.1 in /js/react_native
...
Bumps [react-native](https://github.com/facebook/react-native ) from 0.63.4 to 0.64.1.
- [Release notes](https://github.com/facebook/react-native/releases )
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react-native/compare/v0.63.4...v0.64.1 )
---
updated-dependencies:
- dependency-name: react-native
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-19 01:50:41 +00:00
Ye Wang
4934455ab6
Bumping up to 1.10 ( #9006 )
...
* bump to 1.10
* Update Versioning.md
* Update README.rst
* Change opset version to 15
2021-09-22 16:34:28 -07:00
Ye Wang
e2194797a7
bumping up to version 1.9 ( #8982 )
...
* bump up version
* makes the windowAI column align with ORT version
* update the hardcoded version string
* fix a typo
2021-09-07 14:30:55 -07:00
Guoyu Wang
52a212e4f1
Bump ORT master version to 1.8.2 ( #8646 )
2021-08-09 11:10:29 -07:00
Yulong Wang
c86b813519
[js] resolve CodeQL warnings for force strict mode ( #8645 )
2021-08-06 19:35:43 -07:00
harshithapv
0f989c6162
bumping onnxruntime version to 1.8.1 ( #8429 )
2021-07-19 16:48:56 -07:00
Sunghoon
8cacb26946
remove debug.keystore from repository due to a credential issue report ( #8113 )
2021-06-22 10:15:10 -07:00
Sunghoon
887c3149e3
[js/react_native] Use a mobile ORT instead of a full ORT ( #8042 )
...
* Change full ort to mobile ort
* Update Android example to load mobile ort
* Change the format of test models to ort
* update ios to use mobile ort
* revise README
* use onnxruntime-mobile-c CocoaPods in a npm package
2021-06-15 13:36:05 -07:00
Yulong Wang
c91602070d
[js] update version of package "onnxruntime-web" and "onnxruntime-react-native" ( #7769 )
2021-05-20 09:52:34 -07:00
Sunghoon
a9b47ca8e7
update debug.keystore for a public usage ( #7696 )
2021-05-14 09:54:54 -07:00
Sunghoon
88d2fc8f1e
ONNX Runtime React Native Library ( #7564 )
...
* onnxruntime react native binding
* add react native backend
* fix lint comments
* fix react native backend for ios
* remove unnecessary files to check in
* move onnxruntime-common to devDependency
* create two podspec files for iphoneos and iphonesimulator
* revise README.md and add third party notices for react native
* rename a package
* rename a package and revise README
* add a license into package.json
* revise README and comments
* fix typo
* fix lint errors
* fix lint errors
* add a prepack script. touch index.tsx and App.tsx to resolve CI issue
* remove a unsupported tsx format from clang-format
* fix a type and add steps tp publish a react native npm package
* resolve comments
* fix clang format
* remove promise wrap. change prepack to typescript
2021-05-11 10:34:40 -07:00