@warp-drive/build-config 5.9.0-alpha.1 → 5.9.0-alpha.11

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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -28,9 +28,11 @@
28
28
 
29
29
 
30
30
  <h3 align="center">🛠️ @warp-drive/build-config</h3>
31
+
31
32
  <p align="center">Enables providing a build config to optimize application assets</p>
32
33
 
33
- Note - you do not need to install or use this package if using @warp-drive/core.
34
+ > [!WARNING]
35
+ > **⚠️ This package** has been merged into [@warp-drive/core](https://warp-drive.io/api/@warp-drive/core/) and is not recommended for new applications.
34
36
 
35
37
  **Tagged Releases**
36
38
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-drive/build-config",
3
- "version": "5.9.0-alpha.1",
4
- "description": "Provides Build Configuration for projects using WarpDrive",
3
+ "version": "5.9.0-alpha.11",
4
+ "description": "(Legacy) Build Configuration for projects using WarpDrive",
5
5
  "keywords": [
6
6
  "ember-data",
7
7
  "warp-drive"
@@ -37,20 +37,21 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "babel-plugin-debug-macros": "^2.0.0",
40
- "@embroider/macros": "^1.18.1",
40
+ "@embroider/macros": "^1.19.6",
41
41
  "@embroider/addon-shim": "^1.10.0",
42
42
  "babel-import-util": "^2.1.1",
43
43
  "semver": "^7.7.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@warp-drive/internal-config": "5.9.0-alpha.1",
46
+ "@warp-drive/internal-config": "5.9.0-alpha.11",
47
47
  "@types/babel__core": "^7.20.5",
48
48
  "@types/node": "^20.19.11",
49
+ "@types/semver": "^7.7.1",
49
50
  "@babel/plugin-transform-typescript": "^7.28.0",
50
51
  "@babel/preset-typescript": "^7.27.1",
51
52
  "@babel/core": "^7.28.3",
52
- "typescript": "^5.9.2",
53
- "vite": "^7.1.3"
53
+ "typescript": "^5.9.3",
54
+ "vite": "^7.3.1"
54
55
  },
55
56
  "volta": {
56
57
  "extends": "../../package.json"