structra-ui 0.1.2 → 0.1.3

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 +7 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@ Biblioteca **Angular** da stack **Structra** para interfaces consistentes: compo
4
4
 
5
5
  **Documentação e exemplos:** [StructraLab](https://structralab.com/)
6
6
 
7
- Compatível com **Angular 17** (`@angular/common` e `@angular/core` como *peer dependencies*).
7
+ **Peer dependencies:** `@angular/common` e `@angular/core` em **`>=17.0.0 <22.0.0`** — ou seja, **Angular 17.x a 21.x**
8
8
 
9
9
  ## Instalação
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "structra-ui",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Biblioteca de componente Angular StructraLabs.",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",
@@ -8,14 +8,18 @@
8
8
  "keywords": [
9
9
  "angular",
10
10
  "angular17",
11
+ "angular18",
12
+ "angular19",
13
+ "angular20",
14
+ "angular21",
11
15
  "ui",
12
16
  "structra",
13
17
  "structra-ui",
14
18
  "structralab"
15
19
  ],
16
20
  "peerDependencies": {
17
- "@angular/common": "^17.3.0",
18
- "@angular/core": "^17.3.0"
21
+ "@angular/common": ">=17.0.0 <22.0.0",
22
+ "@angular/core": ">=17.0.0 <22.0.0"
19
23
  },
20
24
  "dependencies": {
21
25
  "tslib": "^2.3.0"