@weapp-core/schematics 1.0.4 → 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.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;
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@weapp-core/schematics",
3
3
  "type": "module",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "description": "@weapp-core/schematics",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",