@genesislcap/foundation-testing 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 +4 -4
package/README.md CHANGED
@@ -252,4 +252,7 @@ _We will be adding more details on E2E in future updates._
252
252
 
253
253
  ## License
254
254
 
255
- 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.
255
+ 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.
256
+
257
+ ### Licensed components
258
+ Genesis low-code platform
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-testing",
3
3
  "description": "Genesis Foundation Testing",
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",
@@ -46,7 +46,7 @@
46
46
  "serve": "genx serve"
47
47
  },
48
48
  "devDependencies": {
49
- "@genesislcap/genx": "14.25.1-alpha-8423e9e.0",
49
+ "@genesislcap/genx": "^14.26.1",
50
50
  "@playwright/test": "^1.18.1",
51
51
  "@types/sinon": "^10.0.13",
52
52
  "analytics": "^0.8.0",
@@ -62,7 +62,7 @@
62
62
  "watchlist": "^0.3.1"
63
63
  },
64
64
  "dependencies": {
65
- "@genesislcap/foundation-utils": "14.25.1-alpha-8423e9e.0",
65
+ "@genesislcap/foundation-utils": "^14.26.1",
66
66
  "@microsoft/fast-element": "^1.7.0",
67
67
  "@microsoft/fast-foundation": "^2.33.2",
68
68
  "portfinder-sync": "^0.0.2",
@@ -78,5 +78,5 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "gitHead": "663aa1efefce8595b1938ea4ae7a17fad8df5cfb"
81
+ "gitHead": "d91e3dcee5b9cc7deb70447d90fe581f251a1b22"
82
82
  }