@voidhash/mimic 0.0.3 → 0.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @voidhash/mimic@0.0.3 build /home/runner/work/mimic/mimic/packages/mimic
2
+ > @voidhash/mimic@0.0.4 build /home/runner/work/mimic/mimic/packages/mimic
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.18.2 powered by rolldown v1.0.0-beta.55
@@ -119,7 +119,7 @@
119
119
  ℹ [CJS] dist/Transform.d.cts  0.48 kB │ gzip: 0.26 kB
120
120
  ℹ [CJS] dist/OperationDefinition.d.cts  0.36 kB │ gzip: 0.21 kB
121
121
  ℹ [CJS] 67 files, total: 172.91 kB
122
- ✔ Build complete in 6091ms
122
+ ✔ Build complete in 7895ms
123
123
  ℹ [ESM] dist/index.mjs  1.01 kB │ gzip: 0.28 kB
124
124
  ℹ [ESM] dist/client/index.mjs  0.99 kB │ gzip: 0.28 kB
125
125
  ℹ [ESM] dist/server/index.mjs  0.41 kB │ gzip: 0.17 kB
@@ -263,4 +263,4 @@
263
263
  ℹ [ESM] dist/Transform.d.mts  0.48 kB │ gzip: 0.26 kB
264
264
  ℹ [ESM] dist/OperationDefinition.d.mts  0.36 kB │ gzip: 0.22 kB
265
265
  ℹ [ESM] 142 files, total: 817.04 kB
266
- ✔ Build complete in 6119ms
266
+ ✔ Build complete in 7930ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voidhash/mimic",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,7 +31,7 @@
31
31
  "typescript": "5.8.3",
32
32
  "vite-tsconfig-paths": "^5.1.4",
33
33
  "vitest": "^3.2.4",
34
- "@voidhash/tsconfig": "0.0.3"
34
+ "@voidhash/tsconfig": "0.0.4"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "effect": "^3.19.12"