@voidhash/mimic-effect 0.0.6 → 0.0.8

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-effect@0.0.6 build /home/runner/work/mimic/mimic/packages/mimic-effect
2
+ > @voidhash/mimic-effect@0.0.8 build /home/runner/work/mimic/mimic/packages/mimic-effect
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.18.2 powered by rolldown v1.0.0-beta.55
@@ -51,7 +51,7 @@
51
51
  ℹ [CJS] dist/auth/NoAuth.d.cts 0.72 kB │ gzip: 0.40 kB
52
52
  ℹ [CJS] dist/storage/InMemoryDataStorage.d.cts 0.65 kB │ gzip: 0.33 kB
53
53
  ℹ [CJS] 23 files, total: 43.60 kB
54
- ✔ Build complete in 6139ms
54
+ ✔ Build complete in 5003ms
55
55
  ℹ [ESM] dist/index.mjs  1.45 kB │ gzip: 0.36 kB
56
56
  ℹ [ESM] dist/WebSocketHandler.mjs.map 29.74 kB │ gzip: 5.00 kB
57
57
  ℹ [ESM] dist/WebSocketHandler.mjs 12.36 kB │ gzip: 2.34 kB
@@ -105,4 +105,4 @@
105
105
  ℹ [ESM] dist/auth/NoAuth.d.mts  0.72 kB │ gzip: 0.40 kB
106
106
  ℹ [ESM] dist/storage/InMemoryDataStorage.d.mts  0.65 kB │ gzip: 0.33 kB
107
107
  ℹ [ESM] 52 files, total: 177.78 kB
108
- ✔ Build complete in 6149ms
108
+ ✔ Build complete in 5014ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voidhash/mimic-effect",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,11 +24,11 @@
24
24
  "typescript": "5.8.3",
25
25
  "vite-tsconfig-paths": "^5.1.4",
26
26
  "vitest": "^3.2.4",
27
- "@voidhash/tsconfig": "0.0.6"
27
+ "@voidhash/tsconfig": "0.0.8"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "effect": "^3.19.12",
31
- "@voidhash/mimic": "0.0.6"
31
+ "@voidhash/mimic": "0.0.8"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "tsdown",