@bysir/herdr-web 0.8.1 → 0.8.2
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bysir/herdr-web",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "浏览器里的 herdr 终端 + 语音投稿。一个 Go 二进制,前端嵌在里面。",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/zbysir/herdr-web#readme",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"node": ">=18"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"@bysir/herdr-web-darwin-arm64": "0.8.
|
|
33
|
-
"@bysir/herdr-web-darwin-x64": "0.8.
|
|
34
|
-
"@bysir/herdr-web-linux-arm64": "0.8.
|
|
35
|
-
"@bysir/herdr-web-linux-x64": "0.8.
|
|
32
|
+
"@bysir/herdr-web-darwin-arm64": "0.8.2",
|
|
33
|
+
"@bysir/herdr-web-darwin-x64": "0.8.2",
|
|
34
|
+
"@bysir/herdr-web-linux-arm64": "0.8.2",
|
|
35
|
+
"@bysir/herdr-web-linux-x64": "0.8.2"
|
|
36
36
|
}
|
|
37
37
|
}
|