@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.
- package/dist/unpkg/dev/data-worker.js +378 -0
- package/dist/unpkg/dev/declarations/data-worker/cache-handler.d.ts +7 -0
- package/dist/unpkg/dev/declarations/data-worker/fetch.d.ts +21 -0
- package/dist/unpkg/dev/declarations/data-worker/types.d.ts +31 -0
- package/dist/unpkg/dev/declarations/data-worker/utils.d.ts +12 -0
- package/dist/unpkg/dev/declarations/data-worker/worker.d.ts +23 -0
- package/dist/unpkg/dev/declarations/data-worker.d.ts +2 -0
- package/dist/unpkg/dev/declarations/document-storage/index.d.ts +90 -0
- package/dist/unpkg/dev/declarations/document-storage.d.ts +1 -0
- package/dist/unpkg/dev/declarations/image-fetch.d.ts +1 -0
- package/dist/unpkg/dev/declarations/image-worker/fetch.d.ts +18 -0
- package/dist/unpkg/dev/declarations/image-worker/types.d.ts +21 -0
- package/dist/unpkg/dev/declarations/image-worker/worker.d.ts +14 -0
- package/dist/unpkg/dev/declarations/image-worker.d.ts +1 -0
- package/dist/unpkg/dev/declarations/worker-fetch.d.ts +1 -0
- package/dist/unpkg/dev/document-storage.js +1 -0
- package/dist/unpkg/dev/image-fetch.js +80 -0
- package/dist/unpkg/dev/image-worker.js +98 -0
- package/dist/unpkg/dev/index-CGCX7hY2.js +349 -0
- package/dist/unpkg/dev/worker-fetch.js +164 -0
- package/dist/unpkg/dev-deprecated/data-worker.js +378 -0
- package/dist/unpkg/dev-deprecated/declarations/data-worker/cache-handler.d.ts +7 -0
- package/dist/unpkg/dev-deprecated/declarations/data-worker/fetch.d.ts +21 -0
- package/dist/unpkg/dev-deprecated/declarations/data-worker/types.d.ts +31 -0
- package/dist/unpkg/dev-deprecated/declarations/data-worker/utils.d.ts +12 -0
- package/dist/unpkg/dev-deprecated/declarations/data-worker/worker.d.ts +23 -0
- package/dist/unpkg/dev-deprecated/declarations/data-worker.d.ts +2 -0
- package/dist/unpkg/dev-deprecated/declarations/document-storage/index.d.ts +90 -0
- package/dist/unpkg/dev-deprecated/declarations/document-storage.d.ts +1 -0
- package/dist/unpkg/dev-deprecated/declarations/image-fetch.d.ts +1 -0
- package/dist/unpkg/dev-deprecated/declarations/image-worker/fetch.d.ts +18 -0
- package/dist/unpkg/dev-deprecated/declarations/image-worker/types.d.ts +21 -0
- package/dist/unpkg/dev-deprecated/declarations/image-worker/worker.d.ts +14 -0
- package/dist/unpkg/dev-deprecated/declarations/image-worker.d.ts +1 -0
- package/dist/unpkg/dev-deprecated/declarations/worker-fetch.d.ts +1 -0
- package/dist/unpkg/dev-deprecated/document-storage.js +1 -0
- package/dist/unpkg/dev-deprecated/image-fetch.js +80 -0
- package/dist/unpkg/dev-deprecated/image-worker.js +98 -0
- package/dist/unpkg/dev-deprecated/index-CGCX7hY2.js +349 -0
- package/dist/unpkg/dev-deprecated/worker-fetch.js +164 -0
- package/dist/unpkg/prod/data-worker.js +378 -0
- package/dist/unpkg/prod/declarations/data-worker/cache-handler.d.ts +7 -0
- package/dist/unpkg/prod/declarations/data-worker/fetch.d.ts +21 -0
- package/dist/unpkg/prod/declarations/data-worker/types.d.ts +31 -0
- package/dist/unpkg/prod/declarations/data-worker/utils.d.ts +12 -0
- package/dist/unpkg/prod/declarations/data-worker/worker.d.ts +23 -0
- package/dist/unpkg/prod/declarations/data-worker.d.ts +2 -0
- package/dist/unpkg/prod/declarations/document-storage/index.d.ts +90 -0
- package/dist/unpkg/prod/declarations/document-storage.d.ts +1 -0
- package/dist/unpkg/prod/declarations/image-fetch.d.ts +1 -0
- package/dist/unpkg/prod/declarations/image-worker/fetch.d.ts +18 -0
- package/dist/unpkg/prod/declarations/image-worker/types.d.ts +21 -0
- package/dist/unpkg/prod/declarations/image-worker/worker.d.ts +14 -0
- package/dist/unpkg/prod/declarations/image-worker.d.ts +1 -0
- package/dist/unpkg/prod/declarations/worker-fetch.d.ts +1 -0
- package/dist/unpkg/prod/document-storage.js +1 -0
- package/dist/unpkg/prod/image-fetch.js +80 -0
- package/dist/unpkg/prod/image-worker.js +98 -0
- package/dist/unpkg/prod/index-CGCX7hY2.js +349 -0
- package/dist/unpkg/prod/worker-fetch.js +164 -0
- package/dist/unpkg/prod-deprecated/data-worker.js +378 -0
- package/dist/unpkg/prod-deprecated/declarations/data-worker/cache-handler.d.ts +7 -0
- package/dist/unpkg/prod-deprecated/declarations/data-worker/fetch.d.ts +21 -0
- package/dist/unpkg/prod-deprecated/declarations/data-worker/types.d.ts +31 -0
- package/dist/unpkg/prod-deprecated/declarations/data-worker/utils.d.ts +12 -0
- package/dist/unpkg/prod-deprecated/declarations/data-worker/worker.d.ts +23 -0
- package/dist/unpkg/prod-deprecated/declarations/data-worker.d.ts +2 -0
- package/dist/unpkg/prod-deprecated/declarations/document-storage/index.d.ts +90 -0
- package/dist/unpkg/prod-deprecated/declarations/document-storage.d.ts +1 -0
- package/dist/unpkg/prod-deprecated/declarations/image-fetch.d.ts +1 -0
- package/dist/unpkg/prod-deprecated/declarations/image-worker/fetch.d.ts +18 -0
- package/dist/unpkg/prod-deprecated/declarations/image-worker/types.d.ts +21 -0
- package/dist/unpkg/prod-deprecated/declarations/image-worker/worker.d.ts +14 -0
- package/dist/unpkg/prod-deprecated/declarations/image-worker.d.ts +1 -0
- package/dist/unpkg/prod-deprecated/declarations/worker-fetch.d.ts +1 -0
- package/dist/unpkg/prod-deprecated/document-storage.js +1 -0
- package/dist/unpkg/prod-deprecated/image-fetch.js +80 -0
- package/dist/unpkg/prod-deprecated/image-worker.js +98 -0
- package/dist/unpkg/prod-deprecated/index-CGCX7hY2.js +349 -0
- package/dist/unpkg/prod-deprecated/worker-fetch.js +164 -0
- 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.
|
|
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.
|
|
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.
|
|
63
|
-
"@warp-drive-mirror/core": "5.8.0-alpha.
|
|
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"
|