com.github.asus4.onnxruntime 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
60
60
  }
61
61
  ]
62
62
  "dependencies": {
63
- "com.github.asus4.onnxruntime": "0.1.10",
64
- "com.github.asus4.onnxruntime.unity": "0.1.10",
65
- "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.10",
66
- "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.10",
67
- "com.github.asus4.onnxruntime.extensions": "0.1.10",
63
+ "com.github.asus4.onnxruntime": "0.1.11",
64
+ "com.github.asus4.onnxruntime.unity": "0.1.11",
65
+ "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.11",
66
+ "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.11",
67
+ "com.github.asus4.onnxruntime-extensions": "0.1.11",
68
68
  ... other dependencies
69
69
  }
70
70
  ```
@@ -77,4 +77,4 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
77
77
  - `com.github.asus4.onnxruntime.unity` : (Optional) Utilities for Unity
78
78
  - `com.github.asus4.onnxruntime.win-x64-gpu` : (Optional) GPU provider for Windows
79
79
  - `com.github.asus4.onnxruntime.linux-x64-gpu` : (Optional) GPU provider for Linux
80
- - `com.github.asus4.onnxruntime.extensions` : (Optional) ONNX Runtime Extensions
80
+ - `com.github.asus4.onnxruntime-extensions` : (Optional) ONNX Runtime Extensions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.github.asus4.onnxruntime",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "displayName": "ONNX Runtime",
5
5
  "description": "ONNX Runtime Plugin for Unity",
6
6
  "keywords": [