@blocklet/pages-kit 0.5.31 → 0.5.33
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as component from '@blocklet/sdk/lib/component';
|
|
1
2
|
import * as reactScrollToBottom from '../builtin/async/react-scroll-to-bottom';
|
|
2
3
|
import * as dayjs from '../builtin/dayjs';
|
|
3
4
|
import * as emotionCss from '../builtin/emotion/css';
|
|
@@ -44,4 +45,5 @@ export declare const BuiltinModules: {
|
|
|
44
45
|
'@blocklet/pages-kit/builtin/color-picker': {};
|
|
45
46
|
'@blocklet/pages-kit/builtin/markdown/index': {};
|
|
46
47
|
'@blocklet/pages-kit/builtin/event-bus': {};
|
|
48
|
+
'@blocklet/sdk/lib/component': typeof component;
|
|
47
49
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.33",
|
|
4
4
|
"description": "Pages Kit components and utils for blocklet(s)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -100,10 +100,10 @@
|
|
|
100
100
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@arcblock/did-connect": "^2.13.
|
|
103
|
+
"@arcblock/did-connect": "^2.13.61",
|
|
104
104
|
"@blocklet/ai-kit": "^0.1.78",
|
|
105
|
-
"@blocklet/js-sdk": "^1.16.
|
|
106
|
-
"@blocklet/sdk": "^1.16.
|
|
105
|
+
"@blocklet/js-sdk": "^1.16.44",
|
|
106
|
+
"@blocklet/sdk": "^1.16.44",
|
|
107
107
|
"@blocklet/uploader": "^0.1.95",
|
|
108
108
|
"@blocklet/xss": "^0.1.36",
|
|
109
109
|
"@faker-js/faker": "^9.0.3",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"ufo": "^1.5.4",
|
|
152
152
|
"yaml": "^2.5.0",
|
|
153
153
|
"zustand": "^4.5.5",
|
|
154
|
-
"@blocklet/pages-kit-core": "^0.5.
|
|
154
|
+
"@blocklet/pages-kit-core": "^0.5.33"
|
|
155
155
|
},
|
|
156
156
|
"peerDependencies": {
|
|
157
157
|
"@arcblock/ux": "^2.11.35",
|
|
@@ -172,10 +172,10 @@
|
|
|
172
172
|
"react-router-dom": "^6.16.0"
|
|
173
173
|
},
|
|
174
174
|
"devDependencies": {
|
|
175
|
-
"@arcblock/ux": "^2.13.
|
|
176
|
-
"@blocklet/ai-runtime": "^0.4.
|
|
177
|
-
"@blocklet/js-sdk": "^1.16.
|
|
178
|
-
"@blocklet/sdk": "^1.16.
|
|
175
|
+
"@arcblock/ux": "^2.13.61",
|
|
176
|
+
"@blocklet/ai-runtime": "^0.4.272",
|
|
177
|
+
"@blocklet/js-sdk": "^1.16.44",
|
|
178
|
+
"@blocklet/sdk": "^1.16.44",
|
|
179
179
|
"@emotion/cache": "^11.13.1",
|
|
180
180
|
"@emotion/css": "^11.13.0",
|
|
181
181
|
"@emotion/react": "^11.13.0",
|