@eusilvio/cep-lookup 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/package.json +5 -1
  2. package/dist/meta.json +0 -132
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@eusilvio/cep-lookup",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "A modern, flexible, and agnostic CEP lookup library written in TypeScript.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/eusilvio/cep-lookup.git"
8
+ },
5
9
  "main": "dist/index.js",
6
10
  "types": "dist/index.d.ts",
7
11
  "exports": {
package/dist/meta.json DELETED
@@ -1,132 +0,0 @@
1
- {
2
- "inputs": {
3
- "src/types.ts": {
4
- "bytes": 2529,
5
- "imports": [
6
- {
7
- "path": "./cache",
8
- "kind": "import-statement",
9
- "external": true
10
- }
11
- ],
12
- "format": "esm"
13
- },
14
- "src/cache/index.ts": {
15
- "bytes": 1150,
16
- "imports": [
17
- {
18
- "path": "../types",
19
- "kind": "import-statement",
20
- "external": true
21
- }
22
- ],
23
- "format": "esm"
24
- },
25
- "src/index.ts": {
26
- "bytes": 6549,
27
- "imports": [
28
- {
29
- "path": "src/types.ts",
30
- "kind": "import-statement",
31
- "original": "./types"
32
- },
33
- {
34
- "path": "src/cache/index.ts",
35
- "kind": "import-statement",
36
- "original": "./cache"
37
- }
38
- ],
39
- "format": "esm"
40
- },
41
- "src/providers/viacep.ts": {
42
- "bytes": 917,
43
- "imports": [
44
- {
45
- "path": "../types",
46
- "kind": "import-statement",
47
- "external": true
48
- }
49
- ],
50
- "format": "esm"
51
- },
52
- "src/providers/brasil-api.ts": {
53
- "bytes": 790,
54
- "imports": [
55
- {
56
- "path": "../types",
57
- "kind": "import-statement",
58
- "external": true
59
- }
60
- ],
61
- "format": "esm"
62
- },
63
- "src/providers/apicep.ts": {
64
- "bytes": 768,
65
- "imports": [
66
- {
67
- "path": "../types",
68
- "kind": "import-statement",
69
- "external": true
70
- }
71
- ],
72
- "format": "esm"
73
- },
74
- "src/providers/index.ts": {
75
- "bytes": 83,
76
- "imports": [
77
- {
78
- "path": "src/providers/viacep.ts",
79
- "kind": "import-statement",
80
- "original": "./viacep"
81
- },
82
- {
83
- "path": "src/providers/brasil-api.ts",
84
- "kind": "import-statement",
85
- "original": "./brasil-api"
86
- },
87
- {
88
- "path": "src/providers/apicep.ts",
89
- "kind": "import-statement",
90
- "original": "./apicep"
91
- }
92
- ],
93
- "format": "esm"
94
- }
95
- },
96
- "outputs": {
97
- "dist/index.js": {
98
- "imports": [],
99
- "exports": [],
100
- "entryPoint": "src/index.ts",
101
- "inputs": {
102
- "src/index.ts": {
103
- "bytesInOutput": 1736
104
- },
105
- "src/cache/index.ts": {
106
- "bytesInOutput": 135
107
- }
108
- },
109
- "bytes": 2364
110
- },
111
- "dist/providers/index.js": {
112
- "imports": [],
113
- "exports": [],
114
- "entryPoint": "src/providers/index.ts",
115
- "inputs": {
116
- "src/providers/index.ts": {
117
- "bytesInOutput": 102
118
- },
119
- "src/providers/viacep.ts": {
120
- "bytesInOutput": 236
121
- },
122
- "src/providers/brasil-api.ts": {
123
- "bytesInOutput": 197
124
- },
125
- "src/providers/apicep.ts": {
126
- "bytesInOutput": 193
127
- }
128
- },
129
- "bytes": 1224
130
- }
131
- }
132
- }