@blocklet/pages-kit 0.4.84 → 0.4.86

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.
@@ -1,4 +1,4 @@
1
1
  import { SourceFile, TransformerFactory } from 'typescript';
2
2
  export declare const isRelativeModule: (moduleSpecifier: string) => boolean;
3
- export declare const isAwaitModule: (moduleSpecifier: string) => boolean;
3
+ export declare const isAsyncModule: (moduleSpecifier: string) => boolean;
4
4
  export declare const createBuiltinModuleTransformer: (ts: typeof import("typescript")) => TransformerFactory<SourceFile>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.4.84",
3
+ "version": "0.4.86",
4
4
  "description": "Pages Kit components and utils for blocklet(s)",
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.12.44",
95
+ "@arcblock/did-connect": "^2.12.48",
96
96
  "@blocklet/ai-kit": "^0.1.72",
97
97
  "@blocklet/js-sdk": "^1.16.40",
98
98
  "@blocklet/sdk": "^1.16.40",
@@ -153,7 +153,7 @@
153
153
  "react-router-dom": "^6.16.0"
154
154
  },
155
155
  "devDependencies": {
156
- "@arcblock/ux": "^2.12.44",
156
+ "@arcblock/ux": "^2.12.48",
157
157
  "@blocklet/ai-runtime": "^0.4.254",
158
158
  "@blocklet/js-sdk": "^1.16.40",
159
159
  "@blocklet/sdk": "^1.16.40",