@tmhs/mobile-dev-tools 0.11.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 +43 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
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
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,
|
|
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