@weapp-core/schematics 1.0.10 → 1.0.12

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
@@ -69,7 +69,7 @@ export default defineAppJson({
69
69
  `;
70
70
  } else {
71
71
  return JSONStringify({
72
- $schema: "https://vite.icebreaker.top/app.json",
72
+ $schema: "https://ice-vite.netlify.app/app.json",
73
73
  usingComponents: {},
74
74
  pages: [
75
75
  "pages/index/index"
@@ -94,7 +94,7 @@ export default definePageJson({
94
94
  `;
95
95
  } else {
96
96
  return JSONStringify({
97
- $schema: "https://vite.icebreaker.top/page.json",
97
+ $schema: "https://ice-vite.netlify.app/page.json",
98
98
  usingComponents: {}
99
99
  });
100
100
  }
@@ -119,7 +119,7 @@ export default defineComponentJson({
119
119
  `;
120
120
  } else {
121
121
  return JSONStringify({
122
- $schema: "https://vite.icebreaker.top/component.json",
122
+ $schema: "https://ice-vite.netlify.app/component.json",
123
123
  component: true,
124
124
  styleIsolation: "apply-shared",
125
125
  usingComponents: {}
package/dist/index.d.cts CHANGED
@@ -230,7 +230,7 @@ interface App$1 {
230
230
  [k: string]: unknown;
231
231
  };
232
232
  usingComponents?: {
233
- [k: string]: unknown;
233
+ [k: string]: string;
234
234
  };
235
235
  componentFramework?: string;
236
236
  [k: string]: unknown;
@@ -261,7 +261,7 @@ interface Component$1 {
261
261
  [k: string]: unknown;
262
262
  };
263
263
  usingComponents?: {
264
- [k: string]: unknown;
264
+ [k: string]: string;
265
265
  };
266
266
  componentFramework?: string;
267
267
  [k: string]: unknown;
@@ -296,7 +296,7 @@ interface Page$1 {
296
296
  [k: string]: unknown;
297
297
  };
298
298
  usingComponents?: {
299
- [k: string]: unknown;
299
+ [k: string]: string;
300
300
  };
301
301
  componentFramework?: string;
302
302
  componentPlaceholder?: {
package/dist/index.d.ts CHANGED
@@ -230,7 +230,7 @@ interface App$1 {
230
230
  [k: string]: unknown;
231
231
  };
232
232
  usingComponents?: {
233
- [k: string]: unknown;
233
+ [k: string]: string;
234
234
  };
235
235
  componentFramework?: string;
236
236
  [k: string]: unknown;
@@ -261,7 +261,7 @@ interface Component$1 {
261
261
  [k: string]: unknown;
262
262
  };
263
263
  usingComponents?: {
264
- [k: string]: unknown;
264
+ [k: string]: string;
265
265
  };
266
266
  componentFramework?: string;
267
267
  [k: string]: unknown;
@@ -296,7 +296,7 @@ interface Page$1 {
296
296
  [k: string]: unknown;
297
297
  };
298
298
  usingComponents?: {
299
- [k: string]: unknown;
299
+ [k: string]: string;
300
300
  };
301
301
  componentFramework?: string;
302
302
  componentPlaceholder?: {
package/dist/index.js CHANGED
@@ -42,7 +42,7 @@ export default defineAppJson({
42
42
  `;
43
43
  } else {
44
44
  return JSONStringify({
45
- $schema: "https://vite.icebreaker.top/app.json",
45
+ $schema: "https://ice-vite.netlify.app/app.json",
46
46
  usingComponents: {},
47
47
  pages: [
48
48
  "pages/index/index"
@@ -67,7 +67,7 @@ export default definePageJson({
67
67
  `;
68
68
  } else {
69
69
  return JSONStringify({
70
- $schema: "https://vite.icebreaker.top/page.json",
70
+ $schema: "https://ice-vite.netlify.app/page.json",
71
71
  usingComponents: {}
72
72
  });
73
73
  }
@@ -92,7 +92,7 @@ export default defineComponentJson({
92
92
  `;
93
93
  } else {
94
94
  return JSONStringify({
95
- $schema: "https://vite.icebreaker.top/component.json",
95
+ $schema: "https://ice-vite.netlify.app/component.json",
96
96
  component: true,
97
97
  styleIsolation: "apply-shared",
98
98
  usingComponents: {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@weapp-core/schematics",
3
3
  "type": "module",
4
- "version": "1.0.10",
4
+ "version": "1.0.12",
5
5
  "description": "@weapp-core/schematics",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",