Skip to content

Commit 2e062f2

Browse files
authored
Merge pull request #61 from asus4/revert-big-npm-package
Revert big NPM package
2 parents 496a3c0 + b4c7e86 commit 2e062f2

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
publish_npm com.github.asus4.onnxruntime
4141
publish_npm com.github.asus4.onnxruntime.unity
4242
publish_npm com.github.asus4.onnxruntime-extensions
43-
publish_npm com.github.asus4.onnxruntime.linux-x64-gpu
44-
publish_npm com.github.asus4.onnxruntime.win-x64-gpu
43+
# publish_npm com.github.asus4.onnxruntime.linux-x64-gpu
44+
# publish_npm com.github.asus4.onnxruntime.win-x64-gpu
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4747
# Upload packages to GitHub release page

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
7070
}
7171
]
7272
"dependencies": {
73-
"com.github.asus4.onnxruntime": "0.3.4",
74-
"com.github.asus4.onnxruntime.unity": "0.3.4",
75-
"com.github.asus4.onnxruntime.win-x64-gpu": "0.3.4",
76-
"com.github.asus4.onnxruntime-extensions": "0.3.4",
73+
"com.github.asus4.onnxruntime": "0.3.5",
74+
"com.github.asus4.onnxruntime.unity": "0.3.5",
75+
"com.github.asus4.onnxruntime.win-x64-gpu": "0.3.5",
76+
"com.github.asus4.onnxruntime-extensions": "0.3.5",
7777
... other dependencies
7878
}
7979
```

com.github.asus4.onnxruntime-extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.asus4.onnxruntime-extensions",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"displayName": "ONNX Runtime Extensions",
55
"description": "ONNX Runtime Extensions for Unity",
66
"keywords": [
@@ -10,7 +10,7 @@
1010
"unity": "2022.3",
1111
"unityRelease": "0f1",
1212
"dependencies": {
13-
"com.github.asus4.onnxruntime": "0.3.4"
13+
"com.github.asus4.onnxruntime": "0.3.5"
1414
},
1515
"repository": {
1616
"type": "git",

com.github.asus4.onnxruntime-genai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.asus4.onnxruntime-genai",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"displayName": "ONNX Runtime GenAI",
55
"description": "ONNX Runtime Generative AI for Unity",
66
"keywords": [
@@ -10,7 +10,7 @@
1010
"unity": "2022.3",
1111
"unityRelease": "0f1",
1212
"dependencies": {
13-
"com.github.asus4.onnxruntime": "0.3.4"
13+
"com.github.asus4.onnxruntime": "0.3.5"
1414
},
1515
"repository": {
1616
"type": "git",

com.github.asus4.onnxruntime.linux-x64-gpu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.asus4.onnxruntime.linux-x64-gpu",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"displayName": "ONNX Runtime - Linux x64 GPU",
55
"description": "ONNX Runtime for Unity - Linux x64 GPU Provider",
66
"keywords": [
@@ -10,7 +10,7 @@
1010
"unity": "2022.3",
1111
"unityRelease": "0f1",
1212
"dependencies": {
13-
"com.github.asus4.onnxruntime": "0.3.4"
13+
"com.github.asus4.onnxruntime": "0.3.5"
1414
},
1515
"repository": {
1616
"type": "git",

com.github.asus4.onnxruntime.unity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.asus4.onnxruntime.unity",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"displayName": "ONNX Runtime Unity Utilities",
55
"description": "ONNX Runtime Utilities for Unity",
66
"keywords": [
@@ -10,7 +10,7 @@
1010
"unity": "2022.3",
1111
"unityRelease": "0f1",
1212
"dependencies": {
13-
"com.github.asus4.onnxruntime": "0.3.4"
13+
"com.github.asus4.onnxruntime": "0.3.5"
1414
},
1515
"repository": {
1616
"type": "git",

com.github.asus4.onnxruntime.win-x64-gpu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.asus4.onnxruntime.win-x64-gpu",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"displayName": "ONNX Runtime - Windows x64 GPU",
55
"description": "ONNX Runtime for Unity - Windows x64 GPU Provider",
66
"keywords": [
@@ -10,7 +10,7 @@
1010
"unity": "2022.3",
1111
"unityRelease": "0f1",
1212
"dependencies": {
13-
"com.github.asus4.onnxruntime": "0.3.4"
13+
"com.github.asus4.onnxruntime": "0.3.5"
1414
},
1515
"repository": {
1616
"type": "git",

com.github.asus4.onnxruntime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.asus4.onnxruntime",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"displayName": "ONNX Runtime",
55
"description": "ONNX Runtime Plugin for Unity",
66
"keywords": [

0 commit comments

Comments
 (0)