@arkyn/templates 3.0.1-beta.160 → 3.0.1-beta.168

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkyn/templates",
3
- "version": "3.0.1-beta.160",
3
+ "version": "3.0.1-beta.168",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
@@ -26,14 +26,23 @@
26
26
  },
27
27
  "sideEffects": false,
28
28
  "scripts": {
29
+ "audit": "bun audit --workspace packages/templates",
29
30
  "build": "bunx vite build && bunx tsc --project tsconfig.json --emitDeclarationOnly && bun ./generate-exports.ts",
31
+ "publish:beta": "npm publish --tag beta",
32
+ "publish:latest": "npm publish --tag latest",
33
+ "release:beta": "bun ./generate-version.ts beta",
34
+ "release:patch": "bun ./generate-version.ts patch",
35
+ "release:minor": "bun ./generate-version.ts minor",
36
+ "release:major": "bun ./generate-version.ts major",
37
+ "test": "bunx vitest --config vitest.config.ts --run",
38
+ "test:watch": "bunx vitest --config vitest.config.ts --watch",
30
39
  "typecheck": "bunx tsc --project tsconfig.json --noEmit"
31
40
  },
32
41
  "dependencies": {},
33
42
  "devDependencies": {
34
- "bun-types": "latest",
35
- "typescript": "^5.9.3",
36
- "vite": "^5.4.21"
43
+ "@types/bun": "^1.3.14",
44
+ "@types/node": "^26.0.1",
45
+ "vite": "^8.1.0"
37
46
  },
38
47
  "exports": {
39
48
  ".": {
@@ -1,6 +0,0 @@
1
- declare const brazilianStates: {
2
- label: string;
3
- value: string;
4
- }[];
5
- export { brazilianStates };
6
- //# sourceMappingURL=brazilianStates.d.ts.map
@@ -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"}
@@ -1,10 +0,0 @@
1
- type CountryType = {
2
- name: string;
3
- code: string;
4
- iso: string;
5
- flag: string;
6
- mask: string | string[];
7
- };
8
- declare const countries: CountryType[];
9
- export { countries, type CountryType };
10
- //# sourceMappingURL=countries.d.ts.map
@@ -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
@@ -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"}