@voidhash/mimic-react 0.0.1-alpha.2 → 0.0.1-alpha.3

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.2 build /home/runner/work/mimic/mimic/packages/mimic-react
2
+ > @voidhash/mimic-react@0.0.1-alpha.3 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 2550ms
16
+ ✔ Build complete in 2905ms
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 2554ms
19
+ ✔ Build complete in 2906ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voidhash/mimic-react",
3
- "version": "0.0.1-alpha.2",
3
+ "version": "0.0.1-alpha.3",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,10 +20,10 @@
20
20
  "typescript": "5.8.3",
21
21
  "vite-tsconfig-paths": "^5.1.4",
22
22
  "vitest": "^3.2.4",
23
- "@voidhash/tsconfig": "0.0.1-alpha.2"
23
+ "@voidhash/tsconfig": "0.0.1-alpha.3"
24
24
  },
25
25
  "peerDependencies": {
26
- "@voidhash/mimic": "0.0.1-alpha.2"
26
+ "@voidhash/mimic": "0.0.1-alpha.3"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "tsdown",