Merge pull request #496 from hicccc77/dev

Dev
This commit is contained in:
cc
2026-03-20 00:23:58 +08:00
committed by GitHub
2 changed files with 11 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ jobs:
cache: "npm" cache: "npm"
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: npm install
- name: Sync version with tag - name: Sync version with tag
shell: bash shell: bash
@@ -65,7 +65,7 @@ jobs:
cache: "npm" cache: "npm"
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: npm install
- name: Sync version with tag - name: Sync version with tag
shell: bash shell: bash
@@ -101,7 +101,7 @@ jobs:
cache: 'npm' cache: 'npm'
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: npm install
- name: Sync version with tag - name: Sync version with tag
shell: bash shell: bash

11
package-lock.json generated
View File

@@ -29,6 +29,7 @@
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"sherpa-onnx-node": "^1.10.38", "sherpa-onnx-node": "^1.10.38",
"silk-wasm": "^3.7.1", "silk-wasm": "^3.7.1",
"sudo-prompt": "^9.2.1",
"wechat-emojis": "^1.0.2", "wechat-emojis": "^1.0.2",
"zustand": "^5.0.2" "zustand": "^5.0.2"
}, },
@@ -9691,9 +9692,6 @@
"sherpa-onnx-win-x64": "^1.12.23" "sherpa-onnx-win-x64": "^1.12.23"
} }
}, },
"node_modules/sherpa-onnx-node/node_modules/sherpa-onnx-darwin-x64": {
"optional": true
},
"node_modules/sherpa-onnx-win-ia32": { "node_modules/sherpa-onnx-win-ia32": {
"version": "1.12.23", "version": "1.12.23",
"resolved": "https://registry.npmmirror.com/sherpa-onnx-win-ia32/-/sherpa-onnx-win-ia32-1.12.23.tgz", "resolved": "https://registry.npmmirror.com/sherpa-onnx-win-ia32/-/sherpa-onnx-win-ia32-1.12.23.tgz",
@@ -9998,6 +9996,13 @@
"inline-style-parser": "0.2.7" "inline-style-parser": "0.2.7"
} }
}, },
"node_modules/sudo-prompt": {
"version": "9.2.1",
"resolved": "https://registry.npmmirror.com/sudo-prompt/-/sudo-prompt-9.2.1.tgz",
"integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==",
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"license": "MIT"
},
"node_modules/sumchecker": { "node_modules/sumchecker": {
"version": "3.0.1", "version": "3.0.1",
"resolved": "https://registry.npmmirror.com/sumchecker/-/sumchecker-3.0.1.tgz", "resolved": "https://registry.npmmirror.com/sumchecker/-/sumchecker-3.0.1.tgz",