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

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 +64 -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.34",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -13,22 +13,82 @@
13
13
  "bugs": "https://github.com/warp-drive-data/warp-drive/issues",
14
14
  "exports": {
15
15
  "./document-storage": {
16
+ "unpkg": {
17
+ "development": {
18
+ "deprecations": {
19
+ "./document-storage": "./dist/unpkg/dev-deprecated/document-storage.js"
20
+ },
21
+ "./document-storage": "./dist/unpkg/dev/document-storage.js"
22
+ },
23
+ "deprecations": {
24
+ "./document-storage": "./dist/unpkg/prod-deprecated/document-storage.js"
25
+ },
26
+ "./document-storage": "./dist/unpkg/prod/document-storage.js"
27
+ },
16
28
  "types": "./declarations/document-storage.d.ts",
17
29
  "default": "./dist/document-storage.js"
18
30
  },
19
31
  "./data-worker": {
32
+ "unpkg": {
33
+ "development": {
34
+ "deprecations": {
35
+ "./data-worker": "./dist/unpkg/dev-deprecated/data-worker.js"
36
+ },
37
+ "./data-worker": "./dist/unpkg/dev/data-worker.js"
38
+ },
39
+ "deprecations": {
40
+ "./data-worker": "./dist/unpkg/prod-deprecated/data-worker.js"
41
+ },
42
+ "./data-worker": "./dist/unpkg/prod/data-worker.js"
43
+ },
20
44
  "types": "./declarations/data-worker.d.ts",
21
45
  "default": "./dist/data-worker.js"
22
46
  },
23
47
  "./worker-fetch": {
48
+ "unpkg": {
49
+ "development": {
50
+ "deprecations": {
51
+ "./worker-fetch": "./dist/unpkg/dev-deprecated/worker-fetch.js"
52
+ },
53
+ "./worker-fetch": "./dist/unpkg/dev/worker-fetch.js"
54
+ },
55
+ "deprecations": {
56
+ "./worker-fetch": "./dist/unpkg/prod-deprecated/worker-fetch.js"
57
+ },
58
+ "./worker-fetch": "./dist/unpkg/prod/worker-fetch.js"
59
+ },
24
60
  "types": "./declarations/worker-fetch.d.ts",
25
61
  "default": "./dist/worker-fetch.js"
26
62
  },
27
63
  "./image-worker": {
64
+ "unpkg": {
65
+ "development": {
66
+ "deprecations": {
67
+ "./image-worker": "./dist/unpkg/dev-deprecated/image-worker.js"
68
+ },
69
+ "./image-worker": "./dist/unpkg/dev/image-worker.js"
70
+ },
71
+ "deprecations": {
72
+ "./image-worker": "./dist/unpkg/prod-deprecated/image-worker.js"
73
+ },
74
+ "./image-worker": "./dist/unpkg/prod/image-worker.js"
75
+ },
28
76
  "types": "./declarations/image-worker.d.ts",
29
77
  "default": "./dist/image-worker.js"
30
78
  },
31
79
  "./image-fetch": {
80
+ "unpkg": {
81
+ "development": {
82
+ "deprecations": {
83
+ "./image-fetch": "./dist/unpkg/dev-deprecated/image-fetch.js"
84
+ },
85
+ "./image-fetch": "./dist/unpkg/dev/image-fetch.js"
86
+ },
87
+ "deprecations": {
88
+ "./image-fetch": "./dist/unpkg/prod-deprecated/image-fetch.js"
89
+ },
90
+ "./image-fetch": "./dist/unpkg/prod/image-fetch.js"
91
+ },
32
92
  "types": "./declarations/image-fetch.d.ts",
33
93
  "default": "./dist/image-fetch.js"
34
94
  }
@@ -44,7 +104,7 @@
44
104
  ],
45
105
  "peerDependencies": {
46
106
  "@sqlite.org/sqlite-wasm": "3.46.0-build2",
47
- "@warp-drive-mirror/core": "5.8.0-alpha.30"
107
+ "@warp-drive-mirror/core": "5.8.0-alpha.34"
48
108
  },
49
109
  "peerDependenciesMeta": {
50
110
  "@sqlite.org/sqlite-wasm": {
@@ -59,8 +119,8 @@
59
119
  "@babel/plugin-transform-typescript": "^7.28.0",
60
120
  "@babel/preset-env": "^7.28.3",
61
121
  "@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",
122
+ "@warp-drive/internal-config": "5.8.0-alpha.34",
123
+ "@warp-drive-mirror/core": "5.8.0-alpha.34",
64
124
  "@sqlite.org/sqlite-wasm": "3.46.0-build2",
65
125
  "typescript": "^5.9.2",
66
126
  "vite": "^7.1.3"