@helsevestikt/hviktor-angular 0.0.23 → 0.0.26

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 +15 -0
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @helsevestikt/hviktor-angular
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@helsevestikt/hviktor-angular)](https://www.npmjs.com/package/@helsevestikt/hviktor-angular)
4
+ [![license](https://img.shields.io/npm/l/@helsevestikt/hviktor-angular)](https://github.com/HelseVestIKT/Hviktor/blob/main/hviktor-angular/projects/hviktor/LICENSE)
5
+
3
6
  > ⚠️ **Denne pakken er under aktiv utvikling.** API-et kan endres uten forvarsel. Bruk på egen risiko i produksjon.
4
7
 
5
8
  Angular-komponenter basert på [Digdir Designsystemet](https://designsystemet.no/) for Helse Vest IKT.
@@ -52,3 +55,15 @@ Se [helsevestikt.github.io/hviktor](https://helsevestikt.github.io/hviktor/) for
52
55
 
53
56
  - Angular 17–21
54
57
  - Node.js 20+
58
+
59
+ ## Endringslogg
60
+
61
+ Se [CHANGELOG.md](https://github.com/HelseVestIKT/Hviktor/blob/main/hviktor-angular/CHANGELOG.md) for alle versjonsendringer.
62
+
63
+ ## Bidra
64
+
65
+ Se [CONTRIBUTING.md](https://github.com/HelseVestIKT/Hviktor/blob/main/hviktor-angular/CONTRIBUTING.md) for utviklingsprosess og retningslinjer.
66
+
67
+ ## Lisens
68
+
69
+ [MIT](./LICENSE)
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@helsevestikt/hviktor-angular",
3
- "version": "0.0.23",
3
+ "version": "0.0.26",
4
4
  "license": "MIT",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/HelseVestIKT/hviktor",
8
+ "directory": "hviktor-angular/projects/hviktor"
9
+ },
5
10
  "peerDependencies": {
6
11
  "@angular/common": ">=17.0.0 <22.0.0",
7
12
  "@angular/core": ">=17.0.0 <22.0.0"