@blocklet/pages-kit 0.2.371 → 0.2.372
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/ai-runtime/api/session.js +48 -50
- package/lib/cjs/builtin/async/ai-runtime/index.js +3 -1
- package/lib/cjs/builtin/async/ai-runtime/state/session.js +3 -2
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/builtin/async/ai-runtime/api/session.js +48 -50
- package/lib/esm/builtin/async/ai-runtime/index.js +1 -0
- package/lib/esm/builtin/async/ai-runtime/state/session.js +3 -2
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/types/builtin/async/ai-runtime/api/session.d.ts +16 -5
- package/lib/types/builtin/async/ai-runtime/index.d.ts +1 -0
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.372",
|
|
4
4
|
"description": "Pages Kit components and utils",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -92,13 +92,13 @@
|
|
|
92
92
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@arcblock/did-connect": "^2.10.
|
|
96
|
-
"@blocklet/ai-kit": "^0.1.
|
|
97
|
-
"@blocklet/ai-runtime": "^0.3.
|
|
95
|
+
"@arcblock/did-connect": "^2.10.5",
|
|
96
|
+
"@blocklet/ai-kit": "^0.1.44",
|
|
97
|
+
"@blocklet/ai-runtime": "^0.3.31",
|
|
98
98
|
"@blocklet/js-sdk": "^1.16.28",
|
|
99
99
|
"@blocklet/sdk": "^1.16.28",
|
|
100
|
-
"@iconify/react": "^
|
|
101
|
-
"@lottiefiles/lottie-player": "^
|
|
100
|
+
"@iconify/react": "^5.0.1",
|
|
101
|
+
"@lottiefiles/lottie-player": "^2.0.4",
|
|
102
102
|
"@types/file-saver": "^2.0.7",
|
|
103
103
|
"axios": "^1.7.2",
|
|
104
104
|
"dayjs": "^1.11.11",
|
|
@@ -142,13 +142,13 @@
|
|
|
142
142
|
"react-router-dom": "^6.16.0"
|
|
143
143
|
},
|
|
144
144
|
"devDependencies": {
|
|
145
|
-
"@arcblock/ux": "^2.10.
|
|
145
|
+
"@arcblock/ux": "^2.10.5",
|
|
146
146
|
"@emotion/cache": "^11.11.0",
|
|
147
147
|
"@emotion/css": "^11.11.2",
|
|
148
148
|
"@emotion/react": "^11.11.4",
|
|
149
|
-
"@mui/icons-material": "^5.16.
|
|
150
|
-
"@mui/lab": "^5.0.0-alpha.
|
|
151
|
-
"@mui/material": "^5.16.
|
|
149
|
+
"@mui/icons-material": "^5.16.1",
|
|
150
|
+
"@mui/lab": "^5.0.0-alpha.172",
|
|
151
|
+
"@mui/material": "^5.16.1",
|
|
152
152
|
"@types/lodash": "^4.17.6",
|
|
153
153
|
"@types/mustache": "^4.2.5",
|
|
154
154
|
"@types/node-fetch": "^2.6.11",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"react": "^18.3.1",
|
|
162
162
|
"react-dom": "^18.3.1",
|
|
163
163
|
"react-router-dom": "^6.24.1",
|
|
164
|
-
"rimraf": "^
|
|
164
|
+
"rimraf": "^6.0.1"
|
|
165
165
|
},
|
|
166
166
|
"scripts": {
|
|
167
167
|
"lint": "eslint src --ext .mjs,.js,.jsx,.ts,.tsx",
|