@warp-drive-mirror/build-config 5.8.0-alpha.29 → 5.8.0-alpha.30
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/README.md +24 -14
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,26 +1,36 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<img
|
|
3
3
|
class="project-logo"
|
|
4
|
-
src="./logos/
|
|
4
|
+
src="./logos/logo-yellow-slab.svg"
|
|
5
5
|
alt="WarpDrive"
|
|
6
|
-
width="
|
|
7
|
-
title="WarpDrive"
|
|
8
|
-
|
|
9
|
-
class="project-logo"
|
|
10
|
-
src="./logos/warp-drive-logo-gold.svg#gh-dark-mode-only"
|
|
11
|
-
alt="WarpDrive"
|
|
12
|
-
width="200px"
|
|
13
|
-
title="WarpDrive" />
|
|
6
|
+
width="180px"
|
|
7
|
+
title="WarpDrive"
|
|
8
|
+
/>
|
|
14
9
|
</p>
|
|
15
10
|
|
|
11
|
+

|
|
12
|
+

|
|
13
|
+

|
|
14
|
+
[](https://discord.gg/zT3asNS
|
|
15
|
+
)
|
|
16
|
+
[](https://discord.gg/PHBbnWJx5S
|
|
17
|
+
)
|
|
18
|
+
|
|
19
|
+
<p align="center">
|
|
20
|
+
<br>
|
|
21
|
+
<a href="https://warp-drive.io">WarpDrive</a> is the lightweight data library for web apps —
|
|
22
|
+
<br>
|
|
23
|
+
universal, typed, reactive, and ready to scale.
|
|
24
|
+
<br/><br/>
|
|
25
|
+
</p>
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
|
|
16
30
|
<h3 align="center">🛠️ @warp-drive-mirror/build-config</h3>
|
|
17
31
|
<p align="center">Enables providing a build config to optimize application assets</p>
|
|
18
32
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
```sh
|
|
22
|
-
pnpm install @warp-drive-mirror/build-config
|
|
23
|
-
```
|
|
33
|
+
Note - you do not need to install or use this package if using @warp-drive-mirror/core.
|
|
24
34
|
|
|
25
35
|
**Tagged Releases**
|
|
26
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive-mirror/build-config",
|
|
3
|
-
"version": "5.8.0-alpha.
|
|
3
|
+
"version": "5.8.0-alpha.30",
|
|
4
4
|
"description": "Provides Build Configuration for projects using WarpDrive",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-data-mirror",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"semver": "^7.7.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@warp-drive/internal-config": "5.8.0-alpha.
|
|
46
|
+
"@warp-drive/internal-config": "5.8.0-alpha.30",
|
|
47
47
|
"@types/babel__core": "^7.20.5",
|
|
48
48
|
"@types/node": "^20.19.11",
|
|
49
49
|
"@babel/plugin-transform-typescript": "^7.28.0",
|