@genesislcap/foundation-utils 14.25.1-alpha-8423e9e.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 +4 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -14,4 +14,7 @@ foundation.*
|
|
|
14
14
|
|
|
15
15
|
## License
|
|
16
16
|
|
|
17
|
-
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.
|
|
17
|
+
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.
|
|
18
|
+
|
|
19
|
+
### Licensed components
|
|
20
|
+
Genesis low-code platform
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.26.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"serve": "genx serve"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@genesislcap/genx": "14.
|
|
26
|
+
"@genesislcap/genx": "^14.26.0",
|
|
27
27
|
"@playwright/test": "^1.18.1",
|
|
28
28
|
"@types/node": "^16.4.3",
|
|
29
29
|
"analytics": "^0.8.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
55
|
"customElements": "dist/custom-elements.json",
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "5f25fc6e5f9068551f1ea703439f460c352b97d4"
|
|
57
57
|
}
|