@tmhs/mobile-dev-tools 0.7.0 → 0.10.0

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.ts CHANGED
@@ -1,3 +1,3 @@
1
- export declare const VERSION = "0.7.0";
1
+ export declare const VERSION = "0.10.0";
2
2
  export declare const PACKAGE_NAME = "@tmhs/mobile-dev-tools";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC;AAE/B,eAAO,MAAM,YAAY,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC;AAEhC,eAAO,MAAM,YAAY,2BAA2B,CAAC"}
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export const VERSION = "0.7.0";
1
+ export const VERSION = "0.10.0";
2
2
  export const PACKAGE_NAME = "@tmhs/mobile-dev-tools";
3
3
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC;AAE/B,MAAM,CAAC,MAAM,YAAY,GAAG,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC;AAEhC,MAAM,CAAC,MAAM,YAAY,GAAG,wBAAwB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmhs/mobile-dev-tools",
3
- "version": "0.7.0",
3
+ "version": "0.10.0",
4
4
  "description": "CLI and utilities for mobile app development - environment checks, project scaffolding, store metadata validation.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",