@blocklet/pages-kit 0.4.13-beta.20250227 → 0.4.15
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.
|
@@ -45,7 +45,7 @@ export interface CustomComponentPropertyBase {
|
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
47
|
export interface CustomComponentCommonProperty extends CustomComponentPropertyBase {
|
|
48
|
-
type: 'number' | 'boolean' | 'json' | 'url' | 'decimal' | 'yaml' | 'color'
|
|
48
|
+
type: 'number' | 'boolean' | 'json' | 'url' | 'decimal' | 'yaml' | 'color';
|
|
49
49
|
}
|
|
50
50
|
export interface CustomComponentCustomProperty extends CustomComponentPropertyBase {
|
|
51
51
|
type: 'custom';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.15",
|
|
4
4
|
"description": "Pages Kit components and utils",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@arcblock/did-connect": "^2.
|
|
95
|
+
"@arcblock/did-connect": "^2.12.1",
|
|
96
96
|
"@blocklet/ai-kit": "^0.1.71",
|
|
97
97
|
"@blocklet/js-sdk": "^1.16.39",
|
|
98
98
|
"@blocklet/sdk": "^1.16.39",
|
|
@@ -152,8 +152,8 @@
|
|
|
152
152
|
"react-router-dom": "^6.16.0"
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
|
-
"@arcblock/ux": "^2.
|
|
156
|
-
"@blocklet/ai-runtime": "^0.4.
|
|
155
|
+
"@arcblock/ux": "^2.12.1",
|
|
156
|
+
"@blocklet/ai-runtime": "^0.4.245",
|
|
157
157
|
"@blocklet/js-sdk": "^1.16.39",
|
|
158
158
|
"@blocklet/sdk": "^1.16.39",
|
|
159
159
|
"@emotion/cache": "^11.13.1",
|