@zhin.js/console 1.0.10 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zhin.js/console
2
2
 
3
+ ## 1.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f75b7f: fix: production
8
+
3
9
  ## 1.0.10
4
10
 
5
11
  ### Patch Changes
package/client/index.html CHANGED
@@ -4,6 +4,7 @@
4
4
  <meta charset='UTF-8'>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Zhin</title>
7
+ <script src="https://cdn.jsdelivr.net.cn/npm/@tailwindcss/browser@4"></script>
7
8
  <script type="importmap">
8
9
  {
9
10
  "imports": {
package/dist/index.html CHANGED
@@ -4,6 +4,7 @@
4
4
  <meta charset='UTF-8'>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Zhin</title>
7
+ <script src="https://cdn.jsdelivr.net.cn/npm/@tailwindcss/browser@4"></script>
7
8
 
8
9
  <script type="importmap">
9
10
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/console",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Zhin 控制台",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -55,10 +55,10 @@
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@types/ws": "^8.18.1",
58
- "@zhin.js/http": "^1.0.7",
59
- "@zhin.js/core": "^1.0.14",
60
58
  "@zhin.js/client": "^1.0.5",
61
- "@zhin.js/types": "^1.0.5"
59
+ "@zhin.js/http": "^1.0.7",
60
+ "@zhin.js/types": "^1.0.5",
61
+ "@zhin.js/core": "^1.0.14"
62
62
  },
63
63
  "peerDependenciesMeta": {
64
64
  "@zhin.js/types": {