@genesislcap/foundation-errors 14.160.1 → 14.161.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 +23 -21
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -3,8 +3,6 @@
3
3
  [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
4
4
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](https://www.typescriptlang.org/)
5
5
 
6
- ### [API Docs](./docs/api/index.md)
7
-
8
6
  ### Usage
9
7
 
10
8
  * The App need to create Error boundary component at top of the component tree.
@@ -22,23 +20,6 @@
22
20
  * Snack bar
23
21
  * Dialog
24
22
 
25
- ## Set-up
26
-
27
- ### Basic install
28
-
29
- To enable this module in your application, follow the steps below.
30
-
31
- 1. Add `@genesislcap/foundation-errors` 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.
32
-
33
- ```javascript
34
- {
35
- ...
36
- "dependencies": {
37
- "@genesislcap/foundation-errors": "latest"
38
- },
39
- ...
40
- }
41
- ```
42
23
  ### Creating and dispatching Error Events
43
24
 
44
25
  Creating and dispatching Error event with payload to show in Toast/Notification component
@@ -57,9 +38,30 @@ $emit(
57
38
  .build())
58
39
  .build())
59
40
  ```
41
+
42
+ ## Installation
43
+
44
+ To enable this module in your application, follow the steps below.
45
+
46
+ 1. Add `@genesislcap/foundation-errors` 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.
47
+
48
+ ```json
49
+ {
50
+ ...
51
+ "dependencies": {
52
+ ...
53
+ "@genesislcap/foundation-errors": "latest"
54
+ ...
55
+ },
56
+ ...
57
+ }
58
+ ```
59
+
60
+ ## [API Docs](./docs/api/index.md)
61
+
60
62
  ## License
61
63
 
62
- 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.
64
+ 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.
63
65
 
64
66
  ### Licensed components
65
- Genesis low-code platform
67
+ Genesis low-code platform
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-errors",
3
3
  "description": "Genesis Foundation UI Error Utils",
4
- "version": "14.160.1",
4
+ "version": "14.161.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,17 +40,17 @@
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.161.0",
44
+ "@genesislcap/genx": "14.161.0",
45
+ "@genesislcap/rollup-builder": "14.161.0",
46
+ "@genesislcap/ts-builder": "14.161.0",
47
+ "@genesislcap/uvu-playwright-builder": "14.161.0",
48
+ "@genesislcap/vite-builder": "14.161.0",
49
+ "@genesislcap/webpack-builder": "14.161.0",
50
50
  "rimraf": "^3.0.2"
51
51
  },
52
52
  "dependencies": {
53
- "@genesislcap/foundation-logger": "14.160.1",
53
+ "@genesislcap/foundation-logger": "14.161.0",
54
54
  "tslib": "^2.3.1"
55
55
  },
56
56
  "repository": {
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "598e3599570a21709dfdc8e47adf5c77e5feff80"
64
+ "gitHead": "75ef6861f287624c5efcee0f3ca24d1c167102d3"
65
65
  }