Skip to content

Commit 17e3b97

Browse files
authored
build(ngx-auth):v19.0.0
1 parent 4f77f39 commit 17e3b97

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed
Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,39 @@
11
{
22
"name": "@studiohyperdrive/ngx-auth",
3-
"version": "0.0.1",
3+
"version": "19.0.0",
4+
"description": "A library of core authentication functionality used with @studiohyperdrive/types-auth.",
5+
"keywords": [
6+
"angular",
7+
"authentication",
8+
"auth",
9+
"feature",
10+
"feature flag",
11+
"a-b-testing",
12+
"permission",
13+
"permissions",
14+
"guard",
15+
"interceptor",
16+
"directive",
17+
"user",
18+
"session"
19+
],
20+
"homepage": "https://open-source.studiohyperdrive.be/docs/angular/authentication/installation",
21+
"license": "MIT",
22+
"author": {
23+
"name": "Studio Hyperdrive",
24+
"url": "https://studiohyperdrive.be/"
25+
},
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/studiohyperdrive/hyperdrive-opensource",
29+
"directory": "libs/angular/authentication/src"
30+
},
431
"peerDependencies": {
532
"@angular/core": "^19.0.0",
633
"rxjs": "7.8.1",
734
"@angular/common": "19.0.3",
8-
"obj-clean": "3.0.1"
35+
"obj-clean": "3.0.1",
36+
"@studiohyperdrive/types-auth": "^2.0.0"
937
},
1038
"sideEffects": false
1139
}

0 commit comments

Comments
 (0)