@blocklet/pages-kit-block-studio 0.4.141 → 0.4.143

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.
@@ -2,7 +2,7 @@ export * from '../constants';
2
2
  export interface GlobOptions {
3
3
  cwd?: string;
4
4
  filter?: string[];
5
- strictExist?: boolean;
5
+ strictExistMetadata?: boolean;
6
6
  }
7
7
  export declare const logger: typeof console;
8
8
  export declare function setBlockEntryFilesPattern(pattern: string): void;
@@ -25,7 +25,7 @@ export declare const downloadAsset: ({ asset, savePath, componentDid, }: {
25
25
  componentDid: string;
26
26
  }) => Promise<void>;
27
27
  export declare const getPreviewImageRelativePath: (name: string) => string;
28
- export declare function initializeMetadata(tempFilePath?: string, strictExist?: boolean): any;
28
+ export declare function initializeMetadata(tempFilePath?: string, strictExistMetadata?: boolean): any;
29
29
  export declare function generateYaml(metadata: any): string;
30
30
  export declare function getBlockStudioInfo(): import("@blocklet/sdk/lib/config").MountPoint | undefined;
31
31
  export declare const getBlockCode: (filePath: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit-block-studio",
3
- "version": "0.4.141",
3
+ "version": "0.4.143",
4
4
  "description": "Pages Kit block studio for blocklet(s)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -108,7 +108,7 @@
108
108
  },
109
109
  "dependencies": {
110
110
  "@blocklet/sdk": "^1.16.42",
111
- "@blocklet/ui-react": "^2.13.14",
111
+ "@blocklet/ui-react": "^2.13.16",
112
112
  "@blocklet/uploader-server": "^0.1.96",
113
113
  "@mdx-js/react": "^3.1.0",
114
114
  "@mui/material": "^5.16.14",
@@ -141,11 +141,12 @@
141
141
  "zod": "^3.24.2",
142
142
  "zod-to-json-schema": "^3.24.4",
143
143
  "zod-to-ts": "^1.2.0",
144
- "@blocklet/pages-kit": "0.4.141"
144
+ "@blocklet/pages-kit": "0.4.143"
145
145
  },
146
146
  "devDependencies": {
147
147
  "@rollup/plugin-typescript": "^11.1.6",
148
148
  "@types/compression": "^1.7.5",
149
+ "@types/express": "^4.17.21",
149
150
  "@types/react": "^18.3.18",
150
151
  "@types/react-dom": "^18.3.5",
151
152
  "@vitejs/plugin-react": "^4.3.4",
@@ -154,8 +155,7 @@
154
155
  "vite-node": "^2.1.8",
155
156
  "vite-plugin-require": "^1.2.14",
156
157
  "vite-tsconfig-paths": "^4.3.2",
157
- "zx": "^8.3.0",
158
- "@types/express": "^4.17.21"
158
+ "zx": "^8.3.0"
159
159
  },
160
160
  "peerDependencies": {
161
161
  "@blocklet/sdk": "^1.16.39",
@@ -167,7 +167,7 @@
167
167
  "zod": "^3.24.2",
168
168
  "zod-to-json-schema": "^3.24.4",
169
169
  "zod-to-ts": "^1.2.0",
170
- "@blocklet/pages-kit": "0.4.141"
170
+ "@blocklet/pages-kit": "0.4.143"
171
171
  },
172
172
  "scripts": {
173
173
  "lint": "eslint src --ext .mjs,.js,.jsx,.ts,.tsx",