kofi-stack-types 2.0.0 → 2.0.1

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.0 build /Users/theodenanyoh/Documents/Krumalabs/create-kofi-stack-v2/packages/types
2
+ > kofi-stack-types@2.0.1 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
@@ -9,6 +9,6 @@ CLI Target: es2022
9
9
  ESM Build start
10
10
  DTS Build start
11
11
  ESM dist/index.js 4.42 KB
12
- ESM ⚡️ Build success in 273ms
13
- DTS ⚡️ Build success in 573ms
12
+ ESM ⚡️ Build success in 296ms
13
+ DTS ⚡️ Build success in 577ms
14
14
  DTS dist/index.d.ts 17.24 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kofi-stack-types",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",