@blocklet/pages-kit 0.6.45 → 0.6.46
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/tsconfig.tsbuildinfo +1 -1
- package/lib/cjs/utils/builtin.js +0 -1
- package/lib/cjs/utils/inject-global-components-dump-json.js +0 -45
- package/lib/cjs/utils/inject-global-components.js +1 -2
- package/lib/cjs/utils/typescript/builtin-module-transformer.js +3 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/utils/builtin.js +0 -1
- package/lib/esm/utils/inject-global-components-dump-json.js +0 -45
- package/lib/esm/utils/inject-global-components.js +1 -2
- package/lib/esm/utils/typescript/builtin-module-transformer.js +3 -1
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/lib/types/utils/builtin.d.ts +0 -1
- package/package.json +8 -14
- package/lib/cjs/builtin/async/ai-runtime.js +0 -17
- package/lib/esm/builtin/async/ai-runtime.js +0 -1
- package/lib/types/builtin/async/ai-runtime.d.ts +0 -1
|
@@ -28,7 +28,6 @@ export declare const BuiltinModules: {
|
|
|
28
28
|
'@blocklet/pages-kit/builtin/async/react-markdown': {};
|
|
29
29
|
'@blocklet/pages-kit/builtin/async/react-syntax-highlighter': {};
|
|
30
30
|
'@blocklet/pages-kit/builtin/async/image-preview': {};
|
|
31
|
-
'@blocklet/pages-kit/builtin/async/ai-runtime': {};
|
|
32
31
|
'@blocklet/pages-kit/builtin/uploader': {};
|
|
33
32
|
'@blocklet/pages-kit/builtin/color-picker': {};
|
|
34
33
|
'@blocklet/pages-kit/builtin/markdown/index': {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.46",
|
|
4
4
|
"description": "Pages Kit components and utils for blocklet(s)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -28,10 +28,6 @@
|
|
|
28
28
|
"import": "./lib/esm/builtin/*.js",
|
|
29
29
|
"require": "./lib/cjs/builtin/*.js"
|
|
30
30
|
},
|
|
31
|
-
"./builtin/async/ai-runtime": {
|
|
32
|
-
"import": "./lib/esm/builtin/async/ai-runtime/index.js",
|
|
33
|
-
"require": "./lib/cjs/builtin/async/ai-runtime/index.js"
|
|
34
|
-
},
|
|
35
31
|
"./components": {
|
|
36
32
|
"import": "./lib/esm/components/index.js",
|
|
37
33
|
"require": "./lib/cjs/components/index.js"
|
|
@@ -100,7 +96,7 @@
|
|
|
100
96
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
101
97
|
},
|
|
102
98
|
"dependencies": {
|
|
103
|
-
"@arcblock/did-connect-react": "^3.1.
|
|
99
|
+
"@arcblock/did-connect-react": "^3.1.6",
|
|
104
100
|
"@blocklet/aigne-hub": "^0.3.10",
|
|
105
101
|
"@blocklet/js-sdk": "^1.16.48",
|
|
106
102
|
"@blocklet/sdk": "^1.16.48",
|
|
@@ -152,14 +148,13 @@
|
|
|
152
148
|
"yaml": "^2.5.0",
|
|
153
149
|
"zod": "^3.25.76",
|
|
154
150
|
"zustand": "^4.5.5",
|
|
155
|
-
"@blocklet/pages-kit-core": "^0.6.
|
|
151
|
+
"@blocklet/pages-kit-core": "^0.6.46"
|
|
156
152
|
},
|
|
157
153
|
"peerDependencies": {
|
|
158
|
-
"@arcblock/ux": "^3.
|
|
159
|
-
"@blocklet/
|
|
160
|
-
"@blocklet/
|
|
161
|
-
"@blocklet/
|
|
162
|
-
"@blocklet/uploader": "^0.1.82",
|
|
154
|
+
"@arcblock/ux": "^3.1.6",
|
|
155
|
+
"@blocklet/js-sdk": "^1.16.48",
|
|
156
|
+
"@blocklet/sdk": "^1.16.48",
|
|
157
|
+
"@blocklet/uploader": "^0.2.7",
|
|
163
158
|
"@emotion/cache": "^11.11.0",
|
|
164
159
|
"@emotion/css": "^11.11.2",
|
|
165
160
|
"@emotion/react": "^11.11.1",
|
|
@@ -173,8 +168,7 @@
|
|
|
173
168
|
"react-router-dom": "^6.16.0"
|
|
174
169
|
},
|
|
175
170
|
"devDependencies": {
|
|
176
|
-
"@arcblock/ux": "^3.1.
|
|
177
|
-
"@blocklet/ai-runtime": "^0.5.3",
|
|
171
|
+
"@arcblock/ux": "^3.1.6",
|
|
178
172
|
"@blocklet/js-sdk": "^1.16.48",
|
|
179
173
|
"@blocklet/sdk": "^1.16.48",
|
|
180
174
|
"@emotion/cache": "^11.14.0",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("@blocklet/ai-runtime/front"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@blocklet/ai-runtime/front';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@blocklet/ai-runtime/front';
|