@warp-drive-mirror/utilities 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 +13 -25
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,27 +1,23 @@
|
|
|
1
|
-
<
|
|
2
|
-
<img
|
|
3
|
-
class="project-logo"
|
|
4
|
-
src="./logos/github-header.svg#gh-light-mode-only"
|
|
5
|
-
alt="WarpDrive | Boldly go where no app has gone before"
|
|
6
|
-
title="WarpDrive | Boldly go where no app has gone before"
|
|
7
|
-
/>
|
|
1
|
+
<p align="center">
|
|
8
2
|
<img
|
|
9
3
|
class="project-logo"
|
|
10
|
-
src="./logos/
|
|
11
|
-
alt="WarpDrive
|
|
12
|
-
|
|
4
|
+
src="./logos/logo-yellow-slab.svg"
|
|
5
|
+
alt="WarpDrive"
|
|
6
|
+
width="180px"
|
|
7
|
+
title="WarpDrive"
|
|
13
8
|
/>
|
|
14
|
-
</
|
|
9
|
+
</p>
|
|
15
10
|
|
|
16
|
-
](https://discord.gg/zT3asNS
|
|
11
|
+

|
|
12
|
+

|
|
13
|
+

|
|
14
|
+
[](https://discord.gg/zT3asNS
|
|
21
15
|
)
|
|
22
|
-
[](https://discord.gg/PHBbnWJx5S
|
|
23
17
|
)
|
|
24
18
|
|
|
19
|
+
# @warp-drive-mirror/utilities
|
|
20
|
+
|
|
25
21
|
|
|
26
22
|
<br>
|
|
27
23
|
|
|
@@ -31,14 +27,6 @@ Utilities that Apps building with <em>Warp</em><strong>Drive</strong> may find u
|
|
|
31
27
|
|
|
32
28
|
<br>
|
|
33
29
|
|
|
34
|
-
## Installation
|
|
35
|
-
|
|
36
|
-
```sh
|
|
37
|
-
pnpm add -E @warp-drive-mirror/utilities
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
<br>
|
|
41
|
-
|
|
42
30
|
## Documentation
|
|
43
31
|
|
|
44
32
|
*Get Started* → [Guides](https://docs.warp-drive.io)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive-mirror/utilities",
|
|
3
|
-
"version": "5.8.0-alpha.
|
|
3
|
+
"version": "5.8.0-alpha.30",
|
|
4
4
|
"description": "Utilities package for WarpDrive | Things your app might find useful",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@warp-drive-mirror/core": "5.8.0-alpha.
|
|
39
|
+
"@warp-drive-mirror/core": "5.8.0-alpha.30"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@embroider/macros": "^1.18.1"
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@babel/core": "^7.28.3",
|
|
46
46
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
47
47
|
"@babel/preset-typescript": "^7.27.1",
|
|
48
|
-
"@warp-drive/internal-config": "5.8.0-alpha.
|
|
49
|
-
"@warp-drive-mirror/core": "5.8.0-alpha.
|
|
48
|
+
"@warp-drive/internal-config": "5.8.0-alpha.30",
|
|
49
|
+
"@warp-drive-mirror/core": "5.8.0-alpha.30",
|
|
50
50
|
"decorator-transforms": "^2.3.0",
|
|
51
51
|
"expect-type": "^1.2.2",
|
|
52
52
|
"typescript": "^5.9.2",
|