@blocklet/pages-kit 0.2.463 → 0.2.465
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/lib/cjs/builtin/async/image-preview.js +17 -7
- package/lib/cjs/builtin/async/react-markdown.js +17 -7
- package/lib/cjs/builtin/async/react-scroll-to-bottom.js +17 -7
- package/lib/cjs/builtin/async/react-syntax-highlighter.js +17 -7
- package/lib/cjs/builtin/react.js +17 -7
- package/lib/cjs/components/CustomComponentRenderer/BlockletReactComponentRenderer.js +17 -7
- package/lib/cjs/components/CustomComponentRenderer/state.js +17 -7
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/cjs/utils/builtin.js +17 -7
- package/lib/cjs/utils/inject-global-components.js +17 -7
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.465",
|
|
4
4
|
"description": "Pages Kit components and utils",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -94,8 +94,6 @@
|
|
|
94
94
|
"dependencies": {
|
|
95
95
|
"@arcblock/did-connect": "^2.10.82",
|
|
96
96
|
"@blocklet/ai-kit": "^0.1.66",
|
|
97
|
-
"@blocklet/js-sdk": "1.16.34-beta-20241212-152152-0b8d4bb3",
|
|
98
|
-
"@blocklet/sdk": "1.16.34-beta-20241212-152152-0b8d4bb3",
|
|
99
97
|
"@faker-js/faker": "^9.0.3",
|
|
100
98
|
"@iconify-icons/tabler": "^1.2.95",
|
|
101
99
|
"@iconify/react": "^5.0.2",
|
|
@@ -137,6 +135,8 @@
|
|
|
137
135
|
"peerDependencies": {
|
|
138
136
|
"@arcblock/ux": "^2.8.17",
|
|
139
137
|
"@blocklet/ai-runtime": "^0.4.80",
|
|
138
|
+
"@blocklet/js-sdk": "^1.16.33",
|
|
139
|
+
"@blocklet/sdk": "^1.16.33",
|
|
140
140
|
"@emotion/cache": "^11.11.0",
|
|
141
141
|
"@emotion/css": "^11.11.2",
|
|
142
142
|
"@emotion/react": "^11.11.1",
|
|
@@ -151,6 +151,8 @@
|
|
|
151
151
|
"devDependencies": {
|
|
152
152
|
"@arcblock/ux": "^2.10.82",
|
|
153
153
|
"@blocklet/ai-runtime": "^0.4.167",
|
|
154
|
+
"@blocklet/js-sdk": "^1.16.33",
|
|
155
|
+
"@blocklet/sdk": "^1.16.33",
|
|
154
156
|
"@emotion/cache": "^11.13.1",
|
|
155
157
|
"@emotion/css": "^11.13.0",
|
|
156
158
|
"@emotion/react": "^11.13.0",
|