@genesislcap/foundation-user 14.159.0 → 14.160.1-beta.88ffd67.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +20 -0
- package/package.json +11 -11
package/README.md
CHANGED
@@ -35,6 +35,26 @@ const unsubscribeUser = this.user.addAuthenticationChangeListener((event: UserAu
|
|
35
35
|
|
36
36
|
See the [User API Docs](./docs/api/foundation-user.user.md) for more information.
|
37
37
|
|
38
|
+
## Installation
|
39
|
+
|
40
|
+
To enable this module in your application, follow the steps below.
|
41
|
+
|
42
|
+
1. Add `@genesislcap/foundation-user` as a dependency in your `package.json` file. Whenever you change the dependencies of your project, ensure you run the `$ npm run bootstrap` command again. You can find more information in the [package.json basics](https://learn.genesis.global/secure/web/basics/package-json-basics/) page.
|
43
|
+
|
44
|
+
```json
|
45
|
+
{
|
46
|
+
...
|
47
|
+
"dependencies": {
|
48
|
+
...
|
49
|
+
"@genesislcap/foundation-user": "latest"
|
50
|
+
...
|
51
|
+
},
|
52
|
+
...
|
53
|
+
}
|
54
|
+
```
|
55
|
+
|
56
|
+
## [API Docs](./docs/api/index.md)
|
57
|
+
|
38
58
|
## License
|
39
59
|
|
40
60
|
Note: this project provides front-end dependencies and uses licensed components listed in the next section; thus, licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-user",
|
3
3
|
"description": "Genesis User",
|
4
|
-
"version": "14.
|
4
|
+
"version": "14.160.1-beta.88ffd67.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -26,18 +26,18 @@
|
|
26
26
|
"test": "genx test"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
|
-
"@genesislcap/foundation-testing": "14.
|
30
|
-
"@genesislcap/genx": "14.
|
31
|
-
"@genesislcap/rollup-builder": "14.
|
32
|
-
"@genesislcap/ts-builder": "14.
|
33
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
34
|
-
"@genesislcap/vite-builder": "14.
|
35
|
-
"@genesislcap/webpack-builder": "14.
|
29
|
+
"@genesislcap/foundation-testing": "14.160.1-beta.88ffd67.0",
|
30
|
+
"@genesislcap/genx": "14.160.1-beta.88ffd67.0",
|
31
|
+
"@genesislcap/rollup-builder": "14.160.1-beta.88ffd67.0",
|
32
|
+
"@genesislcap/ts-builder": "14.160.1-beta.88ffd67.0",
|
33
|
+
"@genesislcap/uvu-playwright-builder": "14.160.1-beta.88ffd67.0",
|
34
|
+
"@genesislcap/vite-builder": "14.160.1-beta.88ffd67.0",
|
35
|
+
"@genesislcap/webpack-builder": "14.160.1-beta.88ffd67.0",
|
36
36
|
"rimraf": "^3.0.2"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@genesislcap/foundation-logger": "14.
|
40
|
-
"@genesislcap/foundation-utils": "14.
|
39
|
+
"@genesislcap/foundation-logger": "14.160.1-beta.88ffd67.0",
|
40
|
+
"@genesislcap/foundation-utils": "14.160.1-beta.88ffd67.0",
|
41
41
|
"@microsoft/fast-element": "^1.12.0",
|
42
42
|
"@microsoft/fast-foundation": "^2.49.4"
|
43
43
|
},
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"publishConfig": {
|
50
50
|
"access": "public"
|
51
51
|
},
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "ac913c069762d50f7331a116cb1544cf9dbbbe87"
|
53
53
|
}
|