@kunk/test 3.0.2 → 3.0.4

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.
@@ -9,4 +9,4 @@
9
9
  ℹ dist/index.mjs 0.55 kB │ gzip: 0.32 kB
10
10
  ℹ dist/index.d.mts 0.21 kB │ gzip: 0.17 kB
11
11
  ℹ 2 files, total: 0.76 kB
12
- ✔ Build complete in 2357ms
12
+ ✔ Build complete in 1568ms
@@ -1,4 +1,4 @@
1
1
 
2
2
  $ bun pm version patch
3
3
  [0.03ms] ".env"
4
- v3.0.2
4
+ v3.0.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kunk/test",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",