@warp-drive-mirror/utilities 5.8.0-alpha.3 → 5.8.0-alpha.5

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -19,7 +19,7 @@
19
19
  [![Docs](./logos/docs-badge.svg)](https://docs.warp-drive.io)
20
20
  [![EmberJS Discord Community Server](https://img.shields.io/badge/EmberJS-grey?logo=discord&logoColor=FFC474)](https://discord.gg/zT3asNS
21
21
  )
22
- [![WarpDrive Discord Server](https://img.shields.io/badge/WarpDrive-grey?logo=discord&logoColor=FFC474)](https://discord.gg/n8BptgFzNt
22
+ [![WarpDrive Discord Server](https://img.shields.io/badge/WarpDrive-grey?logo=discord&logoColor=FFC474)](https://discord.gg/PHBbnWJx5S
23
23
  )
24
24
 
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warp-drive-mirror/utilities",
3
- "version": "5.8.0-alpha.3",
3
+ "version": "5.8.0-alpha.5",
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.3"
39
+ "@warp-drive-mirror/core": "5.8.0-alpha.5"
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.3",
49
- "@warp-drive-mirror/core": "5.8.0-alpha.3",
48
+ "@warp-drive/internal-config": "5.8.0-alpha.5",
49
+ "@warp-drive-mirror/core": "5.8.0-alpha.5",
50
50
  "decorator-transforms": "^2.3.0",
51
51
  "expect-type": "^1.2.2",
52
52
  "typescript": "^5.9.2",