mp-front-cli 1.0.1-rc.1 → 1.0.2-rc.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.
|
@@ -962,7 +962,7 @@ const x = {
|
|
|
962
962
|
"JOURNEY-CANCEL-01": {
|
|
963
963
|
title: "errors.JOURNEY-CANCEL-01.title",
|
|
964
964
|
message: "errors.JOURNEY-CANCEL-01.message",
|
|
965
|
-
code:
|
|
965
|
+
code: 310,
|
|
966
966
|
type: "modal",
|
|
967
967
|
level: "warning"
|
|
968
968
|
},
|
|
@@ -1160,21 +1160,21 @@ const x = {
|
|
|
1160
1160
|
"PERSONALDATA-BAD-REQUEST-09": {
|
|
1161
1161
|
title: "errors.PERSONALDATA-BAD-REQUEST-09.title",
|
|
1162
1162
|
message: "errors.PERSONALDATA-BAD-REQUEST-09.message",
|
|
1163
|
-
code:
|
|
1163
|
+
code: 310,
|
|
1164
1164
|
type: "modal",
|
|
1165
1165
|
level: "warning"
|
|
1166
1166
|
},
|
|
1167
1167
|
"PERSONALDATA-BAD-REQUEST-10": {
|
|
1168
1168
|
title: "errors.PERSONALDATA-BAD-REQUEST-10.title",
|
|
1169
1169
|
message: "errors.PERSONALDATA-BAD-REQUEST-10.message",
|
|
1170
|
-
code:
|
|
1170
|
+
code: 310,
|
|
1171
1171
|
type: "modal",
|
|
1172
1172
|
level: "warning"
|
|
1173
1173
|
},
|
|
1174
1174
|
"PERSONALDATA-BAD-REQUEST-WHITE-LIST-11": {
|
|
1175
1175
|
title: "errors.PERSONALDATA-BAD-REQUEST-WHITE-LIST-11.title",
|
|
1176
1176
|
message: "errors.PERSONALDATA-BAD-REQUEST-WHITE-LIST-11.message",
|
|
1177
|
-
code:
|
|
1177
|
+
code: 310,
|
|
1178
1178
|
type: "modal",
|
|
1179
1179
|
level: "warning"
|
|
1180
1180
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mp-front-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2-rc.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
|
|
10
10
|
"snyk": "snyk test",
|
|
11
11
|
"husky:prepare": "husky install",
|
|
12
|
-
"
|
|
12
|
+
"rc": "npm publish --tag rc"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
15
|
"dist"
|