voodoojs 0.7.0 → 0.10.1

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 (41) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-4T2UIPWX.js → chunk-246ZC2JD.js} +4 -4
  3. package/dist/{chunk-YOZTHZS2.js → chunk-2UST7MKN.js} +3 -3
  4. package/dist/{chunk-II3XBOAP.js → chunk-4MJIS5RZ.js} +13 -13
  5. package/dist/{chunk-QO3I7VLJ.js → chunk-5D7TM3GL.js} +5 -5
  6. package/dist/{chunk-JB2YYNK6.js → chunk-5E3UZREN.js} +325 -64
  7. package/dist/{chunk-MMLUK37L.js → chunk-D4DNTWIS.js} +4 -3
  8. package/dist/{chunk-WSDB7K4X.js → chunk-DNIQLT66.js} +6 -6
  9. package/dist/{chunk-ZIWLQZZL.js → chunk-F3Z3HMZR.js} +4 -4
  10. package/dist/{chunk-GIWKGFGY.js → chunk-KQRWQPD6.js} +4 -4
  11. package/dist/{chunk-CYN6VLMD.js → chunk-RREZZ4FB.js} +4 -4
  12. package/dist/{chunk-E5T65CEI.js → chunk-WYSN4IOV.js} +5 -5
  13. package/dist/essential.cjs +317 -58
  14. package/dist/essential.d.cts +2 -2
  15. package/dist/essential.d.ts +2 -2
  16. package/dist/essential.js +10 -10
  17. package/dist/gpu.cjs +1 -1
  18. package/dist/gpu.js +10 -10
  19. package/dist/http.cjs +1 -1
  20. package/dist/http.js +5 -5
  21. package/dist/index.cjs +596 -76
  22. package/dist/index.d.cts +118 -4
  23. package/dist/index.d.ts +118 -4
  24. package/dist/index.js +282 -31
  25. package/dist/{query-CC-_z7v0.d.ts → query-Cf-7iibE.d.ts} +53 -2
  26. package/dist/{query-sEJXe_cO.d.cts → query-DiQAS73Q.d.cts} +53 -2
  27. package/dist/reactivity.cjs +1 -1
  28. package/dist/reactivity.js +2 -2
  29. package/dist/socket.cjs +303 -57
  30. package/dist/socket.js +9 -9
  31. package/dist/style-BSEVBI4K.js +5 -0
  32. package/dist/utils.cjs +1 -1
  33. package/dist/utils.js +2 -2
  34. package/dist/voodoo.core.js +322 -58
  35. package/dist/voodoo.core.min.js +18 -18
  36. package/dist/voodoo.full.js +599 -74
  37. package/dist/voodoo.full.min.js +61 -61
  38. package/dist/voodoo.js +322 -58
  39. package/dist/voodoo.min.js +25 -25
  40. package/package.json +127 -127
  41. package/dist/style-SLQ6PHZK.js +0 -5
@@ -1,4 +1,4 @@
1
- import { c as core, V as VoodooCollection } from './query-CC-_z7v0.js';
1
+ import { c as core, V as VoodooCollection } from './query-Cf-7iibE.js';
2
2
  import './http.js';
3
3
  import './utils.js';
4
4
  import './reactivity.js';
@@ -13,7 +13,7 @@ import './reactivity.js';
13
13
  * Excluded to keep the file small: charts, physics-based animations, router,
14
14
  * internationalization, reactivity inspector, and the ready-to-use component
15
15
  * library. For these, use `voodoo.full.min.js` or build a custom version with
16
- * `npx voodoo build`.
16
+ * `npx voodoojs-cli build`.
17
17
  */
18
18
 
19
19
  interface VoodooEssential extends Omit<typeof core, never> {
package/dist/essential.js CHANGED
@@ -1,15 +1,15 @@
1
- import { core, sound, hotkey, palette, registerMask, unmask, applyMask, masks, mask, clearErrors, showFieldError, showFormErrors, messages, serializeForm, validate, validator, dialog, prompt, confirm, alert, modal, VoodooCollection, fromHtml, ready2, query } from './chunk-II3XBOAP.js';
2
- import './chunk-WSDB7K4X.js';
3
- import { magic } from './chunk-JB2YYNK6.js';
4
- import './chunk-4T2UIPWX.js';
5
- import './chunk-CYN6VLMD.js';
6
- import './chunk-ZIWLQZZL.js';
7
- import './chunk-GIWKGFGY.js';
8
- import './chunk-MMLUK37L.js';
9
- import './chunk-YOZTHZS2.js';
1
+ import { core, sound, hotkey, palette, registerMask, unmask, applyMask, masks, mask, clearErrors, showFieldError, showFormErrors, messages, serializeForm, validate, validator, dialog, prompt, confirm, alert, modal, VoodooCollection, fromHtml, ready2, query } from './chunk-4MJIS5RZ.js';
2
+ import './chunk-DNIQLT66.js';
3
+ import { magic } from './chunk-5E3UZREN.js';
4
+ import './chunk-246ZC2JD.js';
5
+ import './chunk-RREZZ4FB.js';
6
+ import './chunk-F3Z3HMZR.js';
7
+ import './chunk-KQRWQPD6.js';
8
+ import './chunk-D4DNTWIS.js';
9
+ import './chunk-2UST7MKN.js';
10
10
 
11
11
  /**
12
- * Voodoo.js v0.7.0
12
+ * Voodoo.js v0.10.1
13
13
  * JavaScript feels like magic.
14
14
  * (c) 2026 Voodoo.js contributors. MIT License.
15
15
  */
package/dist/gpu.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  /**
6
- * Voodoo.js v0.7.0
6
+ * Voodoo.js v0.10.1
7
7
  * JavaScript feels like magic.
8
8
  * (c) 2026 Voodoo.js contributors. MIT License.
9
9
  */
package/dist/gpu.js CHANGED
@@ -1,15 +1,15 @@
1
- import { supported, clock, shared, gpu, surface, effect, frameLoop, frame } from './chunk-E5T65CEI.js';
2
- export { clock, compute, describeWgslType, destroy, effect, findEntry, flattenValue, frame, frameLoop, gpu, inferStruct, init, packStruct, reflectBindings, reflectEntries, reflectStructs, reflectWgsl, resetShared, shared, splitTopLevel, stripWgslComments, supported, surface, target, uniforms, writeField, writeStruct } from './chunk-E5T65CEI.js';
3
- import { http } from './chunk-WSDB7K4X.js';
4
- import { originalAttributes, destroy } from './chunk-JB2YYNK6.js';
5
- import { handleError } from './chunk-4T2UIPWX.js';
6
- import { warn, describeElement } from './chunk-CYN6VLMD.js';
7
- import './chunk-ZIWLQZZL.js';
8
- import { defineDirective } from './chunk-MMLUK37L.js';
9
- import './chunk-YOZTHZS2.js';
1
+ import { supported, clock, shared, gpu, surface, effect, frameLoop, frame } from './chunk-WYSN4IOV.js';
2
+ export { clock, compute, describeWgslType, destroy, effect, findEntry, flattenValue, frame, frameLoop, gpu, inferStruct, init, packStruct, reflectBindings, reflectEntries, reflectStructs, reflectWgsl, resetShared, shared, splitTopLevel, stripWgslComments, supported, surface, target, uniforms, writeField, writeStruct } from './chunk-WYSN4IOV.js';
3
+ import { http } from './chunk-DNIQLT66.js';
4
+ import { originalAttributes, destroy } from './chunk-5E3UZREN.js';
5
+ import { handleError } from './chunk-246ZC2JD.js';
6
+ import { warn, describeElement } from './chunk-RREZZ4FB.js';
7
+ import './chunk-F3Z3HMZR.js';
8
+ import { defineDirective } from './chunk-D4DNTWIS.js';
9
+ import './chunk-2UST7MKN.js';
10
10
 
11
11
  /**
12
- * Voodoo.js v0.7.0
12
+ * Voodoo.js v0.10.1
13
13
  * JavaScript feels like magic.
14
14
  * (c) 2026 Voodoo.js contributors. MIT License.
15
15
  */
package/dist/http.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  /**
4
- * Voodoo.js v0.7.0
4
+ * Voodoo.js v0.10.1
5
5
  * JavaScript feels like magic.
6
6
  * (c) 2026 Voodoo.js contributors. MIT License.
7
7
  */
package/dist/http.js CHANGED
@@ -1,7 +1,7 @@
1
- export { HttpError, clearCache, flushOfflineQueue, http, request } from './chunk-WSDB7K4X.js';
2
- import './chunk-CYN6VLMD.js';
3
- import './chunk-ZIWLQZZL.js';
4
- import './chunk-MMLUK37L.js';
5
- import './chunk-YOZTHZS2.js';
1
+ export { HttpError, clearCache, flushOfflineQueue, http, request } from './chunk-DNIQLT66.js';
2
+ import './chunk-RREZZ4FB.js';
3
+ import './chunk-F3Z3HMZR.js';
4
+ import './chunk-D4DNTWIS.js';
5
+ import './chunk-2UST7MKN.js';
6
6
  //# sourceMappingURL=http.js.map
7
7
  //# sourceMappingURL=http.js.map