@genesislcap/foundation-forms 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 +3 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -703,3 +703,6 @@ const numberJsonSchema = {
|
|
|
703
703
|
## License
|
|
704
704
|
|
|
705
705
|
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.
|
|
706
|
+
|
|
707
|
+
### Licensed components
|
|
708
|
+
Genesis low-code platform
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-forms",
|
|
3
3
|
"description": "Genesis Foundation Forms",
|
|
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",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "14.
|
|
47
|
-
"@genesislcap/genx": "14.
|
|
46
|
+
"@genesislcap/foundation-testing": "^14.26.0",
|
|
47
|
+
"@genesislcap/genx": "^14.26.0",
|
|
48
48
|
"@playwright/test": "^1.18.1",
|
|
49
49
|
"@types/json-schema": "^7.0.11",
|
|
50
50
|
"@types/ua-parser-js": "^0.7.36",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"watchlist": "^0.3.1"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@genesislcap/foundation-comms": "14.
|
|
63
|
-
"@genesislcap/foundation-criteria": "14.
|
|
64
|
-
"@genesislcap/foundation-utils": "14.
|
|
62
|
+
"@genesislcap/foundation-comms": "^14.26.0",
|
|
63
|
+
"@genesislcap/foundation-criteria": "^14.26.0",
|
|
64
|
+
"@genesislcap/foundation-utils": "^14.26.0",
|
|
65
65
|
"@jsonforms/core": "^3.0.0",
|
|
66
66
|
"@microsoft/fast-components": "^2.21.3",
|
|
67
67
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
84
|
"customElements": "dist/custom-elements.json",
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "5f25fc6e5f9068551f1ea703439f460c352b97d4"
|
|
86
86
|
}
|