@tmhs/mobile-dev-tools 0.12.0 → 1.0.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/LICENSE ADDED
@@ -0,0 +1,43 @@
1
+ Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International
2
+
3
+ Copyright (c) 2026 TM Hospitality Strategies
4
+
5
+ This work is licensed under the Creative Commons
6
+ Attribution-NonCommercial-NoDerivatives 4.0 International License.
7
+
8
+ You are free to:
9
+
10
+ Share - copy and redistribute the material in any medium or format.
11
+
12
+ The licensor cannot revoke these freedoms as long as you follow the
13
+ license terms.
14
+
15
+ Under the following terms:
16
+
17
+ Attribution - You must give appropriate credit, provide a link to the
18
+ license, and indicate if changes were made. You may do so in any
19
+ reasonable manner, but not in any way that suggests the licensor endorses
20
+ you or your use.
21
+
22
+ NonCommercial - You may not use the material for commercial purposes.
23
+
24
+ NoDerivatives - If you remix, transform, or build upon the material, you
25
+ may not distribute the modified material.
26
+
27
+ No additional restrictions - You may not apply legal terms or
28
+ technological measures that legally restrict others from doing anything
29
+ the license permits.
30
+
31
+ Notices:
32
+
33
+ You do not have to comply with the license for elements of the material
34
+ in the public domain or where your use is permitted by an applicable
35
+ exception or limitation.
36
+
37
+ No warranties are given. The license may not give you all of the
38
+ permissions necessary for your intended use. For example, other rights
39
+ such as publicity, privacy, or moral rights may limit how you use the
40
+ material.
41
+
42
+ For the full license text, see:
43
+ https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export declare const VERSION = "0.12.0";
1
+ export declare const VERSION = "1.0.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,WAAW,CAAC;AAEhC,eAAO,MAAM,YAAY,2BAA2B,CAAC"}
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"}
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export const VERSION = "0.12.0";
1
+ export const VERSION = "1.0.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,QAAQ,CAAC;AAEhC,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,OAAO,CAAC;AAE/B,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.12.0",
3
+ "version": "1.0.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",