@skyux/errors 6.0.0-beta.1 → 6.0.0-beta.4
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.
- package/esm2020/lib/modules/error/error-action.component.mjs +3 -3
- package/esm2020/lib/modules/error/error-description.component.mjs +3 -3
- package/esm2020/lib/modules/error/error-image.component.mjs +3 -3
- package/esm2020/lib/modules/error/error-modal-form.component.mjs +3 -3
- package/esm2020/lib/modules/error/error-modal.service.mjs +3 -3
- package/esm2020/lib/modules/error/error-title.component.mjs +3 -3
- package/esm2020/lib/modules/error/error.component.mjs +3 -3
- package/esm2020/lib/modules/error/error.module.mjs +4 -4
- package/esm2020/lib/modules/shared/sky-errors-resources.module.mjs +4 -4
- package/fesm2015/skyux-errors.mjs +29 -29
- package/fesm2020/skyux-errors.mjs +29 -29
- package/package.json +22 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/errors",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.4",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -15,23 +15,6 @@
|
|
|
15
15
|
"url": "https://github.com/blackbaud/skyux/issues"
|
|
16
16
|
},
|
|
17
17
|
"homepage": "https://github.com/blackbaud/skyux#readme",
|
|
18
|
-
"peerDependencies": {
|
|
19
|
-
"@angular/common": "^13.2.7",
|
|
20
|
-
"@angular/core": "^13.2.7",
|
|
21
|
-
"@angular/platform-browser": "^13.2.7",
|
|
22
|
-
"@skyux-sdk/testing": "6.0.0-beta.1",
|
|
23
|
-
"@skyux/i18n": "6.0.0-beta.1",
|
|
24
|
-
"@skyux/modals": "6.0.0-beta.1"
|
|
25
|
-
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"tslib": "^2.3.1"
|
|
28
|
-
},
|
|
29
|
-
"module": "fesm2015/skyux-errors.mjs",
|
|
30
|
-
"es2020": "fesm2020/skyux-errors.mjs",
|
|
31
|
-
"esm2020": "esm2020/skyux-errors.mjs",
|
|
32
|
-
"fesm2020": "fesm2020/skyux-errors.mjs",
|
|
33
|
-
"fesm2015": "fesm2015/skyux-errors.mjs",
|
|
34
|
-
"typings": "skyux-errors.d.ts",
|
|
35
18
|
"exports": {
|
|
36
19
|
"./package.json": {
|
|
37
20
|
"default": "./package.json"
|
|
@@ -51,7 +34,27 @@
|
|
|
51
34
|
"es2015": "./fesm2015/skyux-errors-testing.mjs",
|
|
52
35
|
"node": "./fesm2015/skyux-errors-testing.mjs",
|
|
53
36
|
"default": "./fesm2020/skyux-errors-testing.mjs"
|
|
37
|
+
},
|
|
38
|
+
"./documentation.json": {
|
|
39
|
+
"default": "./documentation.json"
|
|
54
40
|
}
|
|
55
41
|
},
|
|
42
|
+
"peerDependencies": {
|
|
43
|
+
"@angular/common": "^13.3.2",
|
|
44
|
+
"@angular/core": "^13.3.2",
|
|
45
|
+
"@angular/platform-browser": "^13.3.2",
|
|
46
|
+
"@skyux-sdk/testing": "6.0.0-beta.4",
|
|
47
|
+
"@skyux/i18n": "6.0.0-beta.4",
|
|
48
|
+
"@skyux/modals": "6.0.0-beta.4"
|
|
49
|
+
},
|
|
50
|
+
"dependencies": {
|
|
51
|
+
"tslib": "^2.3.1"
|
|
52
|
+
},
|
|
53
|
+
"module": "fesm2015/skyux-errors.mjs",
|
|
54
|
+
"es2020": "fesm2020/skyux-errors.mjs",
|
|
55
|
+
"esm2020": "esm2020/skyux-errors.mjs",
|
|
56
|
+
"fesm2020": "fesm2020/skyux-errors.mjs",
|
|
57
|
+
"fesm2015": "fesm2015/skyux-errors.mjs",
|
|
58
|
+
"typings": "skyux-errors.d.ts",
|
|
56
59
|
"sideEffects": false
|
|
57
|
-
}
|
|
60
|
+
}
|