@genesislcap/foundation-entity-management 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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -261,6 +261,9 @@ In contrast to Entity Management, we have a different way of displaying buttons
261
261
  For more information on `persist-column-state-key` see [the section in the Entity Management](#persist-column-state) page.
262
262
  :::
263
263
 
264
- ### License
264
+ ## License
265
265
 
266
266
  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.
267
+
268
+ ### Licensed components
269
+ Genesis low-code platform
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.25.1-alpha-d696af4d9.0",
4
+ "version": "14.26.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -38,8 +38,8 @@
38
38
  "test:unit:watch": "watchlist src test -- npm run test:unit"
39
39
  },
40
40
  "devDependencies": {
41
- "@genesislcap/foundation-testing": "14.25.1-alpha-d696af4d9.0",
42
- "@genesislcap/genx": "14.25.1-alpha-d696af4d9.0",
41
+ "@genesislcap/foundation-testing": "^14.26.0",
42
+ "@genesislcap/genx": "^14.26.0",
43
43
  "@playwright/test": "^1.18.1",
44
44
  "bulma": "^0.9.3",
45
45
  "c8": "^7.11.0",
@@ -55,15 +55,15 @@
55
55
  "watchlist": "^0.3.1"
56
56
  },
57
57
  "dependencies": {
58
- "@genesislcap/foundation-comms": "14.25.1-alpha-d696af4d9.0",
59
- "@genesislcap/foundation-errors": "14.25.1-alpha-d696af4d9.0",
60
- "@genesislcap/foundation-forms": "14.25.1-alpha-d696af4d9.0",
61
- "@genesislcap/foundation-login": "14.25.1-alpha-d696af4d9.0",
62
- "@genesislcap/foundation-ui": "14.25.1-alpha-d696af4d9.0",
63
- "@genesislcap/foundation-utils": "14.25.1-alpha-d696af4d9.0",
64
- "@genesislcap/foundation-zero": "14.25.1-alpha-d696af4d9.0",
65
- "@genesislcap/foundation-zero-grid-pro": "14.25.1-alpha-d696af4d9.0",
66
- "@genesislcap/grid-pro": "14.25.1-alpha-d696af4d9.0",
58
+ "@genesislcap/foundation-comms": "^14.26.0",
59
+ "@genesislcap/foundation-errors": "^14.26.0",
60
+ "@genesislcap/foundation-forms": "^14.26.0",
61
+ "@genesislcap/foundation-login": "^14.26.0",
62
+ "@genesislcap/foundation-ui": "^14.26.0",
63
+ "@genesislcap/foundation-utils": "^14.26.0",
64
+ "@genesislcap/foundation-zero": "^14.26.0",
65
+ "@genesislcap/foundation-zero-grid-pro": "^14.26.0",
66
+ "@genesislcap/grid-pro": "^14.26.0",
67
67
  "@microsoft/fast-components": "^2.21.3",
68
68
  "@microsoft/fast-element": "^1.7.0",
69
69
  "@microsoft/fast-foundation": "^2.33.2",
@@ -88,5 +88,5 @@
88
88
  "access": "public"
89
89
  },
90
90
  "customElements": "dist/custom-elements.json",
91
- "gitHead": "c21bc646d914aadff55dd99bc61fb5d5a9b672d9"
91
+ "gitHead": "5f25fc6e5f9068551f1ea703439f460c352b97d4"
92
92
  }