@weapp-core/schematics 1.0.3 → 1.0.4
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 +2 -1
- package/dist/index.d.cts +0 -5
- package/dist/index.d.ts +0 -5
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -232,7 +232,6 @@ interface App$1 {
|
|
|
232
232
|
[k: string]: unknown;
|
|
233
233
|
};
|
|
234
234
|
componentFramework?: string;
|
|
235
|
-
$schema?: string;
|
|
236
235
|
[k: string]: unknown;
|
|
237
236
|
}
|
|
238
237
|
/**
|
|
@@ -256,7 +255,6 @@ interface Component$1 {
|
|
|
256
255
|
[k: string]: unknown;
|
|
257
256
|
};
|
|
258
257
|
componentFramework?: string;
|
|
259
|
-
$schema?: string;
|
|
260
258
|
[k: string]: unknown;
|
|
261
259
|
}
|
|
262
260
|
/**
|
|
@@ -292,7 +290,6 @@ interface Page$1 {
|
|
|
292
290
|
[k: string]: unknown;
|
|
293
291
|
};
|
|
294
292
|
componentFramework?: string;
|
|
295
|
-
$schema?: string;
|
|
296
293
|
componentPlaceholder?: {
|
|
297
294
|
[k: string]: unknown;
|
|
298
295
|
};
|
|
@@ -330,7 +327,6 @@ interface Sitemap$1 {
|
|
|
330
327
|
matching?: "exact" | "inclusive" | "exclusive" | "partial";
|
|
331
328
|
priority?: number;
|
|
332
329
|
}[];
|
|
333
|
-
$schema?: string;
|
|
334
330
|
[k: string]: unknown;
|
|
335
331
|
}
|
|
336
332
|
/**
|
|
@@ -345,7 +341,6 @@ interface Theme$1 {
|
|
|
345
341
|
dark: {
|
|
346
342
|
[k: string]: unknown;
|
|
347
343
|
};
|
|
348
|
-
$schema?: string;
|
|
349
344
|
[k: string]: unknown;
|
|
350
345
|
}
|
|
351
346
|
|
package/dist/index.d.ts
CHANGED
|
@@ -232,7 +232,6 @@ interface App$1 {
|
|
|
232
232
|
[k: string]: unknown;
|
|
233
233
|
};
|
|
234
234
|
componentFramework?: string;
|
|
235
|
-
$schema?: string;
|
|
236
235
|
[k: string]: unknown;
|
|
237
236
|
}
|
|
238
237
|
/**
|
|
@@ -256,7 +255,6 @@ interface Component$1 {
|
|
|
256
255
|
[k: string]: unknown;
|
|
257
256
|
};
|
|
258
257
|
componentFramework?: string;
|
|
259
|
-
$schema?: string;
|
|
260
258
|
[k: string]: unknown;
|
|
261
259
|
}
|
|
262
260
|
/**
|
|
@@ -292,7 +290,6 @@ interface Page$1 {
|
|
|
292
290
|
[k: string]: unknown;
|
|
293
291
|
};
|
|
294
292
|
componentFramework?: string;
|
|
295
|
-
$schema?: string;
|
|
296
293
|
componentPlaceholder?: {
|
|
297
294
|
[k: string]: unknown;
|
|
298
295
|
};
|
|
@@ -330,7 +327,6 @@ interface Sitemap$1 {
|
|
|
330
327
|
matching?: "exact" | "inclusive" | "exclusive" | "partial";
|
|
331
328
|
priority?: number;
|
|
332
329
|
}[];
|
|
333
|
-
$schema?: string;
|
|
334
330
|
[k: string]: unknown;
|
|
335
331
|
}
|
|
336
332
|
/**
|
|
@@ -345,7 +341,6 @@ interface Theme$1 {
|
|
|
345
341
|
dark: {
|
|
346
342
|
[k: string]: unknown;
|
|
347
343
|
};
|
|
348
|
-
$schema?: string;
|
|
349
344
|
[k: string]: unknown;
|
|
350
345
|
}
|
|
351
346
|
|
package/dist/index.js
CHANGED