@genesislcap/foundation-criteria 14.159.0 → 14.160.1-beta.88ffd67.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +22 -1
- 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
|
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.
|
4
|
+
"version": "14.160.1-beta.88ffd67.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.
|
44
|
-
"@genesislcap/genx": "14.
|
45
|
-
"@genesislcap/rollup-builder": "14.
|
46
|
-
"@genesislcap/ts-builder": "14.
|
47
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
48
|
-
"@genesislcap/vite-builder": "14.
|
49
|
-
"@genesislcap/webpack-builder": "14.
|
43
|
+
"@genesislcap/foundation-testing": "14.160.1-beta.88ffd67.0",
|
44
|
+
"@genesislcap/genx": "14.160.1-beta.88ffd67.0",
|
45
|
+
"@genesislcap/rollup-builder": "14.160.1-beta.88ffd67.0",
|
46
|
+
"@genesislcap/ts-builder": "14.160.1-beta.88ffd67.0",
|
47
|
+
"@genesislcap/uvu-playwright-builder": "14.160.1-beta.88ffd67.0",
|
48
|
+
"@genesislcap/vite-builder": "14.160.1-beta.88ffd67.0",
|
49
|
+
"@genesislcap/webpack-builder": "14.160.1-beta.88ffd67.0",
|
50
50
|
"rimraf": "^3.0.2"
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
|
-
"@genesislcap/foundation-logger": "14.
|
54
|
-
"@genesislcap/foundation-utils": "14.
|
53
|
+
"@genesislcap/foundation-logger": "14.160.1-beta.88ffd67.0",
|
54
|
+
"@genesislcap/foundation-utils": "14.160.1-beta.88ffd67.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": "
|
66
|
+
"gitHead": "ac913c069762d50f7331a116cb1544cf9dbbbe87"
|
67
67
|
}
|