@arkyn/templates 3.0.1-beta.166 → 3.0.1-beta.170
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/package.json +5 -4
- package/dist/brazilianStates.d.ts +0 -6
- package/dist/brazilianStates.d.ts.map +0 -1
- package/dist/countries.d.ts +0 -10
- package/dist/countries.d.ts.map +0 -1
- package/dist/countryCurrencies.d.ts +0 -92
- package/dist/countryCurrencies.d.ts.map +0 -1
- package/dist/index.d.ts +0 -5
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -1911
- package/dist/maximumFractionDigits.d.ts +0 -3
- package/dist/maximumFractionDigits.d.ts.map +0 -1
- package/dist/modules/brazilianStates.js +0 -113
- package/dist/modules/countries.js +0 -1713
- package/dist/modules/countryCurrencies.js +0 -93
- package/dist/modules/index.js +0 -5
- package/dist/modules/maximumFractionDigits.js +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arkyn/templates",
|
|
3
|
-
"version": "3.0.1-beta.
|
|
3
|
+
"version": "3.0.1-beta.170",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -21,14 +21,15 @@
|
|
|
21
21
|
"homepage": "https://docs.arkyn.dev/en/templates/introduction",
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
|
-
"
|
|
25
|
-
"directory": "packages/
|
|
24
|
+
"url": "git+https://github.com/Lucas-Eduardo-Goncalves/arkyn-library.git",
|
|
25
|
+
"directory": "packages/components"
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"scripts": {
|
|
29
29
|
"audit": "bun audit --workspace packages/templates",
|
|
30
30
|
"build": "bunx vite build && bunx tsc --project tsconfig.json --emitDeclarationOnly && bun ./generate-exports.ts",
|
|
31
|
-
"publish:beta": "
|
|
31
|
+
"publish:beta": "npm publish --tag beta",
|
|
32
|
+
"publish:latest": "npm publish --tag latest",
|
|
32
33
|
"release:beta": "bun ./generate-version.ts beta",
|
|
33
34
|
"release:patch": "bun ./generate-version.ts patch",
|
|
34
35
|
"release:minor": "bun ./generate-version.ts minor",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"brazilianStates.d.ts","sourceRoot":"","sources":["../src/brazilianStates.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,eAAe;;;GA4BpB,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
package/dist/countries.d.ts
DELETED
package/dist/countries.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"countries.d.ts","sourceRoot":"","sources":["../src/countries.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,SAAS,EAAE,WAAW,EA6qDlB,CAAC;AAEX,OAAO,EAAE,SAAS,EAAE,KAAK,WAAW,EAAE,CAAC"}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
declare const countryCurrencies: {
|
|
2
|
-
USD: {
|
|
3
|
-
countryLanguage: string;
|
|
4
|
-
countryCurrency: string;
|
|
5
|
-
};
|
|
6
|
-
EUR: {
|
|
7
|
-
countryLanguage: string;
|
|
8
|
-
countryCurrency: string;
|
|
9
|
-
};
|
|
10
|
-
JPY: {
|
|
11
|
-
countryLanguage: string;
|
|
12
|
-
countryCurrency: string;
|
|
13
|
-
};
|
|
14
|
-
GBP: {
|
|
15
|
-
countryLanguage: string;
|
|
16
|
-
countryCurrency: string;
|
|
17
|
-
};
|
|
18
|
-
AUD: {
|
|
19
|
-
countryLanguage: string;
|
|
20
|
-
countryCurrency: string;
|
|
21
|
-
};
|
|
22
|
-
CAD: {
|
|
23
|
-
countryLanguage: string;
|
|
24
|
-
countryCurrency: string;
|
|
25
|
-
};
|
|
26
|
-
CHF: {
|
|
27
|
-
countryLanguage: string;
|
|
28
|
-
countryCurrency: string;
|
|
29
|
-
};
|
|
30
|
-
CNY: {
|
|
31
|
-
countryLanguage: string;
|
|
32
|
-
countryCurrency: string;
|
|
33
|
-
};
|
|
34
|
-
SEK: {
|
|
35
|
-
countryLanguage: string;
|
|
36
|
-
countryCurrency: string;
|
|
37
|
-
};
|
|
38
|
-
NZD: {
|
|
39
|
-
countryLanguage: string;
|
|
40
|
-
countryCurrency: string;
|
|
41
|
-
};
|
|
42
|
-
BRL: {
|
|
43
|
-
countryLanguage: string;
|
|
44
|
-
countryCurrency: string;
|
|
45
|
-
};
|
|
46
|
-
INR: {
|
|
47
|
-
countryLanguage: string;
|
|
48
|
-
countryCurrency: string;
|
|
49
|
-
};
|
|
50
|
-
RUB: {
|
|
51
|
-
countryLanguage: string;
|
|
52
|
-
countryCurrency: string;
|
|
53
|
-
};
|
|
54
|
-
ZAR: {
|
|
55
|
-
countryLanguage: string;
|
|
56
|
-
countryCurrency: string;
|
|
57
|
-
};
|
|
58
|
-
MXN: {
|
|
59
|
-
countryLanguage: string;
|
|
60
|
-
countryCurrency: string;
|
|
61
|
-
};
|
|
62
|
-
SGD: {
|
|
63
|
-
countryLanguage: string;
|
|
64
|
-
countryCurrency: string;
|
|
65
|
-
};
|
|
66
|
-
HKD: {
|
|
67
|
-
countryLanguage: string;
|
|
68
|
-
countryCurrency: string;
|
|
69
|
-
};
|
|
70
|
-
NOK: {
|
|
71
|
-
countryLanguage: string;
|
|
72
|
-
countryCurrency: string;
|
|
73
|
-
};
|
|
74
|
-
KRW: {
|
|
75
|
-
countryLanguage: string;
|
|
76
|
-
countryCurrency: string;
|
|
77
|
-
};
|
|
78
|
-
TRY: {
|
|
79
|
-
countryLanguage: string;
|
|
80
|
-
countryCurrency: string;
|
|
81
|
-
};
|
|
82
|
-
IDR: {
|
|
83
|
-
countryLanguage: string;
|
|
84
|
-
countryCurrency: string;
|
|
85
|
-
};
|
|
86
|
-
THB: {
|
|
87
|
-
countryLanguage: string;
|
|
88
|
-
countryCurrency: string;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
export { countryCurrencies };
|
|
92
|
-
//# sourceMappingURL=countryCurrencies.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"countryCurrencies.d.ts","sourceRoot":"","sources":["../src/countryCurrencies.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBtB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
|
package/dist/index.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { brazilianStates } from "./brazilianStates";
|
|
2
|
-
export { countries, type CountryType } from "./countries";
|
|
3
|
-
export { countryCurrencies } from "./countryCurrencies";
|
|
4
|
-
export { maximumFractionDigits } from "./maximumFractionDigits";
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC"}
|