@genesislcap/foundation-login 14.25.1-alpha-d696af4d9.0 → 14.26.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.
- package/README.md +3 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -114,3 +114,6 @@ The `Login` micro front-end can be customised using an exported `configure` func
|
|
|
114
114
|
## License
|
|
115
115
|
|
|
116
116
|
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.
|
|
117
|
+
|
|
118
|
+
### Licensed components
|
|
119
|
+
Genesis low-code platform
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-login",
|
|
3
3
|
"description": "Genesis Foundation Login",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.26.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-login.d.ts",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@genesislcap/foundation-testing": "14.
|
|
51
|
-
"@genesislcap/genx": "14.
|
|
50
|
+
"@genesislcap/foundation-testing": "^14.26.0",
|
|
51
|
+
"@genesislcap/genx": "^14.26.0",
|
|
52
52
|
"@playwright/test": "^1.18.1",
|
|
53
53
|
"c8": "^7.11.0",
|
|
54
54
|
"cross-env": "^7.0.3",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"watchlist": "^0.3.1"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@genesislcap/foundation-comms": "14.
|
|
67
|
-
"@genesislcap/foundation-ui": "14.
|
|
68
|
-
"@genesislcap/foundation-utils": "14.
|
|
69
|
-
"@genesislcap/foundation-zero": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "^14.26.0",
|
|
67
|
+
"@genesislcap/foundation-ui": "^14.26.0",
|
|
68
|
+
"@genesislcap/foundation-utils": "^14.26.0",
|
|
69
|
+
"@genesislcap/foundation-zero": "^14.26.0",
|
|
70
70
|
"@microsoft/fast-components": "^2.21.3",
|
|
71
71
|
"@microsoft/fast-element": "^1.7.0",
|
|
72
72
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
85
|
"customElements": "dist/custom-elements.json",
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "5f25fc6e5f9068551f1ea703439f460c352b97d4"
|
|
87
87
|
}
|