@blocklet/pages-kit 0.6.53 → 0.6.56

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.53",
3
+ "version": "0.6.56",
4
4
  "description": "Pages Kit components and utils for blocklet(s)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -97,7 +97,8 @@
97
97
  },
98
98
  "dependencies": {
99
99
  "@arcblock/did-connect-react": "^3.1.21",
100
- "@blocklet/aigne-hub": "^0.3.13",
100
+ "@blocklet/aigne-hub": "^0.3.15",
101
+ "@blocklet/aigne-sdk": "^0.5.8",
101
102
  "@blocklet/js-sdk": "^1.16.48",
102
103
  "@blocklet/sdk": "^1.16.48",
103
104
  "@blocklet/uploader": "^0.2.7",
@@ -148,7 +149,7 @@
148
149
  "yaml": "^2.5.0",
149
150
  "zod": "^3.25.76",
150
151
  "zustand": "^4.5.5",
151
- "@blocklet/pages-kit-core": "^0.6.53"
152
+ "@blocklet/pages-kit-core": "^0.6.56"
152
153
  },
153
154
  "peerDependencies": {
154
155
  "@arcblock/ux": "^3.1.6",