@voidhash/mimic-react 0.0.1-alpha.6 → 0.0.1-alpha.7

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.6 build /home/runner/work/mimic/mimic/packages/mimic-react
2
+ > @voidhash/mimic-react@0.0.1-alpha.7 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
@@ -13,7 +13,7 @@
13
13
  ℹ [ESM] dist/index.mjs 0.01 kB │ gzip: 0.03 kB
14
14
  ℹ [ESM] dist/index.d.mts 0.01 kB │ gzip: 0.03 kB
15
15
  ℹ [ESM] 2 files, total: 0.02 kB
16
- ✔ Build complete in 3369ms
16
+ ✔ Build complete in 3109ms
17
17
  ℹ [CJS] dist/index.d.cts 0.01 kB │ gzip: 0.03 kB
18
18
  ℹ [CJS] 1 files, total: 0.01 kB
19
- ✔ Build complete in 3371ms
19
+ ✔ Build complete in 3111ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voidhash/mimic-react",
3
- "version": "0.0.1-alpha.6",
3
+ "version": "0.0.1-alpha.7",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,12 +24,12 @@
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.1-alpha.6"
27
+ "@voidhash/tsconfig": "0.0.1-alpha.7"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "effect": "^3.16.0",
31
31
  "react": "^18.0.0 || ^19.0.0",
32
- "@voidhash/mimic": "0.0.1-alpha.6"
32
+ "@voidhash/mimic": "0.0.1-alpha.7"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsdown",