desy-angular 7.0.0 → 7.0.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,13 +6,13 @@ See live examples of Desy Frontend components: [https://desy.aragon.es/desy-angu
6
6
 
7
7
  This project is built upon the Desy Frontend project: [https://desy.aragon.es/](https://desy.aragon.es/)
8
8
 
9
- This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11
9
+ This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15
10
10
 
11
11
 
12
12
  ### How to set up? ###
13
13
  This guide explains how to setup your Angular project to begin using Desy Angular.
14
14
  * Run `npm install desy-angular`
15
- * Dependencies: Node.js v12.18.3, Angular 11
15
+ * Dependencies: Node.js v16.17.1, Angular 15
16
16
 
17
17
  ### Contact the team ###
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "desy-angular",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Desy Angular contains the code you need to start building your Angular app for Gobierno de Aragón.",
5
5
  "engines": {
6
6
  "npm": ">=8.15.0",