@warp-drive-mirror/experiments 0.2.7-alpha.0 → 0.2.7-alpha.2
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 +8 -8
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.7-alpha.
|
|
4
|
+
"version": "0.2.7-alpha.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
7
7
|
"repository": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
],
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@sqlite.org/sqlite-wasm": "3.46.0-build2",
|
|
67
|
-
"@warp-drive-mirror/core": "5.9.0-alpha.
|
|
67
|
+
"@warp-drive-mirror/core": "5.9.0-alpha.2"
|
|
68
68
|
},
|
|
69
69
|
"peerDependenciesMeta": {
|
|
70
70
|
"@sqlite.org/sqlite-wasm": {
|
|
@@ -72,18 +72,18 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@embroider/macros": "^1.
|
|
75
|
+
"@embroider/macros": "^1.19.6"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@babel/core": "^7.28.3",
|
|
79
79
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
80
80
|
"@babel/preset-env": "^7.28.3",
|
|
81
81
|
"@babel/preset-typescript": "^7.27.1",
|
|
82
|
-
"@warp-drive/internal-config": "5.9.0-alpha.
|
|
83
|
-
"@warp-drive-mirror/core": "5.9.0-alpha.
|
|
82
|
+
"@warp-drive/internal-config": "5.9.0-alpha.2",
|
|
83
|
+
"@warp-drive-mirror/core": "5.9.0-alpha.2",
|
|
84
84
|
"@sqlite.org/sqlite-wasm": "3.46.0-build2",
|
|
85
|
-
"typescript": "^5.9.
|
|
86
|
-
"vite": "^7.1
|
|
85
|
+
"typescript": "^5.9.3",
|
|
86
|
+
"vite": "^7.3.1"
|
|
87
87
|
},
|
|
88
88
|
"volta": {
|
|
89
89
|
"extends": "../../../../../../package.json"
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
},
|
|
99
99
|
"scripts": {
|
|
100
100
|
"lint": "eslint . --quiet --cache --cache-strategy=content",
|
|
101
|
-
"build:pkg": "vite build
|
|
101
|
+
"build:pkg": "vite build",
|
|
102
102
|
"sync": "echo \"syncing\"",
|
|
103
103
|
"start": "vite"
|
|
104
104
|
}
|