@genesislcap/foundation-comms 14.149.0 → 14.149.2
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.
- package/README.md +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
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.
|
|
13
13
|
|
|
14
14
|
### Licensed components
|
|
15
|
-
Genesis low-code platform
|
|
15
|
+
Genesis Global low-code platform
|
|
16
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.149.
|
|
4
|
+
"version": "14.149.2",
|
|
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.149.
|
|
63
|
-
"@genesislcap/genx": "14.149.
|
|
64
|
-
"@genesislcap/rollup-builder": "14.149.
|
|
65
|
-
"@genesislcap/ts-builder": "14.149.
|
|
66
|
-
"@genesislcap/uvu-playwright-builder": "14.149.
|
|
67
|
-
"@genesislcap/vite-builder": "14.149.
|
|
68
|
-
"@genesislcap/webpack-builder": "14.149.
|
|
62
|
+
"@genesislcap/foundation-testing": "14.149.2",
|
|
63
|
+
"@genesislcap/genx": "14.149.2",
|
|
64
|
+
"@genesislcap/rollup-builder": "14.149.2",
|
|
65
|
+
"@genesislcap/ts-builder": "14.149.2",
|
|
66
|
+
"@genesislcap/uvu-playwright-builder": "14.149.2",
|
|
67
|
+
"@genesislcap/vite-builder": "14.149.2",
|
|
68
|
+
"@genesislcap/webpack-builder": "14.149.2",
|
|
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.149.
|
|
77
|
-
"@genesislcap/foundation-utils": "14.149.
|
|
76
|
+
"@genesislcap/foundation-logger": "14.149.2",
|
|
77
|
+
"@genesislcap/foundation-utils": "14.149.2",
|
|
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": "7cd54ab7f102571fb3f611db37edc6b9e5625df1"
|
|
95
95
|
}
|