@genesislcap/foundation-criteria 14.25.1-alpha-8423e9e.0 → 14.26.1

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 +5 -5
package/README.md CHANGED
@@ -2,4 +2,7 @@
2
2
 
3
3
  ## License
4
4
 
5
- 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.
5
+ 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.
6
+
7
+ ### Licensed components
8
+ Genesis low-code platform
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-criteria",
3
3
  "description": "Genesis Foundation UI Criteria Utils",
4
- "version": "14.25.1-alpha-8423e9e.0",
4
+ "version": "14.26.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,8 +40,8 @@
40
40
  "test:unit:watch": "watchlist src test -- npm run test:unit"
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.25.1-alpha-8423e9e.0",
44
- "@genesislcap/genx": "14.25.1-alpha-8423e9e.0",
43
+ "@genesislcap/foundation-testing": "^14.26.1",
44
+ "@genesislcap/genx": "^14.26.1",
45
45
  "@playwright/test": "^1.18.1",
46
46
  "c8": "^7.11.0",
47
47
  "esm": "^3.2.25",
@@ -53,7 +53,7 @@
53
53
  "watchlist": "^0.3.1"
54
54
  },
55
55
  "dependencies": {
56
- "@genesislcap/foundation-utils": "14.25.1-alpha-8423e9e.0",
56
+ "@genesislcap/foundation-utils": "^14.26.1",
57
57
  "@microsoft/fast-element": "^1.7.0",
58
58
  "tslib": "^2.3.1"
59
59
  },
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "663aa1efefce8595b1938ea4ae7a17fad8df5cfb"
68
+ "gitHead": "d91e3dcee5b9cc7deb70447d90fe581f251a1b22"
69
69
  }