com.github.asus4.onnxruntime 0.4.0 → 0.4.1

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ONNX Runtime Plugin for Unity
2
2
 
3
- [![upm](https://img.shields.io/npm/v/com.github.asus4.onnxruntime?label=upm)](https://www.npmjs.com/package/com.github.asus4.onnxruntime)
3
+ [![upm](https://img.shields.io/npm/v/com.github.asus4.onnxruntime?label=upm)](https://www.npmjs.com/package/com.github.asus4.onnxruntime) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/asus4/onnxruntime-unity)
4
4
 
5
5
  Pre-built ONNX Runtime libraries for Unity.
6
6
 
@@ -70,10 +70,10 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
70
70
  }
71
71
  ]
72
72
  "dependencies": {
73
- "com.github.asus4.onnxruntime": "0.4.0",
74
- "com.github.asus4.onnxruntime.unity": "0.4.0",
75
- "com.github.asus4.onnxruntime.win-x64-gpu": "0.4.0",
76
- "com.github.asus4.onnxruntime-extensions": "0.4.0",
73
+ "com.github.asus4.onnxruntime": "0.4.1",
74
+ "com.github.asus4.onnxruntime.unity": "0.4.1",
75
+ "com.github.asus4.onnxruntime.win-x64-gpu": "0.4.1",
76
+ "com.github.asus4.onnxruntime-extensions": "0.4.1",
77
77
  ... other dependencies
78
78
  }
79
79
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.github.asus4.onnxruntime",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "displayName": "ONNX Runtime",
5
5
  "description": "ONNX Runtime Plugin for Unity",
6
6
  "keywords": [