@genesislcap/foundation-comms 14.160.1 → 14.162.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +19 -2
- package/package.json +11 -11
package/README.md
CHANGED
@@ -5,7 +5,25 @@
|
|
5
5
|
|
6
6
|
`foundation-comms` provides a collection of comms services and utilities. See the API docs linked below for more information.
|
7
7
|
|
8
|
-
|
8
|
+
## Installation
|
9
|
+
|
10
|
+
To enable this module in your application, follow the steps below.
|
11
|
+
|
12
|
+
1. Add `@genesislcap/foundation-comms` 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.
|
13
|
+
|
14
|
+
```json
|
15
|
+
{
|
16
|
+
...
|
17
|
+
"dependencies": {
|
18
|
+
...
|
19
|
+
"@genesislcap/foundation-comms": "latest"
|
20
|
+
...
|
21
|
+
},
|
22
|
+
...
|
23
|
+
}
|
24
|
+
```
|
25
|
+
|
26
|
+
## [API Docs](./docs/api/index.md)
|
9
27
|
|
10
28
|
## License
|
11
29
|
|
@@ -13,4 +31,3 @@ Note: this project provides front-end dependencies and uses licensed components
|
|
13
31
|
|
14
32
|
### Licensed components
|
15
33
|
Genesis low-code platform
|
16
|
-
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-comms",
|
3
3
|
"description": "Genesis Foundation UI Comms",
|
4
|
-
"version": "14.
|
4
|
+
"version": "14.162.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -59,13 +59,13 @@
|
|
59
59
|
"test:debug": "genx test --debug"
|
60
60
|
},
|
61
61
|
"devDependencies": {
|
62
|
-
"@genesislcap/foundation-testing": "14.
|
63
|
-
"@genesislcap/genx": "14.
|
64
|
-
"@genesislcap/rollup-builder": "14.
|
65
|
-
"@genesislcap/ts-builder": "14.
|
66
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
67
|
-
"@genesislcap/vite-builder": "14.
|
68
|
-
"@genesislcap/webpack-builder": "14.
|
62
|
+
"@genesislcap/foundation-testing": "14.162.0",
|
63
|
+
"@genesislcap/genx": "14.162.0",
|
64
|
+
"@genesislcap/rollup-builder": "14.162.0",
|
65
|
+
"@genesislcap/ts-builder": "14.162.0",
|
66
|
+
"@genesislcap/uvu-playwright-builder": "14.162.0",
|
67
|
+
"@genesislcap/vite-builder": "14.162.0",
|
68
|
+
"@genesislcap/webpack-builder": "14.162.0",
|
69
69
|
"@types/js-cookie": "^3.0.2",
|
70
70
|
"@types/json-schema": "^7.0.11",
|
71
71
|
"@types/webappsec-credential-management": "^0.6.2",
|
@@ -73,8 +73,8 @@
|
|
73
73
|
},
|
74
74
|
"dependencies": {
|
75
75
|
"@finos/fdc3": "^1.2.0",
|
76
|
-
"@genesislcap/foundation-logger": "14.
|
77
|
-
"@genesislcap/foundation-utils": "14.
|
76
|
+
"@genesislcap/foundation-logger": "14.162.0",
|
77
|
+
"@genesislcap/foundation-utils": "14.162.0",
|
78
78
|
"@microsoft/fast-element": "^1.12.0",
|
79
79
|
"@microsoft/fast-foundation": "^2.49.4",
|
80
80
|
"analytics": "^0.8.0",
|
@@ -91,5 +91,5 @@
|
|
91
91
|
"publishConfig": {
|
92
92
|
"access": "public"
|
93
93
|
},
|
94
|
-
"gitHead": "
|
94
|
+
"gitHead": "874e7ee403e4cfab01c6fb2542ae3264c7202831"
|
95
95
|
}
|