@voidhash/mimic-react 0.0.5 → 0.0.6

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-react@0.0.5 build /home/runner/work/mimic/mimic/packages/mimic-react
2
+ > @voidhash/mimic-react@0.0.6 build /home/runner/work/mimic/mimic/packages/mimic-react
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.18.2 powered by rolldown v1.0.0-beta.55
@@ -35,7 +35,7 @@
35
35
  ℹ [CJS] dist/zustand/middleware.d.cts 2.13 kB │ gzip: 0.85 kB
36
36
  ℹ [CJS] dist/zustand-commander/commander.d.cts 1.63 kB │ gzip: 0.64 kB
37
37
  ℹ [CJS] 13 files, total: 23.02 kB
38
- ✔ Build complete in 3427ms
38
+ ✔ Build complete in 3925ms
39
39
  ℹ [ESM] dist/zustand-commander/index.mjs  0.47 kB │ gzip: 0.20 kB
40
40
  ℹ [ESM] dist/zustand/index.mjs  0.06 kB │ gzip: 0.07 kB
41
41
  ℹ [ESM] dist/index.mjs  0.01 kB │ gzip: 0.03 kB
@@ -66,4 +66,4 @@
66
66
  ℹ [ESM] dist/zustand/middleware.d.mts  2.13 kB │ gzip: 0.85 kB
67
67
  ℹ [ESM] dist/zustand-commander/commander.d.mts  1.63 kB │ gzip: 0.64 kB
68
68
  ℹ [ESM] 29 files, total: 76.37 kB
69
- ✔ Build complete in 3438ms
69
+ ✔ Build complete in 3929ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voidhash/mimic-react",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,12 +37,12 @@
37
37
  "typescript": "5.8.3",
38
38
  "vite-tsconfig-paths": "^5.1.4",
39
39
  "vitest": "^3.2.4",
40
- "@voidhash/tsconfig": "0.0.5"
40
+ "@voidhash/tsconfig": "0.0.6"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "effect": "^3.16.0",
44
44
  "react": "^18.0.0 || ^19.0.0",
45
- "@voidhash/mimic": "0.0.5"
45
+ "@voidhash/mimic": "0.0.6"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsdown",