ngx-ws 1.1.3 → 1.1.4

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -53,11 +53,12 @@ Let `ngx-ws` handle the generation of `angular.json` for you!
53
53
  - 📝 Supports [YAML](https://yaml.org/) and [JSON5](https://json5.org/) formats
54
54
  - 🔗 Handles [JSON References](https://datatracker.ietf.org/doc/html/draft-pbryan-zyp-json-ref-03) for modular configuration
55
55
  - 🔄 Recursive variable interpolation for flexible templating
56
- - 🛠️ Simplifies configuration of [scripts, styles, and assets](https://angular.io/guide/workspace-config#styles-and-scripts-configuration)
56
+ - 🛠️ Simplifies configuration of [scripts, styles, and assets](https://angular.dev/reference/configs/workspace-config#styles-and-scripts-configuration)
57
57
 
58
58
  ---
59
59
 
60
- **Example:**
60
+ ## 🧩 Example
61
+
61
62
  See the [ngx-ws-example](https://github.com/art-ws/ngx-ws-example) repository.
62
63
  Pay special attention to [angular-workspace.yaml](https://github.com/art-ws/ngx-ws-example/blob/main/angular-workspace.yaml) and [angular-project.yaml](https://github.com/art-ws/ngx-ws-example/blob/main/projects/app1/angular-project.yaml).
63
64
 
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "ngx-ws",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Easily split a large angular.json into modular and smaller project-local files",
5
- "type": "module",
6
5
  "keywords": [
7
6
  "angular",
8
7
  "tools"
@@ -22,6 +21,7 @@
22
21
  "email": "art-ws@pm.me",
23
22
  "url": "https://art-ws.org"
24
23
  },
24
+ "type": "module",
25
25
  "main": "dist/index.js",
26
26
  "types": "dist/index.d.ts",
27
27
  "bin": {