@genesislcap/foundation-user 14.160.0 → 14.161.0

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 +20 -0
  2. 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.160.0",
4
+ "version": "14.161.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.160.0",
30
- "@genesislcap/genx": "14.160.0",
31
- "@genesislcap/rollup-builder": "14.160.0",
32
- "@genesislcap/ts-builder": "14.160.0",
33
- "@genesislcap/uvu-playwright-builder": "14.160.0",
34
- "@genesislcap/vite-builder": "14.160.0",
35
- "@genesislcap/webpack-builder": "14.160.0",
29
+ "@genesislcap/foundation-testing": "14.161.0",
30
+ "@genesislcap/genx": "14.161.0",
31
+ "@genesislcap/rollup-builder": "14.161.0",
32
+ "@genesislcap/ts-builder": "14.161.0",
33
+ "@genesislcap/uvu-playwright-builder": "14.161.0",
34
+ "@genesislcap/vite-builder": "14.161.0",
35
+ "@genesislcap/webpack-builder": "14.161.0",
36
36
  "rimraf": "^3.0.2"
37
37
  },
38
38
  "dependencies": {
39
- "@genesislcap/foundation-logger": "14.160.0",
40
- "@genesislcap/foundation-utils": "14.160.0",
39
+ "@genesislcap/foundation-logger": "14.161.0",
40
+ "@genesislcap/foundation-utils": "14.161.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": "f8c85f5e0a1928e51aacd7403607bd2e7457f510"
52
+ "gitHead": "75ef6861f287624c5efcee0f3ca24d1c167102d3"
53
53
  }