kofi-stack-types 2.0.4 → 2.0.5

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
- > kofi-stack-types@2.0.4 build /Users/theodenanyoh/Documents/Krumalabs/create-kofi-stack-v2/packages/types
2
+ > kofi-stack-types@2.0.5 build /Users/theodenanyoh/Documents/Krumalabs/create-kofi-stack-v2/packages/types
3
3
  > tsup src/index.ts --format esm --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,7 +8,7 @@ CLI tsup v8.5.1
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
10
  ESM dist/index.js 4.02 KB
11
- ESM ⚡️ Build success in 55ms
11
+ ESM ⚡️ Build success in 28ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 568ms
13
+ DTS ⚡️ Build success in 584ms
14
14
  DTS dist/index.d.ts 15.79 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kofi-stack-types",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",