@commercetools-uikit/field-errors 13.0.0 → 13.0.2
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.
|
@@ -124,7 +124,7 @@ FieldErrors.errorTypes = {
|
|
|
124
124
|
var FieldErrors$1 = FieldErrors;
|
|
125
125
|
|
|
126
126
|
// NOTE: This string will be replaced on build time with the package version.
|
|
127
|
-
var version = "13.0.
|
|
127
|
+
var version = "13.0.2";
|
|
128
128
|
|
|
129
129
|
exports["default"] = FieldErrors$1;
|
|
130
130
|
exports.version = version;
|
|
@@ -118,7 +118,7 @@ FieldErrors.errorTypes = {
|
|
|
118
118
|
var FieldErrors$1 = FieldErrors;
|
|
119
119
|
|
|
120
120
|
// NOTE: This string will be replaced on build time with the package version.
|
|
121
|
-
var version = "13.0.
|
|
121
|
+
var version = "13.0.2";
|
|
122
122
|
|
|
123
123
|
exports["default"] = FieldErrors$1;
|
|
124
124
|
exports.version = version;
|
|
@@ -106,6 +106,6 @@ FieldErrors.errorTypes = {
|
|
|
106
106
|
var FieldErrors$1 = FieldErrors;
|
|
107
107
|
|
|
108
108
|
// NOTE: This string will be replaced on build time with the package version.
|
|
109
|
-
var version = "13.0.
|
|
109
|
+
var version = "13.0.2";
|
|
110
110
|
|
|
111
111
|
export { FieldErrors$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/field-errors",
|
|
3
3
|
"description": "Renders errors based on configuration.",
|
|
4
|
-
"version": "13.0.
|
|
4
|
+
"version": "13.0.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/messages": "13.0.
|
|
24
|
+
"@commercetools-uikit/messages": "13.0.2",
|
|
25
25
|
"@emotion/react": "^11.4.0",
|
|
26
26
|
"@emotion/styled": "^11.3.0",
|
|
27
27
|
"prop-types": "15.8.1"
|