@warp-drive/experiments 0.2.6-alpha.32 → 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.
- package/package.json +64 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/experiments",
|
|
3
3
|
"description": "Experimental features for WarpDrive",
|
|
4
|
-
"version": "0.2.6-alpha.
|
|
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/core": "5.8.0-alpha.
|
|
107
|
+
"@warp-drive/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.
|
|
63
|
-
"@warp-drive/core": "5.8.0-alpha.
|
|
122
|
+
"@warp-drive/internal-config": "5.8.0-alpha.34",
|
|
123
|
+
"@warp-drive/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"
|