ngx-devkit-builders 1.2.1 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -13,9 +13,9 @@
13
13
 
14
14
  This package contains Architect builders used to build and test Angular applications and libraries.
15
15
 
16
- > ✓ _Angular 17 compatible_
16
+ > ✓ _Angular 18 compatible_
17
17
 
18
- ## Builders
18
+ ## 🚀 Builders
19
19
 
20
20
  | Name | Description |
21
21
  | ---------------------------------------------------- | --------------------------------- |
@@ -25,14 +25,14 @@ This package contains Architect builders used to build and test Angular applicat
25
25
 
26
26
  _More builders can be added in the future._
27
27
 
28
- ## Compatibility
28
+ ## 🔧 Compatibility
29
29
 
30
30
  | Angular | ngx-app-version | Install |
31
31
  | ------- | --------------- | ---------------------------- |
32
32
  | >= 17 | 1.x | `yarn add ngx-app-version` |
33
33
  | >= 16 | 0.x | `yarn add ngx-app-version@0` |
34
34
 
35
- ## License
35
+ ## 🪪 License
36
36
 
37
37
  Copyright © 2022 - 2024 [Dominik Hladik](https://github.com/Celtian)
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-devkit-builders",
3
- "version": "1.2.1",
3
+ "version": "1.3.2",
4
4
  "author": {
5
5
  "name": "Dominik Hladík",
6
6
  "email": "dominik.hladik@seznam.cz",
@@ -12,8 +12,8 @@
12
12
  "builders": "builders.json",
13
13
  "scripts": {},
14
14
  "dependencies": {
15
- "@angular-devkit/architect": "^0.1701.3",
16
- "@angular-devkit/core": "^17.1.3",
15
+ "@angular-devkit/architect": "^0.1802.9",
16
+ "@angular-devkit/core": "^18.2.9",
17
17
  "fs-extra": "^11.2.0"
18
18
  },
19
19
  "devDependencies": {},