File tree Expand file tree Collapse file tree 1 file changed +30
-2
lines changed
libs/angular/authentication Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ },
4
31
"peerDependencies" : {
5
32
"@angular/core" : " ^19.0.0" ,
6
33
"rxjs" : " 7.8.1" ,
7
34
"@angular/common" : " 19.0.3" ,
8
- "obj-clean" : " 3.0.1"
35
+ "obj-clean" : " 3.0.1" ,
36
+ "@studiohyperdrive/types-auth" : " ^2.0.0"
9
37
},
10
38
"sideEffects" : false
11
39
}
You can’t perform that action at this time.
0 commit comments