@blocklet/pages-kit-runtime 0.6.44 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit-runtime",
3
- "version": "0.6.44",
3
+ "version": "0.6.46",
4
4
  "description": "Pages Kit runtime library",
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"
@@ -107,9 +103,9 @@
107
103
  "url": "git+https://github.com/blocklet/pages-kit.git"
108
104
  },
109
105
  "dependencies": {
110
- "@arcblock/ux": "^3.1.4",
106
+ "@arcblock/ux": "^3.1.6",
111
107
  "@blocklet/js-sdk": "1.16.44",
112
- "@blocklet/ui-react": "^3.1.4",
108
+ "@blocklet/ui-react": "^3.1.6",
113
109
  "@mdx-js/react": "^3.1.0",
114
110
  "@mui/icons-material": "^7.1.2",
115
111
  "@mui/material": "^7.1.2",
@@ -126,7 +122,7 @@
126
122
  "typescript": "^5.7.2",
127
123
  "ufo": "^1.5.4",
128
124
  "vite-plugin-react-pages": "^5.0.0",
129
- "@blocklet/pages-kit-inner-components": "0.6.44"
125
+ "@blocklet/pages-kit-inner-components": "0.6.46"
130
126
  },
131
127
  "peerDependencies": {
132
128
  "react": "^19.1.0",
@@ -135,7 +131,7 @@
135
131
  "@mui/icons-material": "^7.1.2",
136
132
  "@mui/material": "^7.1.2",
137
133
  "@arcblock/ux": "^3.0.8",
138
- "@blocklet/pages-kit-inner-components": "0.6.44"
134
+ "@blocklet/pages-kit-inner-components": "0.6.46"
139
135
  },
140
136
  "devDependencies": {
141
137
  "@rollup/plugin-typescript": "^11.1.6",