@tramvai/cli 2.125.4 → 2.130.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.
@@ -1133,23 +1133,23 @@
1133
1133
  "dotAll": {
1134
1134
  "type": "boolean"
1135
1135
  },
1136
- "__@match@8199": {
1136
+ "__@match@8220": {
1137
1137
  "type": "object",
1138
1138
  "additionalProperties": false
1139
1139
  },
1140
- "__@replace@8201": {
1140
+ "__@replace@8222": {
1141
1141
  "type": "object",
1142
1142
  "additionalProperties": false
1143
1143
  },
1144
- "__@search@8204": {
1144
+ "__@search@8225": {
1145
1145
  "type": "object",
1146
1146
  "additionalProperties": false
1147
1147
  },
1148
- "__@split@8206": {
1148
+ "__@split@8227": {
1149
1149
  "type": "object",
1150
1150
  "additionalProperties": false
1151
1151
  },
1152
- "__@matchAll@8208": {
1152
+ "__@matchAll@8229": {
1153
1153
  "type": "object",
1154
1154
  "additionalProperties": false
1155
1155
  }
@@ -1786,23 +1786,23 @@
1786
1786
  "dotAll": {
1787
1787
  "type": "boolean"
1788
1788
  },
1789
- "__@match@8199": {
1789
+ "__@match@8220": {
1790
1790
  "type": "object",
1791
1791
  "additionalProperties": false
1792
1792
  },
1793
- "__@replace@8201": {
1793
+ "__@replace@8222": {
1794
1794
  "type": "object",
1795
1795
  "additionalProperties": false
1796
1796
  },
1797
- "__@search@8204": {
1797
+ "__@search@8225": {
1798
1798
  "type": "object",
1799
1799
  "additionalProperties": false
1800
1800
  },
1801
- "__@split@8206": {
1801
+ "__@split@8227": {
1802
1802
  "type": "object",
1803
1803
  "additionalProperties": false
1804
1804
  },
1805
- "__@matchAll@8208": {
1805
+ "__@matchAll@8229": {
1806
1806
  "type": "object",
1807
1807
  "additionalProperties": false
1808
1808
  }
@@ -2439,23 +2439,23 @@
2439
2439
  "dotAll": {
2440
2440
  "type": "boolean"
2441
2441
  },
2442
- "__@match@8199": {
2442
+ "__@match@8220": {
2443
2443
  "type": "object",
2444
2444
  "additionalProperties": false
2445
2445
  },
2446
- "__@replace@8201": {
2446
+ "__@replace@8222": {
2447
2447
  "type": "object",
2448
2448
  "additionalProperties": false
2449
2449
  },
2450
- "__@search@8204": {
2450
+ "__@search@8225": {
2451
2451
  "type": "object",
2452
2452
  "additionalProperties": false
2453
2453
  },
2454
- "__@split@8206": {
2454
+ "__@split@8227": {
2455
2455
  "type": "object",
2456
2456
  "additionalProperties": false
2457
2457
  },
2458
- "__@matchAll@8208": {
2458
+ "__@matchAll@8229": {
2459
2459
  "type": "object",
2460
2460
  "additionalProperties": false
2461
2461
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/cli",
3
- "version": "2.125.4",
3
+ "version": "2.130.4",
4
4
  "description": "Cli инструмент для сборки и запуска приложений",
5
5
  "files": [
6
6
  "src",
@@ -23,7 +23,7 @@
23
23
  "bugs": {
24
24
  "url": "https://tinkoff.slack.com/archives/CHF0KE8TX"
25
25
  },
26
- "homepage": "https://github.com/Tinkoff/tramvai",
26
+ "homepage": "https://github.com/tramvaijs/tramvai",
27
27
  "repository": {
28
28
  "type": "git",
29
29
  "url": "git@github.com:Tinkoff/tramvai.git"
@@ -60,20 +60,20 @@
60
60
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
61
61
  "@sentry/node": "^6.2.5",
62
62
  "@svgr/webpack": "^6.5.1",
63
- "@tinkoff/browserslist-config": "0.2.5",
63
+ "@tinkoff/browserslist-config": "0.2.7",
64
64
  "@tinkoff/dippy": "0.8.15",
65
65
  "@tinkoff/is-modern-lib": "2.0.11",
66
- "@tinkoff/logger": "0.10.64",
66
+ "@tinkoff/logger": "0.10.65",
67
67
  "@tinkoff/minicss-class-generator": "0.2.5",
68
68
  "@tinkoff/package-manager-wrapper": "0.1.9",
69
69
  "@tinkoff/request-core": "^0.9.2",
70
70
  "@tinkoff/request-plugin-protocol-http": "^0.11.8",
71
71
  "@tinkoff/utils": "^2.1.3",
72
72
  "@tinkoff/webpack-dedupe-plugin": "1.0.5",
73
- "@tramvai/build": "3.1.3",
74
- "@tramvai/react": "2.125.4",
75
- "@tramvai/tools-check-versions": "0.4.15",
76
- "@tramvai/tools-migrate": "0.6.19",
73
+ "@tramvai/build": "3.1.4",
74
+ "@tramvai/react": "2.130.4",
75
+ "@tramvai/tools-check-versions": "0.4.16",
76
+ "@tramvai/tools-migrate": "0.6.20",
77
77
  "ajv": "^6.12.6",
78
78
  "ansi-escapes": "^4.3.2",
79
79
  "autoprefixer": "^10.4.8",
@@ -140,7 +140,7 @@
140
140
  "process": "^0.11.10",
141
141
  "promise-queue": "^2.2.5",
142
142
  "react-refresh": "^0.14.0",
143
- "resolve": "^1.22.1",
143
+ "resolve": "^1.22.4",
144
144
  "rimraf": "^3.0.2",
145
145
  "semver": "^7.3.7",
146
146
  "source-map-loader": "^4.0.0",
@@ -182,7 +182,6 @@
182
182
  "@types/resolve": "^1.20.2",
183
183
  "@types/rimraf": "^3.0.2",
184
184
  "@types/semver": "^7.3.12",
185
- "@types/sharp": "^0.32.0",
186
185
  "@types/stoppable": "^1.1.1",
187
186
  "@types/svgo": "^1.3.6",
188
187
  "@types/universal-analytics": "^0.4.5",
package/schema.json CHANGED
@@ -1154,23 +1154,23 @@
1154
1154
  "dotAll": {
1155
1155
  "type": "boolean"
1156
1156
  },
1157
- "__@match@8199": {
1157
+ "__@match@8220": {
1158
1158
  "type": "object",
1159
1159
  "additionalProperties": false
1160
1160
  },
1161
- "__@replace@8201": {
1161
+ "__@replace@8222": {
1162
1162
  "type": "object",
1163
1163
  "additionalProperties": false
1164
1164
  },
1165
- "__@search@8204": {
1165
+ "__@search@8225": {
1166
1166
  "type": "object",
1167
1167
  "additionalProperties": false
1168
1168
  },
1169
- "__@split@8206": {
1169
+ "__@split@8227": {
1170
1170
  "type": "object",
1171
1171
  "additionalProperties": false
1172
1172
  },
1173
- "__@matchAll@8208": {
1173
+ "__@matchAll@8229": {
1174
1174
  "type": "object",
1175
1175
  "additionalProperties": false
1176
1176
  }
@@ -1815,23 +1815,23 @@
1815
1815
  "dotAll": {
1816
1816
  "type": "boolean"
1817
1817
  },
1818
- "__@match@8199": {
1818
+ "__@match@8220": {
1819
1819
  "type": "object",
1820
1820
  "additionalProperties": false
1821
1821
  },
1822
- "__@replace@8201": {
1822
+ "__@replace@8222": {
1823
1823
  "type": "object",
1824
1824
  "additionalProperties": false
1825
1825
  },
1826
- "__@search@8204": {
1826
+ "__@search@8225": {
1827
1827
  "type": "object",
1828
1828
  "additionalProperties": false
1829
1829
  },
1830
- "__@split@8206": {
1830
+ "__@split@8227": {
1831
1831
  "type": "object",
1832
1832
  "additionalProperties": false
1833
1833
  },
1834
- "__@matchAll@8208": {
1834
+ "__@matchAll@8229": {
1835
1835
  "type": "object",
1836
1836
  "additionalProperties": false
1837
1837
  }
@@ -2476,23 +2476,23 @@
2476
2476
  "dotAll": {
2477
2477
  "type": "boolean"
2478
2478
  },
2479
- "__@match@8199": {
2479
+ "__@match@8220": {
2480
2480
  "type": "object",
2481
2481
  "additionalProperties": false
2482
2482
  },
2483
- "__@replace@8201": {
2483
+ "__@replace@8222": {
2484
2484
  "type": "object",
2485
2485
  "additionalProperties": false
2486
2486
  },
2487
- "__@search@8204": {
2487
+ "__@search@8225": {
2488
2488
  "type": "object",
2489
2489
  "additionalProperties": false
2490
2490
  },
2491
- "__@split@8206": {
2491
+ "__@split@8227": {
2492
2492
  "type": "object",
2493
2493
  "additionalProperties": false
2494
2494
  },
2495
- "__@matchAll@8208": {
2495
+ "__@matchAll@8229": {
2496
2496
  "type": "object",
2497
2497
  "additionalProperties": false
2498
2498
  }
@@ -26,7 +26,7 @@ export const IndexPage = () => {
26
26
  </li>
27
27
  <li>
28
28
  <a
29
- href="https://github.com/Tinkoff/tramvai"
29
+ href="https://github.com/tramvaijs/tramvai"
30
30
  target="_blank"
31
31
  rel="noreferrer"
32
32
  >
@@ -193,13 +193,12 @@ exports[`client-modern: images/logo.svg\\?react 1`] = `
193
193
  return __WEBPACK_DEFAULT_EXPORT__;
194
194
  }
195
195
  /* harmony export */ });
196
- /* harmony import */ var _swc_helpers_extends__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("../../node_modules/@swc/helpers/esm/_extends.js"), react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("webpack/sharing/consume/default/react/jsx-runtime/react/jsx-runtime");
196
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("webpack/sharing/consume/default/react/jsx-runtime/react/jsx-runtime");
197
197
  /* harmony import */ __webpack_require__("webpack/sharing/consume/default/react/react");
198
- const __WEBPACK_DEFAULT_EXPORT__ = props => /*#__PURE__*/ (0, react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("svg", (0,
199
- _swc_helpers_extends__WEBPACK_IMPORTED_MODULE_2__._)({
198
+ const __WEBPACK_DEFAULT_EXPORT__ = props => /*#__PURE__*/ (0, react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("svg", {
200
199
  xmlns: "http://www.w3.org/2000/svg",
201
- viewBox: "0 0 80.9 72.2"
202
- }, props, {
200
+ viewBox: "0 0 80.9 72.2",
201
+ ...props,
203
202
  children: [
204
203
  /*#__PURE__*/ (0, react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", {
205
204
  fill: "#fff",
@@ -227,7 +226,7 @@ exports[`client-modern: images/logo.svg\\?react 1`] = `
227
226
  /*#__PURE__*/ (0, react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", {
228
227
  d: "M47.1 12.7c0-1.9-3.1-3.5-6.6-3.5-3.5 0-6.6 1.7-6.6 3.5l.1.5 1.4 8-1.4.8-3.7 2s-.8.4-1.2.7c-1.4 1-1.7 2.3-.9 2.9.2-1.1 1.1-2.3 2.8-2.3 1.2 0 2.1.6 2.9 1.6.2.2.4.5.5.8l.6.9h-9.3C26.4 30 27 31.4 27 33v20.5c0 5 3.8 7.3 8 7.3 3.2 0 3.6-.1 5.4 1.6 1.8-1.8 2.2-1.6 5.4-1.6 4.1 0 8-2.4 8-7.3V32.9c0-1.6.6-3 1.3-4.4h-9.3l.6-.9c.2-.3.4-.5.5-.8.7-.9 1.7-1.6 2.9-1.6 1.7 0 2.6 1.2 2.8 2.3.8-.6.5-2-.9-2.9-.4-.3-1.2-.7-1.2-.7l-3.5-2-1.4-.8 1.4-8 .1-.4zm-11.9.9 4.9 1.7V23l-3.6-2-1.3-7.4zm1 16.2c.8.8 1.6 1.3 2.3 1.6-.1.4-.2 1.2.1 2 .3.6.8 1.1 1.6 1.5.1.8.6 2 2 2.5l-1.4 1.4-5.6-.1c-.1-.1-.3-.2-.4-.4v-.1l.9.1h.1c.2 0 .3-.1.4-.3 0-.2-.1-.4-.3-.4l-1.1-.2 1.2-4.3-1.2-2.5-1.9 2-.1 4.5-1.3-.2c-.2 0-.4.1-.4.3 0 .2.1.4.3.4l.5.1c-.2.1-.3.2-.3.2l-.2.1v.1c-.3 1.3.4 2.4 1.1 3v.2c0 .2 0 .4.1.5.1.2.3.3.5.3h.1c.3 0 .6-.2.7-.6h.8l7.3 1.3.1-.1c.6-.4 2.8-2 3.5-2.6.2.2.4.3.7.5-.2.8-.3 2 .7 3H28.4V32.9c0-1-.3-2.1-.7-3.1h8.5zm9 9.9c-.7.5-2.6 1.9-3.3 2.4l-6.7-1.2v-.2c.1-.3.2-.8.2-1.4l5.6.1.1-.1c.1-.1 1.9-1.8 2.8-2.8.2.3.5.5.8.8 0 .7 0 1.6.5 2.4m-11.1-1.2c.2.3.4.5.6.7 0 .3 0 .8-.1 1.2 0 .1 0 .2-.1.3v.1c-.3 0-.9 0-1.3-.2-.5-.2-1.3-1.2-1.1-2.2.2-.1.8-.4 1.2-.4.4 0 .6.1.8.5m-.7-1.3.1-4.3 1-1 .6 1.3-1.2 4.1-.5-.1zm11.8 22.2h-1L45 57c.1-.3-.5-.8-.8-1.2.4.2 1.4.8 1.9 1-.1.1-.9 2.6-.9 2.6m2.5-2.8-.5 2.7c-.3 0-.7.1-1 .1l.5-2.6c.2-.8-1.9-1-2.9-2.5-.5.6-1.4.7-2.4.7-.9 0-1.7-.1-2.2-.2h-.4c-.3 0-.6.1-.8.4l-.2.3-2.8-.8-.7 1.2c-.1.2-.1.3.1.5l.2.2c-.1.4-.7 1-.7 1l-.4-.5c-.3-.4-.3-1.1.1-1.7l1.1-1.9 2.4.3-.4-.8c-.5-1.1.3-2.5.3-3.4 0 .2-.3.3-.5.3h-.9l-.6.4-.5-.5c-.1-.1-.1-.3.1-.4l1.2-1.3-1.4-1.6 2 1 .6-.7c.2.2.1.6.1.6.6 0 2.3 1 2.4 3.2v.3c.1.2.5.6.9.6l2.7.3c.3 0 .9-.3 1.6-.3.4 0 .9.1 1.4.4 0 0 .2-.2.6-.2h.1c1.2 0 1.7 1.1 2.4 2 .5.7 1.1 1.7 1.1 1.7-.2.3-.5.4-.8.4h-.3c-1.3-.2-1.5-2.9-2.2-3.1h-.1c-.2 0-.3.2-.3.2.3.9.1 1.3.5 2 .3.5.8.9 1 1.2-.3-.2-.4.2-.4.5m-14.6-2.5.1.3c-.1.3-1 .7-1 .7l-.2-.5c-.2-.5-.2-1.3.5-1.8l1.5-.9 1.6.3c0 .5.3.9.3.9l-1.7-.3-1 .7c-.1.1-.1.4-.1.6m14.8 5.1.5-2.4c0-.1.1-.3.1-.4.1.1.3.1.4.1h.5c.7 0 1.1-.4 1.4-.7l.4-.4-.3-.5s-.7-1.1-1.2-1.8c-.1-.1-.2-.3-.3-.4-.6-.8-1.3-1.9-2.7-1.9h-.1c-.2 0-.4.1-.6.1-.4-.2-.9-.3-1.4-.3-.6 0-1.1.2-1.4.3-.1.1-.2.1-.3.1l-2.6-.3s-.1-.1-.3-.2l.6-.2c-.2-1.9-2-3.1-3-3.5 0-.2-.1-.4-.3-.5l-.6-.5-.5.6-.2.2-3.7-1.5 2.4 3-.9 1.4c-.3.4 0 .7 0 .7l1 .7 1-.4h.1c0 .2-.1.8-.2.9l-1.7-.2-1.9 1c-1 .7-1.1 1.9-.7 2.6l.2.4.3.6.6-.3c-.2.7-.1 1.5.3 1.9l.4.5.5.7.6-.6c.2-.2.7-.8.9-1.3l.1-.4-.3-.3v-.1l.3-.5 2.3.5.5.1.3-.5.1-.2c0-.1 0-.1.1-.1h.3c.9.2 1.7.2 2.4.2s1.1 0 1.6-.2c0 0 1.2 1.4 1.3 1.5l-.8 2.3v.1c-1.4.1-2.1.4-3 1.3-1.2-1.2-2.1-1.3-5.4-1.3-3.9 0-6.6-2.3-6.6-6v-9h24v9c0 3.3-1.7 5.4-4.5 6.1m5.2-29.4c-.4 1-.7 2-.7 3.1v6.7c-1.4-.2-1.6-1.8-1.6-1.8v-.3h-.3c-.6-.1-1-.3-1.4-.6-.7-.7-.7-1.8-.7-1.8 0 .1-.8 1.1.1 2.3.4.5.9.8 1.6.9.2.8.8 2 2.3 2.2v3.3h-4.2c-1.9-1.1-1.1-2.9-1.1-3l.2-.4-.3-.3c-2.1-.8-1.5-2.8-1.5-2.9l.1-.3-.3-.1c-1.7-.8-1.5-2.9-1.5-3-.5.4-.7 1.3-.4 2.2-.2.2-.5.5-.7.8-1.7-.5-1.7-2.2-1.7-2.2v-.3l-.2-.1c-.7-.3-1.2-.6-1.4-1.2-.3-.6-.2-1.2-.1-1.5.2 0 .4.1.6.1h1.2c1.1-.1 2.3-.6 3.6-1.9h8.4zM46.6 23l1.6 1 .4.2c-.9.3-1.6.7-2.2 1.3l-.1.1c-.1.1-.3.3-.4.5 0 0 0 .1-.1.1-.1.2-.2.3-.4.5 0 0 0 .1-.1.1-.1.2-.3.4-.4.6-1.2 2-3 3.2-4.7 3.2-1.7 0-3.5-1.2-4.7-3.2-.1-.2-.3-.4-.4-.6l-.1-.1c-.1-.2-.2-.3-.3-.5l-.1-.1c-.1-.2-.3-.3-.4-.5l-.1-.1c-.6-.6-1.3-1.1-2.2-1.3l.4-.2 1.6-1 1.7-1 4.5 2.5 4.5-2.5 2 1zm-2.2-2-3.6 1.9v-7.7l4.9-1.7-1.3 7.5zm-4-6.6-5.3-2.1c.5-1.1 2.5-2 5.3-2s4.9.9 5.3 2l-5.3 2.1z"
229
228
  }) ]
230
- }))
229
+ })
231
230
  /* harmony default export */;
232
231
  },
233
232
  "
@@ -52,18 +52,16 @@ exports[`client: images/logo.svg\\?react 1`] = `
52
52
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
53
53
  /* harmony export */ "default": function() { return __WEBPACK_DEFAULT_EXPORT__; }
54
54
  /* harmony export */ });
55
- /* harmony import */ var _swc_helpers_extends__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("../../node_modules/@swc/helpers/esm/_extends.js");
56
55
  /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("webpack/sharing/consume/default/react/jsx-dev-runtime/react/jsx-dev-runtime");
57
56
  /* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);
58
57
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("webpack/sharing/consume/default/react/react");
59
58
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
60
59
 
61
60
 
62
-
63
- const SvgLogo = (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("svg", (0,_swc_helpers_extends__WEBPACK_IMPORTED_MODULE_2__._)({
61
+ const SvgLogo = (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("svg", {
64
62
  xmlns: "http://www.w3.org/2000/svg",
65
- viewBox: "0 0 80.9 72.2"
66
- }, props, {
63
+ viewBox: "0 0 80.9 72.2",
64
+ ...props,
67
65
  children: [
68
66
  /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)("path", {
69
67
  fill: "#fff",
@@ -120,7 +118,7 @@ const SvgLogo = (props)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTE
120
118
  columnNumber: 12653
121
119
  }, undefined)
122
120
  ]
123
- }), void 0, true, {
121
+ }, void 0, true, {
124
122
  fileName: "<project_dir>/images/logo.svg",
125
123
  lineNumber: 2,
126
124
  columnNumber: 26
@@ -1133,23 +1133,23 @@
1133
1133
  "dotAll": {
1134
1134
  "type": "boolean"
1135
1135
  },
1136
- "__@match@8199": {
1136
+ "__@match@8220": {
1137
1137
  "type": "object",
1138
1138
  "additionalProperties": false
1139
1139
  },
1140
- "__@replace@8201": {
1140
+ "__@replace@8222": {
1141
1141
  "type": "object",
1142
1142
  "additionalProperties": false
1143
1143
  },
1144
- "__@search@8204": {
1144
+ "__@search@8225": {
1145
1145
  "type": "object",
1146
1146
  "additionalProperties": false
1147
1147
  },
1148
- "__@split@8206": {
1148
+ "__@split@8227": {
1149
1149
  "type": "object",
1150
1150
  "additionalProperties": false
1151
1151
  },
1152
- "__@matchAll@8208": {
1152
+ "__@matchAll@8229": {
1153
1153
  "type": "object",
1154
1154
  "additionalProperties": false
1155
1155
  }
@@ -1786,23 +1786,23 @@
1786
1786
  "dotAll": {
1787
1787
  "type": "boolean"
1788
1788
  },
1789
- "__@match@8199": {
1789
+ "__@match@8220": {
1790
1790
  "type": "object",
1791
1791
  "additionalProperties": false
1792
1792
  },
1793
- "__@replace@8201": {
1793
+ "__@replace@8222": {
1794
1794
  "type": "object",
1795
1795
  "additionalProperties": false
1796
1796
  },
1797
- "__@search@8204": {
1797
+ "__@search@8225": {
1798
1798
  "type": "object",
1799
1799
  "additionalProperties": false
1800
1800
  },
1801
- "__@split@8206": {
1801
+ "__@split@8227": {
1802
1802
  "type": "object",
1803
1803
  "additionalProperties": false
1804
1804
  },
1805
- "__@matchAll@8208": {
1805
+ "__@matchAll@8229": {
1806
1806
  "type": "object",
1807
1807
  "additionalProperties": false
1808
1808
  }
@@ -2439,23 +2439,23 @@
2439
2439
  "dotAll": {
2440
2440
  "type": "boolean"
2441
2441
  },
2442
- "__@match@8199": {
2442
+ "__@match@8220": {
2443
2443
  "type": "object",
2444
2444
  "additionalProperties": false
2445
2445
  },
2446
- "__@replace@8201": {
2446
+ "__@replace@8222": {
2447
2447
  "type": "object",
2448
2448
  "additionalProperties": false
2449
2449
  },
2450
- "__@search@8204": {
2450
+ "__@search@8225": {
2451
2451
  "type": "object",
2452
2452
  "additionalProperties": false
2453
2453
  },
2454
- "__@split@8206": {
2454
+ "__@split@8227": {
2455
2455
  "type": "object",
2456
2456
  "additionalProperties": false
2457
2457
  },
2458
- "__@matchAll@8208": {
2458
+ "__@matchAll@8229": {
2459
2459
  "type": "object",
2460
2460
  "additionalProperties": false
2461
2461
  }