@tramvai/cli 2.121.2 → 2.122.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.
- package/lib/schema/autogeneratedSchema.json +15 -15
- package/package.json +2 -2
- package/schema.json +15 -15
- package/src/schema/autogeneratedSchema.json +15 -15
|
@@ -1122,23 +1122,23 @@
|
|
|
1122
1122
|
"dotAll": {
|
|
1123
1123
|
"type": "boolean"
|
|
1124
1124
|
},
|
|
1125
|
-
"__@match@
|
|
1125
|
+
"__@match@8191": {
|
|
1126
1126
|
"type": "object",
|
|
1127
1127
|
"additionalProperties": false
|
|
1128
1128
|
},
|
|
1129
|
-
"__@replace@
|
|
1129
|
+
"__@replace@8193": {
|
|
1130
1130
|
"type": "object",
|
|
1131
1131
|
"additionalProperties": false
|
|
1132
1132
|
},
|
|
1133
|
-
"__@search@
|
|
1133
|
+
"__@search@8196": {
|
|
1134
1134
|
"type": "object",
|
|
1135
1135
|
"additionalProperties": false
|
|
1136
1136
|
},
|
|
1137
|
-
"__@split@
|
|
1137
|
+
"__@split@8198": {
|
|
1138
1138
|
"type": "object",
|
|
1139
1139
|
"additionalProperties": false
|
|
1140
1140
|
},
|
|
1141
|
-
"__@matchAll@
|
|
1141
|
+
"__@matchAll@8200": {
|
|
1142
1142
|
"type": "object",
|
|
1143
1143
|
"additionalProperties": false
|
|
1144
1144
|
}
|
|
@@ -1764,23 +1764,23 @@
|
|
|
1764
1764
|
"dotAll": {
|
|
1765
1765
|
"type": "boolean"
|
|
1766
1766
|
},
|
|
1767
|
-
"__@match@
|
|
1767
|
+
"__@match@8191": {
|
|
1768
1768
|
"type": "object",
|
|
1769
1769
|
"additionalProperties": false
|
|
1770
1770
|
},
|
|
1771
|
-
"__@replace@
|
|
1771
|
+
"__@replace@8193": {
|
|
1772
1772
|
"type": "object",
|
|
1773
1773
|
"additionalProperties": false
|
|
1774
1774
|
},
|
|
1775
|
-
"__@search@
|
|
1775
|
+
"__@search@8196": {
|
|
1776
1776
|
"type": "object",
|
|
1777
1777
|
"additionalProperties": false
|
|
1778
1778
|
},
|
|
1779
|
-
"__@split@
|
|
1779
|
+
"__@split@8198": {
|
|
1780
1780
|
"type": "object",
|
|
1781
1781
|
"additionalProperties": false
|
|
1782
1782
|
},
|
|
1783
|
-
"__@matchAll@
|
|
1783
|
+
"__@matchAll@8200": {
|
|
1784
1784
|
"type": "object",
|
|
1785
1785
|
"additionalProperties": false
|
|
1786
1786
|
}
|
|
@@ -2406,23 +2406,23 @@
|
|
|
2406
2406
|
"dotAll": {
|
|
2407
2407
|
"type": "boolean"
|
|
2408
2408
|
},
|
|
2409
|
-
"__@match@
|
|
2409
|
+
"__@match@8191": {
|
|
2410
2410
|
"type": "object",
|
|
2411
2411
|
"additionalProperties": false
|
|
2412
2412
|
},
|
|
2413
|
-
"__@replace@
|
|
2413
|
+
"__@replace@8193": {
|
|
2414
2414
|
"type": "object",
|
|
2415
2415
|
"additionalProperties": false
|
|
2416
2416
|
},
|
|
2417
|
-
"__@search@
|
|
2417
|
+
"__@search@8196": {
|
|
2418
2418
|
"type": "object",
|
|
2419
2419
|
"additionalProperties": false
|
|
2420
2420
|
},
|
|
2421
|
-
"__@split@
|
|
2421
|
+
"__@split@8198": {
|
|
2422
2422
|
"type": "object",
|
|
2423
2423
|
"additionalProperties": false
|
|
2424
2424
|
},
|
|
2425
|
-
"__@matchAll@
|
|
2425
|
+
"__@matchAll@8200": {
|
|
2426
2426
|
"type": "object",
|
|
2427
2427
|
"additionalProperties": false
|
|
2428
2428
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.122.0",
|
|
4
4
|
"description": "Cli инструмент для сборки и запуска приложений",
|
|
5
5
|
"files": [
|
|
6
6
|
"src",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@tinkoff/utils": "^2.1.3",
|
|
72
72
|
"@tinkoff/webpack-dedupe-plugin": "1.0.5",
|
|
73
73
|
"@tramvai/build": "3.1.3",
|
|
74
|
-
"@tramvai/react": "2.
|
|
74
|
+
"@tramvai/react": "2.122.0",
|
|
75
75
|
"@tramvai/tools-check-versions": "0.4.15",
|
|
76
76
|
"@tramvai/tools-migrate": "0.6.19",
|
|
77
77
|
"ajv": "^6.12.6",
|
package/schema.json
CHANGED
|
@@ -1143,23 +1143,23 @@
|
|
|
1143
1143
|
"dotAll": {
|
|
1144
1144
|
"type": "boolean"
|
|
1145
1145
|
},
|
|
1146
|
-
"__@match@
|
|
1146
|
+
"__@match@8191": {
|
|
1147
1147
|
"type": "object",
|
|
1148
1148
|
"additionalProperties": false
|
|
1149
1149
|
},
|
|
1150
|
-
"__@replace@
|
|
1150
|
+
"__@replace@8193": {
|
|
1151
1151
|
"type": "object",
|
|
1152
1152
|
"additionalProperties": false
|
|
1153
1153
|
},
|
|
1154
|
-
"__@search@
|
|
1154
|
+
"__@search@8196": {
|
|
1155
1155
|
"type": "object",
|
|
1156
1156
|
"additionalProperties": false
|
|
1157
1157
|
},
|
|
1158
|
-
"__@split@
|
|
1158
|
+
"__@split@8198": {
|
|
1159
1159
|
"type": "object",
|
|
1160
1160
|
"additionalProperties": false
|
|
1161
1161
|
},
|
|
1162
|
-
"__@matchAll@
|
|
1162
|
+
"__@matchAll@8200": {
|
|
1163
1163
|
"type": "object",
|
|
1164
1164
|
"additionalProperties": false
|
|
1165
1165
|
}
|
|
@@ -1793,23 +1793,23 @@
|
|
|
1793
1793
|
"dotAll": {
|
|
1794
1794
|
"type": "boolean"
|
|
1795
1795
|
},
|
|
1796
|
-
"__@match@
|
|
1796
|
+
"__@match@8191": {
|
|
1797
1797
|
"type": "object",
|
|
1798
1798
|
"additionalProperties": false
|
|
1799
1799
|
},
|
|
1800
|
-
"__@replace@
|
|
1800
|
+
"__@replace@8193": {
|
|
1801
1801
|
"type": "object",
|
|
1802
1802
|
"additionalProperties": false
|
|
1803
1803
|
},
|
|
1804
|
-
"__@search@
|
|
1804
|
+
"__@search@8196": {
|
|
1805
1805
|
"type": "object",
|
|
1806
1806
|
"additionalProperties": false
|
|
1807
1807
|
},
|
|
1808
|
-
"__@split@
|
|
1808
|
+
"__@split@8198": {
|
|
1809
1809
|
"type": "object",
|
|
1810
1810
|
"additionalProperties": false
|
|
1811
1811
|
},
|
|
1812
|
-
"__@matchAll@
|
|
1812
|
+
"__@matchAll@8200": {
|
|
1813
1813
|
"type": "object",
|
|
1814
1814
|
"additionalProperties": false
|
|
1815
1815
|
}
|
|
@@ -2443,23 +2443,23 @@
|
|
|
2443
2443
|
"dotAll": {
|
|
2444
2444
|
"type": "boolean"
|
|
2445
2445
|
},
|
|
2446
|
-
"__@match@
|
|
2446
|
+
"__@match@8191": {
|
|
2447
2447
|
"type": "object",
|
|
2448
2448
|
"additionalProperties": false
|
|
2449
2449
|
},
|
|
2450
|
-
"__@replace@
|
|
2450
|
+
"__@replace@8193": {
|
|
2451
2451
|
"type": "object",
|
|
2452
2452
|
"additionalProperties": false
|
|
2453
2453
|
},
|
|
2454
|
-
"__@search@
|
|
2454
|
+
"__@search@8196": {
|
|
2455
2455
|
"type": "object",
|
|
2456
2456
|
"additionalProperties": false
|
|
2457
2457
|
},
|
|
2458
|
-
"__@split@
|
|
2458
|
+
"__@split@8198": {
|
|
2459
2459
|
"type": "object",
|
|
2460
2460
|
"additionalProperties": false
|
|
2461
2461
|
},
|
|
2462
|
-
"__@matchAll@
|
|
2462
|
+
"__@matchAll@8200": {
|
|
2463
2463
|
"type": "object",
|
|
2464
2464
|
"additionalProperties": false
|
|
2465
2465
|
}
|
|
@@ -1122,23 +1122,23 @@
|
|
|
1122
1122
|
"dotAll": {
|
|
1123
1123
|
"type": "boolean"
|
|
1124
1124
|
},
|
|
1125
|
-
"__@match@
|
|
1125
|
+
"__@match@8191": {
|
|
1126
1126
|
"type": "object",
|
|
1127
1127
|
"additionalProperties": false
|
|
1128
1128
|
},
|
|
1129
|
-
"__@replace@
|
|
1129
|
+
"__@replace@8193": {
|
|
1130
1130
|
"type": "object",
|
|
1131
1131
|
"additionalProperties": false
|
|
1132
1132
|
},
|
|
1133
|
-
"__@search@
|
|
1133
|
+
"__@search@8196": {
|
|
1134
1134
|
"type": "object",
|
|
1135
1135
|
"additionalProperties": false
|
|
1136
1136
|
},
|
|
1137
|
-
"__@split@
|
|
1137
|
+
"__@split@8198": {
|
|
1138
1138
|
"type": "object",
|
|
1139
1139
|
"additionalProperties": false
|
|
1140
1140
|
},
|
|
1141
|
-
"__@matchAll@
|
|
1141
|
+
"__@matchAll@8200": {
|
|
1142
1142
|
"type": "object",
|
|
1143
1143
|
"additionalProperties": false
|
|
1144
1144
|
}
|
|
@@ -1764,23 +1764,23 @@
|
|
|
1764
1764
|
"dotAll": {
|
|
1765
1765
|
"type": "boolean"
|
|
1766
1766
|
},
|
|
1767
|
-
"__@match@
|
|
1767
|
+
"__@match@8191": {
|
|
1768
1768
|
"type": "object",
|
|
1769
1769
|
"additionalProperties": false
|
|
1770
1770
|
},
|
|
1771
|
-
"__@replace@
|
|
1771
|
+
"__@replace@8193": {
|
|
1772
1772
|
"type": "object",
|
|
1773
1773
|
"additionalProperties": false
|
|
1774
1774
|
},
|
|
1775
|
-
"__@search@
|
|
1775
|
+
"__@search@8196": {
|
|
1776
1776
|
"type": "object",
|
|
1777
1777
|
"additionalProperties": false
|
|
1778
1778
|
},
|
|
1779
|
-
"__@split@
|
|
1779
|
+
"__@split@8198": {
|
|
1780
1780
|
"type": "object",
|
|
1781
1781
|
"additionalProperties": false
|
|
1782
1782
|
},
|
|
1783
|
-
"__@matchAll@
|
|
1783
|
+
"__@matchAll@8200": {
|
|
1784
1784
|
"type": "object",
|
|
1785
1785
|
"additionalProperties": false
|
|
1786
1786
|
}
|
|
@@ -2406,23 +2406,23 @@
|
|
|
2406
2406
|
"dotAll": {
|
|
2407
2407
|
"type": "boolean"
|
|
2408
2408
|
},
|
|
2409
|
-
"__@match@
|
|
2409
|
+
"__@match@8191": {
|
|
2410
2410
|
"type": "object",
|
|
2411
2411
|
"additionalProperties": false
|
|
2412
2412
|
},
|
|
2413
|
-
"__@replace@
|
|
2413
|
+
"__@replace@8193": {
|
|
2414
2414
|
"type": "object",
|
|
2415
2415
|
"additionalProperties": false
|
|
2416
2416
|
},
|
|
2417
|
-
"__@search@
|
|
2417
|
+
"__@search@8196": {
|
|
2418
2418
|
"type": "object",
|
|
2419
2419
|
"additionalProperties": false
|
|
2420
2420
|
},
|
|
2421
|
-
"__@split@
|
|
2421
|
+
"__@split@8198": {
|
|
2422
2422
|
"type": "object",
|
|
2423
2423
|
"additionalProperties": false
|
|
2424
2424
|
},
|
|
2425
|
-
"__@matchAll@
|
|
2425
|
+
"__@matchAll@8200": {
|
|
2426
2426
|
"type": "object",
|
|
2427
2427
|
"additionalProperties": false
|
|
2428
2428
|
}
|