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

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.3 build /home/runner/work/mimic/mimic/packages/mimic-react
2
+ > @voidhash/mimic-react@0.0.1-alpha.4 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
@@ -10,10 +10,10 @@
10
10
  ℹ Build start
11
11
  ℹ [CJS] dist/index.cjs 0.00 kB │ gzip: 0.02 kB
12
12
  ℹ [CJS] 1 files, total: 0.00 kB
13
+ ℹ [CJS] dist/index.d.cts 0.01 kB │ gzip: 0.03 kB
14
+ ℹ [CJS] 1 files, total: 0.01 kB
15
+ ✔ Build complete in 3104ms
13
16
  ℹ [ESM] dist/index.mjs 0.01 kB │ gzip: 0.03 kB
14
17
  ℹ [ESM] dist/index.d.mts 0.01 kB │ gzip: 0.03 kB
15
18
  ℹ [ESM] 2 files, total: 0.02 kB
16
- ✔ Build complete in 2905ms
17
- ℹ [CJS] dist/index.d.cts 0.01 kB │ gzip: 0.03 kB
18
- ℹ [CJS] 1 files, total: 0.01 kB
19
- ✔ Build complete in 2906ms
19
+ ✔ Build complete in 3108ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voidhash/mimic-react",
3
- "version": "0.0.1-alpha.3",
3
+ "version": "0.0.1-alpha.4",
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.3"
23
+ "@voidhash/tsconfig": "0.0.1-alpha.4"
24
24
  },
25
25
  "peerDependencies": {
26
- "@voidhash/mimic": "0.0.1-alpha.3"
26
+ "@voidhash/mimic": "0.0.1-alpha.4"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "tsdown",