@weapp-core/schematics 1.0.0 → 1.0.2

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
@@ -59,6 +59,7 @@ function generateJson(type) {
59
59
  return {
60
60
  $schema: "https://vite.icebreaker.top/component.json",
61
61
  component: true,
62
+ styleIsolation: "apply-shared",
62
63
  usingComponents: {}
63
64
  };
64
65
  }
package/dist/index.d.cts CHANGED
@@ -180,7 +180,7 @@ interface App {
180
180
  permission?: {
181
181
  [k: string]: unknown;
182
182
  };
183
- sitemapLocation?: string;
183
+ sitemapLocation: string;
184
184
  useExtendedLib?: {
185
185
  [k: string]: unknown;
186
186
  };
package/dist/index.d.ts CHANGED
@@ -180,7 +180,7 @@ interface App {
180
180
  permission?: {
181
181
  [k: string]: unknown;
182
182
  };
183
- sitemapLocation?: string;
183
+ sitemapLocation: string;
184
184
  useExtendedLib?: {
185
185
  [k: string]: unknown;
186
186
  };
package/dist/index.js CHANGED
@@ -32,6 +32,7 @@ function generateJson(type) {
32
32
  return {
33
33
  $schema: "https://vite.icebreaker.top/component.json",
34
34
  component: true,
35
+ styleIsolation: "apply-shared",
35
36
  usingComponents: {}
36
37
  };
37
38
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@weapp-core/schematics",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "description": "@weapp-core/schematics",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",