@genesislcap/foundation-criteria 14.160.1 → 14.162.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +22 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -1,8 +1,29 @@
1
1
  # Genesis Foundation UI Criteria Utils
2
2
 
3
+
4
+ ## Installation
5
+
6
+ To enable this module in your application, follow the steps below.
7
+
8
+ 1. Add `@genesislcap/foundation-criteria` as a dependency in your `package.json` file. Whenever you change the dependencies of your project, ensure you run the `$ npm run bootstrap` command again. You can find more information in the [package.json basics](https://learn.genesis.global/secure/web/basics/package-json-basics/) page.
9
+
10
+ ```json
11
+ {
12
+ ...
13
+ "dependencies": {
14
+ ...
15
+ "@genesislcap/foundation-criteria": "latest"
16
+ ...
17
+ },
18
+ ...
19
+ }
20
+ ```
21
+
22
+ ## [API Docs](./docs/api/index.md)
23
+
3
24
  ## License
4
25
 
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.
26
+ 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
27
 
7
28
  ### Licensed components
8
29
  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.160.1",
4
+ "version": "14.162.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,18 +40,18 @@
40
40
  "test:debug": "genx test --debug"
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.160.1",
44
- "@genesislcap/genx": "14.160.1",
45
- "@genesislcap/rollup-builder": "14.160.1",
46
- "@genesislcap/ts-builder": "14.160.1",
47
- "@genesislcap/uvu-playwright-builder": "14.160.1",
48
- "@genesislcap/vite-builder": "14.160.1",
49
- "@genesislcap/webpack-builder": "14.160.1",
43
+ "@genesislcap/foundation-testing": "14.162.0",
44
+ "@genesislcap/genx": "14.162.0",
45
+ "@genesislcap/rollup-builder": "14.162.0",
46
+ "@genesislcap/ts-builder": "14.162.0",
47
+ "@genesislcap/uvu-playwright-builder": "14.162.0",
48
+ "@genesislcap/vite-builder": "14.162.0",
49
+ "@genesislcap/webpack-builder": "14.162.0",
50
50
  "rimraf": "^3.0.2"
51
51
  },
52
52
  "dependencies": {
53
- "@genesislcap/foundation-logger": "14.160.1",
54
- "@genesislcap/foundation-utils": "14.160.1",
53
+ "@genesislcap/foundation-logger": "14.162.0",
54
+ "@genesislcap/foundation-utils": "14.162.0",
55
55
  "@microsoft/fast-element": "^1.12.0",
56
56
  "tslib": "^2.3.1"
57
57
  },
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "598e3599570a21709dfdc8e47adf5c77e5feff80"
66
+ "gitHead": "874e7ee403e4cfab01c6fb2542ae3264c7202831"
67
67
  }