@blocklet/pages-kit 0.6.104 → 0.6.105

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.6.104",
3
+ "version": "0.6.105",
4
4
  "description": "Pages Kit components and utils for blocklet(s)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -44,6 +44,10 @@
44
44
  "import": "./lib/esm/utils/*.js",
45
45
  "require": "./lib/cjs/utils/*.js"
46
46
  },
47
+ "./hooks/*": {
48
+ "import": "./lib/esm/hooks/*.js",
49
+ "require": "./lib/cjs/hooks/*.js"
50
+ },
47
51
  "./contexts/*": {
48
52
  "import": "./lib/esm/contexts/*.js",
49
53
  "require": "./lib/cjs/contexts/*.js"
@@ -78,6 +82,10 @@
78
82
  "./lib/types/utils/*.d.ts",
79
83
  "./lib/types/utils/*/index.d.ts"
80
84
  ],
85
+ "hooks/*": [
86
+ "./lib/types/hooks/*.d.ts",
87
+ "./lib/types/hooks/*/index.d.ts"
88
+ ],
81
89
  "contexts/*": [
82
90
  "./lib/types/contexts/*.d.ts",
83
91
  "./lib/types/contexts/*/index.d.ts"
@@ -99,8 +107,8 @@
99
107
  "@arcblock/did-connect-react": "^3.1.52",
100
108
  "@blocklet/aigne-hub": "^0.4.57",
101
109
  "@blocklet/aigne-sdk": "^0.5.26",
102
- "@blocklet/js-sdk": "^1.16.54-beta-20251027-105624-dfa978f8",
103
- "@blocklet/sdk": "^1.16.54-beta-20251027-105624-dfa978f8",
110
+ "@blocklet/js-sdk": "^v1.16.54-beta-20251028-092308-569763e6",
111
+ "@blocklet/sdk": "^v1.16.54-beta-20251028-092308-569763e6",
104
112
  "@blocklet/uploader": "^0.2.15",
105
113
  "@blocklet/xss": "^0.2.12",
106
114
  "@faker-js/faker": "^9.0.3",
@@ -131,6 +139,7 @@
131
139
  "node-fetch": "^2.7.0",
132
140
  "react-best-gradient-color-picker": "^3.0.14",
133
141
  "react-error-boundary": "^4.0.13",
142
+ "react-fast-compare": "^3.2.2",
134
143
  "react-flags-select": "^2.2.3",
135
144
  "react-frame-component": "^5.2.7",
136
145
  "react-helmet": "^6.1.0",
@@ -150,7 +159,7 @@
150
159
  "yaml": "^2.5.0",
151
160
  "zod": "^3.25.76",
152
161
  "zustand": "^4.5.5",
153
- "@blocklet/pages-kit-core": "^0.6.104"
162
+ "@blocklet/pages-kit-core": "^0.6.105"
154
163
  },
155
164
  "peerDependencies": {
156
165
  "@arcblock/ux": "^3.1.39",
@@ -171,8 +180,8 @@
171
180
  },
172
181
  "devDependencies": {
173
182
  "@arcblock/ux": "^3.1.52",
174
- "@blocklet/js-sdk": "^1.16.54-beta-20251027-105624-dfa978f8",
175
- "@blocklet/sdk": "^1.16.54-beta-20251027-105624-dfa978f8",
183
+ "@blocklet/js-sdk": "^v1.16.54-beta-20251028-092308-569763e6",
184
+ "@blocklet/sdk": "^v1.16.54-beta-20251028-092308-569763e6",
176
185
  "@emotion/cache": "^11.14.0",
177
186
  "@emotion/css": "^11.13.5",
178
187
  "@emotion/react": "^11.14.0",