@dub/utils 0.0.1 → 0.0.3

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @dub/utils@0.0.1 build /Users/steventey/Desktop/dub/packages/utils
2
+ > @dub/utils@0.0.3 build /Users/steventey/Desktop/dub/packages/utils
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts, src/constants/cctlds.ts, src/constants/countries.ts, src/constants/index.ts
@@ -8,16 +8,16 @@ CLI tsup v6.1.3
8
8
  CLI Using tsup config: /Users/steventey/Desktop/dub/packages/utils/tsup.config.ts
9
9
  CLI Target: node14
10
10
  ESM Build start
11
- ESM ⚡️ Build success in 8ms
11
+ ESM ⚡️ Build success in 7ms
12
+ ESM dist/constants/cctlds.mjs 59.00 B
12
13
  ESM dist/index.mjs 7.47 KB
13
- ESM dist/chunk-3P54C65P.mjs 3.96 KB
14
+ ESM dist/chunk-6ES23EVP.mjs 3.10 KB
14
15
  ESM dist/constants/index.mjs 951.00 B
15
- ESM dist/chunk-MODISIUH.mjs 1.37 KB
16
16
  ESM dist/constants/countries.mjs 59.00 B
17
- ESM dist/constants/cctlds.mjs 59.00 B
18
- ESM dist/chunk-6ES23EVP.mjs 3.10 KB
17
+ ESM dist/chunk-MODISIUH.mjs 1.37 KB
18
+ ESM dist/chunk-3P54C65P.mjs 3.96 KB
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1049ms
20
+ DTS ⚡️ Build success in 729ms
21
21
  DTS dist/index.d.ts 4.02 KB
22
22
  DTS dist/constants/index.d.ts 3.58 KB
23
23
  DTS dist/constants/cctlds.d.ts 66.00 B
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dub/utils",
3
3
  "description": "Utility functions and constants for Dub.co",
4
- "version": "0.0.1",
4
+ "version": "0.0.3",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {
7
7
  ".": "./dist"