@warp-drive-mirror/experiments 0.2.6-alpha.30 → 0.2.6-alpha.32

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 (81) hide show
  1. package/dist/unpkg/dev/data-worker.js +378 -0
  2. package/dist/unpkg/dev/declarations/data-worker/cache-handler.d.ts +7 -0
  3. package/dist/unpkg/dev/declarations/data-worker/fetch.d.ts +21 -0
  4. package/dist/unpkg/dev/declarations/data-worker/types.d.ts +31 -0
  5. package/dist/unpkg/dev/declarations/data-worker/utils.d.ts +12 -0
  6. package/dist/unpkg/dev/declarations/data-worker/worker.d.ts +23 -0
  7. package/dist/unpkg/dev/declarations/data-worker.d.ts +2 -0
  8. package/dist/unpkg/dev/declarations/document-storage/index.d.ts +90 -0
  9. package/dist/unpkg/dev/declarations/document-storage.d.ts +1 -0
  10. package/dist/unpkg/dev/declarations/image-fetch.d.ts +1 -0
  11. package/dist/unpkg/dev/declarations/image-worker/fetch.d.ts +18 -0
  12. package/dist/unpkg/dev/declarations/image-worker/types.d.ts +21 -0
  13. package/dist/unpkg/dev/declarations/image-worker/worker.d.ts +14 -0
  14. package/dist/unpkg/dev/declarations/image-worker.d.ts +1 -0
  15. package/dist/unpkg/dev/declarations/worker-fetch.d.ts +1 -0
  16. package/dist/unpkg/dev/document-storage.js +1 -0
  17. package/dist/unpkg/dev/image-fetch.js +80 -0
  18. package/dist/unpkg/dev/image-worker.js +98 -0
  19. package/dist/unpkg/dev/index-CGCX7hY2.js +349 -0
  20. package/dist/unpkg/dev/worker-fetch.js +164 -0
  21. package/dist/unpkg/dev-deprecated/data-worker.js +378 -0
  22. package/dist/unpkg/dev-deprecated/declarations/data-worker/cache-handler.d.ts +7 -0
  23. package/dist/unpkg/dev-deprecated/declarations/data-worker/fetch.d.ts +21 -0
  24. package/dist/unpkg/dev-deprecated/declarations/data-worker/types.d.ts +31 -0
  25. package/dist/unpkg/dev-deprecated/declarations/data-worker/utils.d.ts +12 -0
  26. package/dist/unpkg/dev-deprecated/declarations/data-worker/worker.d.ts +23 -0
  27. package/dist/unpkg/dev-deprecated/declarations/data-worker.d.ts +2 -0
  28. package/dist/unpkg/dev-deprecated/declarations/document-storage/index.d.ts +90 -0
  29. package/dist/unpkg/dev-deprecated/declarations/document-storage.d.ts +1 -0
  30. package/dist/unpkg/dev-deprecated/declarations/image-fetch.d.ts +1 -0
  31. package/dist/unpkg/dev-deprecated/declarations/image-worker/fetch.d.ts +18 -0
  32. package/dist/unpkg/dev-deprecated/declarations/image-worker/types.d.ts +21 -0
  33. package/dist/unpkg/dev-deprecated/declarations/image-worker/worker.d.ts +14 -0
  34. package/dist/unpkg/dev-deprecated/declarations/image-worker.d.ts +1 -0
  35. package/dist/unpkg/dev-deprecated/declarations/worker-fetch.d.ts +1 -0
  36. package/dist/unpkg/dev-deprecated/document-storage.js +1 -0
  37. package/dist/unpkg/dev-deprecated/image-fetch.js +80 -0
  38. package/dist/unpkg/dev-deprecated/image-worker.js +98 -0
  39. package/dist/unpkg/dev-deprecated/index-CGCX7hY2.js +349 -0
  40. package/dist/unpkg/dev-deprecated/worker-fetch.js +164 -0
  41. package/dist/unpkg/prod/data-worker.js +378 -0
  42. package/dist/unpkg/prod/declarations/data-worker/cache-handler.d.ts +7 -0
  43. package/dist/unpkg/prod/declarations/data-worker/fetch.d.ts +21 -0
  44. package/dist/unpkg/prod/declarations/data-worker/types.d.ts +31 -0
  45. package/dist/unpkg/prod/declarations/data-worker/utils.d.ts +12 -0
  46. package/dist/unpkg/prod/declarations/data-worker/worker.d.ts +23 -0
  47. package/dist/unpkg/prod/declarations/data-worker.d.ts +2 -0
  48. package/dist/unpkg/prod/declarations/document-storage/index.d.ts +90 -0
  49. package/dist/unpkg/prod/declarations/document-storage.d.ts +1 -0
  50. package/dist/unpkg/prod/declarations/image-fetch.d.ts +1 -0
  51. package/dist/unpkg/prod/declarations/image-worker/fetch.d.ts +18 -0
  52. package/dist/unpkg/prod/declarations/image-worker/types.d.ts +21 -0
  53. package/dist/unpkg/prod/declarations/image-worker/worker.d.ts +14 -0
  54. package/dist/unpkg/prod/declarations/image-worker.d.ts +1 -0
  55. package/dist/unpkg/prod/declarations/worker-fetch.d.ts +1 -0
  56. package/dist/unpkg/prod/document-storage.js +1 -0
  57. package/dist/unpkg/prod/image-fetch.js +80 -0
  58. package/dist/unpkg/prod/image-worker.js +98 -0
  59. package/dist/unpkg/prod/index-CGCX7hY2.js +349 -0
  60. package/dist/unpkg/prod/worker-fetch.js +164 -0
  61. package/dist/unpkg/prod-deprecated/data-worker.js +378 -0
  62. package/dist/unpkg/prod-deprecated/declarations/data-worker/cache-handler.d.ts +7 -0
  63. package/dist/unpkg/prod-deprecated/declarations/data-worker/fetch.d.ts +21 -0
  64. package/dist/unpkg/prod-deprecated/declarations/data-worker/types.d.ts +31 -0
  65. package/dist/unpkg/prod-deprecated/declarations/data-worker/utils.d.ts +12 -0
  66. package/dist/unpkg/prod-deprecated/declarations/data-worker/worker.d.ts +23 -0
  67. package/dist/unpkg/prod-deprecated/declarations/data-worker.d.ts +2 -0
  68. package/dist/unpkg/prod-deprecated/declarations/document-storage/index.d.ts +90 -0
  69. package/dist/unpkg/prod-deprecated/declarations/document-storage.d.ts +1 -0
  70. package/dist/unpkg/prod-deprecated/declarations/image-fetch.d.ts +1 -0
  71. package/dist/unpkg/prod-deprecated/declarations/image-worker/fetch.d.ts +18 -0
  72. package/dist/unpkg/prod-deprecated/declarations/image-worker/types.d.ts +21 -0
  73. package/dist/unpkg/prod-deprecated/declarations/image-worker/worker.d.ts +14 -0
  74. package/dist/unpkg/prod-deprecated/declarations/image-worker.d.ts +1 -0
  75. package/dist/unpkg/prod-deprecated/declarations/worker-fetch.d.ts +1 -0
  76. package/dist/unpkg/prod-deprecated/document-storage.js +1 -0
  77. package/dist/unpkg/prod-deprecated/image-fetch.js +80 -0
  78. package/dist/unpkg/prod-deprecated/image-worker.js +98 -0
  79. package/dist/unpkg/prod-deprecated/index-CGCX7hY2.js +349 -0
  80. package/dist/unpkg/prod-deprecated/worker-fetch.js +164 -0
  81. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-drive-mirror/experiments",
3
3
  "description": "Experimental features for WarpDrive",
4
- "version": "0.2.6-alpha.30",
4
+ "version": "0.2.6-alpha.32",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -44,7 +44,7 @@
44
44
  ],
45
45
  "peerDependencies": {
46
46
  "@sqlite.org/sqlite-wasm": "3.46.0-build2",
47
- "@warp-drive-mirror/core": "5.8.0-alpha.30"
47
+ "@warp-drive-mirror/core": "5.8.0-alpha.32"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "@sqlite.org/sqlite-wasm": {
@@ -59,8 +59,8 @@
59
59
  "@babel/plugin-transform-typescript": "^7.28.0",
60
60
  "@babel/preset-env": "^7.28.3",
61
61
  "@babel/preset-typescript": "^7.27.1",
62
- "@warp-drive/internal-config": "5.8.0-alpha.30",
63
- "@warp-drive-mirror/core": "5.8.0-alpha.30",
62
+ "@warp-drive/internal-config": "5.8.0-alpha.32",
63
+ "@warp-drive-mirror/core": "5.8.0-alpha.32",
64
64
  "@sqlite.org/sqlite-wasm": "3.46.0-build2",
65
65
  "typescript": "^5.9.2",
66
66
  "vite": "^7.1.3"