@voidhash/mimic-react 0.0.1-alpha.10

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.
Files changed (37) hide show
  1. package/.turbo/turbo-build.log +35 -0
  2. package/LICENSE.md +663 -0
  3. package/dist/index.cjs +0 -0
  4. package/dist/index.d.cts +1 -0
  5. package/dist/index.d.mts +1 -0
  6. package/dist/index.mjs +1 -0
  7. package/dist/objectSpread2-CIP_6jda.cjs +73 -0
  8. package/dist/objectSpread2-CxTyNSYl.mjs +67 -0
  9. package/dist/zustand/index.cjs +95 -0
  10. package/dist/zustand/index.d.cts +115 -0
  11. package/dist/zustand/index.d.cts.map +1 -0
  12. package/dist/zustand/index.d.mts +115 -0
  13. package/dist/zustand/index.d.mts.map +1 -0
  14. package/dist/zustand/index.mjs +96 -0
  15. package/dist/zustand/index.mjs.map +1 -0
  16. package/dist/zustand-commander/index.cjs +364 -0
  17. package/dist/zustand-commander/index.d.cts +325 -0
  18. package/dist/zustand-commander/index.d.cts.map +1 -0
  19. package/dist/zustand-commander/index.d.mts +325 -0
  20. package/dist/zustand-commander/index.d.mts.map +1 -0
  21. package/dist/zustand-commander/index.mjs +355 -0
  22. package/dist/zustand-commander/index.mjs.map +1 -0
  23. package/package.json +53 -0
  24. package/src/index.ts +0 -0
  25. package/src/zustand/index.ts +24 -0
  26. package/src/zustand/middleware.ts +171 -0
  27. package/src/zustand/types.ts +117 -0
  28. package/src/zustand-commander/commander.ts +395 -0
  29. package/src/zustand-commander/hooks.ts +259 -0
  30. package/src/zustand-commander/index.ts +139 -0
  31. package/src/zustand-commander/types.ts +347 -0
  32. package/tests/zustand/middleware.test.ts +584 -0
  33. package/tests/zustand-commander/commander.test.ts +774 -0
  34. package/tsconfig.build.json +24 -0
  35. package/tsconfig.json +8 -0
  36. package/tsdown.config.ts +18 -0
  37. package/vitest.mts +11 -0
@@ -0,0 +1,35 @@
1
+
2
+ > @voidhash/mimic-react@0.0.1-alpha.10 build /home/runner/work/mimic/mimic/packages/mimic-react
3
+ > tsdown
4
+
5
+ ℹ tsdown v0.18.2 powered by rolldown v1.0.0-beta.55
6
+ ℹ config file: /home/runner/work/mimic/mimic/packages/mimic-react/tsdown.config.ts
7
+ ℹ entry: src/index.ts, src/zustand/index.ts, src/zustand-commander/index.ts
8
+ ℹ target: es2017
9
+ ℹ tsconfig: tsconfig.json
10
+ ℹ Build start
11
+ ℹ [CJS] dist/zustand-commander/index.cjs 10.57 kB │ gzip: 2.75 kB
12
+ ℹ [CJS] dist/zustand/index.cjs  3.02 kB │ gzip: 1.09 kB
13
+ ℹ [CJS] dist/index.cjs  0.00 kB │ gzip: 0.02 kB
14
+ ℹ [CJS] dist/objectSpread2-CIP_6jda.cjs  2.23 kB │ gzip: 0.80 kB
15
+ ℹ [CJS] 4 files, total: 15.81 kB
16
+ ℹ [CJS] dist/zustand-commander/index.d.cts.map  5.67 kB │ gzip: 2.28 kB
17
+ ℹ [CJS] dist/zustand/index.d.cts.map  1.86 kB │ gzip: 0.82 kB
18
+ ℹ [CJS] dist/zustand-commander/index.d.cts 11.59 kB │ gzip: 3.11 kB
19
+ ℹ [CJS] dist/zustand/index.d.cts  5.01 kB │ gzip: 1.46 kB
20
+ ℹ [CJS] dist/index.d.cts  0.01 kB │ gzip: 0.03 kB
21
+ ℹ [CJS] 5 files, total: 24.14 kB
22
+ ✔ Build complete in 4989ms
23
+ ℹ [ESM] dist/zustand-commander/index.mjs  9.95 kB │ gzip: 2.71 kB
24
+ ℹ [ESM] dist/zustand/index.mjs  2.96 kB │ gzip: 1.11 kB
25
+ ℹ [ESM] dist/index.mjs  0.01 kB │ gzip: 0.03 kB
26
+ ℹ [ESM] dist/zustand-commander/index.mjs.map 34.69 kB │ gzip: 7.63 kB
27
+ ℹ [ESM] dist/zustand/index.mjs.map  6.71 kB │ gzip: 2.09 kB
28
+ ℹ [ESM] dist/zustand-commander/index.d.mts.map  5.67 kB │ gzip: 2.28 kB
29
+ ℹ [ESM] dist/objectSpread2-CxTyNSYl.mjs  2.13 kB │ gzip: 0.77 kB
30
+ ℹ [ESM] dist/zustand/index.d.mts.map  1.86 kB │ gzip: 0.82 kB
31
+ ℹ [ESM] dist/zustand-commander/index.d.mts 11.59 kB │ gzip: 3.11 kB
32
+ ℹ [ESM] dist/zustand/index.d.mts  5.01 kB │ gzip: 1.46 kB
33
+ ℹ [ESM] dist/index.d.mts  0.01 kB │ gzip: 0.03 kB
34
+ ℹ [ESM] 11 files, total: 80.59 kB
35
+ ✔ Build complete in 4999ms