@warp-drive/experiments 0.2.6-alpha.35 → 0.2.6-alpha.37

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