@voidhash/mimic-react 0.0.1-alpha.8 → 0.0.1-alpha.9

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.1-alpha.8 build /home/runner/work/mimic/mimic/packages/mimic-react
2
+ > @voidhash/mimic-react@0.0.1-alpha.9 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
@@ -19,7 +19,7 @@
19
19
  ℹ [CJS] dist/zustand/index.d.cts  5.01 kB │ gzip: 1.46 kB
20
20
  ℹ [CJS] dist/index.d.cts  0.01 kB │ gzip: 0.03 kB
21
21
  ℹ [CJS] 5 files, total: 24.14 kB
22
- ✔ Build complete in 5884ms
22
+ ✔ Build complete in 5168ms
23
23
  ℹ [ESM] dist/zustand-commander/index.mjs  9.95 kB │ gzip: 2.71 kB
24
24
  ℹ [ESM] dist/zustand/index.mjs  2.96 kB │ gzip: 1.11 kB
25
25
  ℹ [ESM] dist/index.mjs  0.01 kB │ gzip: 0.03 kB
@@ -32,4 +32,4 @@
32
32
  ℹ [ESM] dist/zustand/index.d.mts  5.01 kB │ gzip: 1.46 kB
33
33
  ℹ [ESM] dist/index.d.mts  0.01 kB │ gzip: 0.03 kB
34
34
  ℹ [ESM] 11 files, total: 80.59 kB
35
- ✔ Build complete in 5895ms
35
+ ✔ Build complete in 5178ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voidhash/mimic-react",
3
- "version": "0.0.1-alpha.8",
3
+ "version": "0.0.1-alpha.9",
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.1-alpha.8"
40
+ "@voidhash/tsconfig": "0.0.1-alpha.9"
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.1-alpha.8"
45
+ "@voidhash/mimic": "0.0.1-alpha.9"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsdown",