@tw-labs/countries 0.0.1 → 0.0.2
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/README.md +23 -34
- package/dist/chunk-TGO6OI3L.mjs +2927 -0
- package/dist/chunk-TGO6OI3L.mjs.map +1 -0
- package/dist/data.d.cts +1 -1
- package/dist/data.d.ts +1 -1
- package/dist/data.js +2646 -249
- package/dist/data.js.map +1 -1
- package/dist/data.mjs +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +2666 -268
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -4
- package/dist/index.mjs.map +1 -1
- package/dist/react.js +2646 -249
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +2646 -249
- package/dist/react.mjs.map +1 -1
- package/dist/{types-Dte-oYZc.d.cts → types-DHrHsQwF.d.cts} +1 -1
- package/dist/{types-Dte-oYZc.d.ts → types-DHrHsQwF.d.ts} +1 -1
- package/package.json +6 -2
- package/dist/chunk-T2ZQU6E6.mjs +0 -530
- package/dist/chunk-T2ZQU6E6.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -33,40 +33,29 @@ TypeScript-first · Framework-agnostic · Tree-shakeable · Zero dependencies
|
|
|
33
33
|
|
|
34
34
|
## Installation
|
|
35
35
|
|
|
36
|
-
<
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
</td>
|
|
60
|
-
</tr>
|
|
61
|
-
<tr>
|
|
62
|
-
<td>
|
|
63
|
-
<img src="https://img.shields.io/badge/bun-000000?style=flat-square&logo=bun&logoColor=white" alt="bun" />
|
|
64
|
-
</td>
|
|
65
|
-
<td>
|
|
66
|
-
<code>bun add @tw-labs/countries</code>
|
|
67
|
-
</td>
|
|
68
|
-
</tr>
|
|
69
|
-
</table>
|
|
36
|
+
<img src="https://img.shields.io/badge/npm-CB3837?style=flat-square&logo=npm&logoColor=white" alt="npm" />
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
npm install @tw-labs/countries
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
<img src="https://img.shields.io/badge/yarn-2C8EBB?style=flat-square&logo=yarn&logoColor=white" alt="yarn" />
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
yarn add @tw-labs/countries
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
<img src="https://img.shields.io/badge/pnpm-F69220?style=flat-square&logo=pnpm&logoColor=white" alt="pnpm" />
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
pnpm add @tw-labs/countries
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
<img src="https://img.shields.io/badge/bun-000000?style=flat-square&logo=bun&logoColor=white" alt="bun" />
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
bun add @tw-labs/countries
|
|
58
|
+
```
|
|
70
59
|
|
|
71
60
|
---
|
|
72
61
|
|