@weapp-core/schematics 1.0.3 → 1.0.5

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/dist/index.cjs CHANGED
@@ -72,7 +72,8 @@ export default defineAppJson({
72
72
  usingComponents: {},
73
73
  pages: [
74
74
  "pages/index/index"
75
- ]
75
+ ],
76
+ sitemapLocation: "sitemap.json"
76
77
  });
77
78
  }
78
79
  } else if (type === "page") {
package/dist/index.d.cts CHANGED
@@ -211,6 +211,9 @@ interface App$1 {
211
211
  [k: string]: unknown;
212
212
  };
213
213
  convertRpxToVw?: boolean;
214
+ appBar?: {
215
+ [k: string]: unknown;
216
+ };
214
217
  style?: string;
215
218
  singlePage?: {
216
219
  [k: string]: unknown;
@@ -232,7 +235,6 @@ interface App$1 {
232
235
  [k: string]: unknown;
233
236
  };
234
237
  componentFramework?: string;
235
- $schema?: string;
236
238
  [k: string]: unknown;
237
239
  }
238
240
  /**
@@ -256,7 +258,6 @@ interface Component$1 {
256
258
  [k: string]: unknown;
257
259
  };
258
260
  componentFramework?: string;
259
- $schema?: string;
260
261
  [k: string]: unknown;
261
262
  }
262
263
  /**
@@ -292,7 +293,6 @@ interface Page$1 {
292
293
  [k: string]: unknown;
293
294
  };
294
295
  componentFramework?: string;
295
- $schema?: string;
296
296
  componentPlaceholder?: {
297
297
  [k: string]: unknown;
298
298
  };
@@ -330,7 +330,6 @@ interface Sitemap$1 {
330
330
  matching?: "exact" | "inclusive" | "exclusive" | "partial";
331
331
  priority?: number;
332
332
  }[];
333
- $schema?: string;
334
333
  [k: string]: unknown;
335
334
  }
336
335
  /**
@@ -345,7 +344,6 @@ interface Theme$1 {
345
344
  dark: {
346
345
  [k: string]: unknown;
347
346
  };
348
- $schema?: string;
349
347
  [k: string]: unknown;
350
348
  }
351
349
 
package/dist/index.d.ts CHANGED
@@ -211,6 +211,9 @@ interface App$1 {
211
211
  [k: string]: unknown;
212
212
  };
213
213
  convertRpxToVw?: boolean;
214
+ appBar?: {
215
+ [k: string]: unknown;
216
+ };
214
217
  style?: string;
215
218
  singlePage?: {
216
219
  [k: string]: unknown;
@@ -232,7 +235,6 @@ interface App$1 {
232
235
  [k: string]: unknown;
233
236
  };
234
237
  componentFramework?: string;
235
- $schema?: string;
236
238
  [k: string]: unknown;
237
239
  }
238
240
  /**
@@ -256,7 +258,6 @@ interface Component$1 {
256
258
  [k: string]: unknown;
257
259
  };
258
260
  componentFramework?: string;
259
- $schema?: string;
260
261
  [k: string]: unknown;
261
262
  }
262
263
  /**
@@ -292,7 +293,6 @@ interface Page$1 {
292
293
  [k: string]: unknown;
293
294
  };
294
295
  componentFramework?: string;
295
- $schema?: string;
296
296
  componentPlaceholder?: {
297
297
  [k: string]: unknown;
298
298
  };
@@ -330,7 +330,6 @@ interface Sitemap$1 {
330
330
  matching?: "exact" | "inclusive" | "exclusive" | "partial";
331
331
  priority?: number;
332
332
  }[];
333
- $schema?: string;
334
333
  [k: string]: unknown;
335
334
  }
336
335
  /**
@@ -345,7 +344,6 @@ interface Theme$1 {
345
344
  dark: {
346
345
  [k: string]: unknown;
347
346
  };
348
- $schema?: string;
349
347
  [k: string]: unknown;
350
348
  }
351
349
 
package/dist/index.js CHANGED
@@ -45,7 +45,8 @@ export default defineAppJson({
45
45
  usingComponents: {},
46
46
  pages: [
47
47
  "pages/index/index"
48
- ]
48
+ ],
49
+ sitemapLocation: "sitemap.json"
49
50
  });
50
51
  }
51
52
  } else if (type === "page") {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@weapp-core/schematics",
3
3
  "type": "module",
4
- "version": "1.0.3",
4
+ "version": "1.0.5",
5
5
  "description": "@weapp-core/schematics",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",