@tramvai/cli 5.5.2 → 5.6.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
|
@@ -1188,23 +1188,23 @@
|
|
|
1188
1188
|
"dotAll": {
|
|
1189
1189
|
"type": "boolean"
|
|
1190
1190
|
},
|
|
1191
|
-
"__@match@
|
|
1191
|
+
"__@match@7331": {
|
|
1192
1192
|
"type": "object",
|
|
1193
1193
|
"additionalProperties": false
|
|
1194
1194
|
},
|
|
1195
|
-
"__@replace@
|
|
1195
|
+
"__@replace@7333": {
|
|
1196
1196
|
"type": "object",
|
|
1197
1197
|
"additionalProperties": false
|
|
1198
1198
|
},
|
|
1199
|
-
"__@search@
|
|
1199
|
+
"__@search@7336": {
|
|
1200
1200
|
"type": "object",
|
|
1201
1201
|
"additionalProperties": false
|
|
1202
1202
|
},
|
|
1203
|
-
"__@split@
|
|
1203
|
+
"__@split@7338": {
|
|
1204
1204
|
"type": "object",
|
|
1205
1205
|
"additionalProperties": false
|
|
1206
1206
|
},
|
|
1207
|
-
"__@matchAll@
|
|
1207
|
+
"__@matchAll@7340": {
|
|
1208
1208
|
"type": "object",
|
|
1209
1209
|
"additionalProperties": false
|
|
1210
1210
|
}
|
|
@@ -1901,23 +1901,23 @@
|
|
|
1901
1901
|
"dotAll": {
|
|
1902
1902
|
"type": "boolean"
|
|
1903
1903
|
},
|
|
1904
|
-
"__@match@
|
|
1904
|
+
"__@match@7331": {
|
|
1905
1905
|
"type": "object",
|
|
1906
1906
|
"additionalProperties": false
|
|
1907
1907
|
},
|
|
1908
|
-
"__@replace@
|
|
1908
|
+
"__@replace@7333": {
|
|
1909
1909
|
"type": "object",
|
|
1910
1910
|
"additionalProperties": false
|
|
1911
1911
|
},
|
|
1912
|
-
"__@search@
|
|
1912
|
+
"__@search@7336": {
|
|
1913
1913
|
"type": "object",
|
|
1914
1914
|
"additionalProperties": false
|
|
1915
1915
|
},
|
|
1916
|
-
"__@split@
|
|
1916
|
+
"__@split@7338": {
|
|
1917
1917
|
"type": "object",
|
|
1918
1918
|
"additionalProperties": false
|
|
1919
1919
|
},
|
|
1920
|
-
"__@matchAll@
|
|
1920
|
+
"__@matchAll@7340": {
|
|
1921
1921
|
"type": "object",
|
|
1922
1922
|
"additionalProperties": false
|
|
1923
1923
|
}
|
|
@@ -2614,23 +2614,23 @@
|
|
|
2614
2614
|
"dotAll": {
|
|
2615
2615
|
"type": "boolean"
|
|
2616
2616
|
},
|
|
2617
|
-
"__@match@
|
|
2617
|
+
"__@match@7331": {
|
|
2618
2618
|
"type": "object",
|
|
2619
2619
|
"additionalProperties": false
|
|
2620
2620
|
},
|
|
2621
|
-
"__@replace@
|
|
2621
|
+
"__@replace@7333": {
|
|
2622
2622
|
"type": "object",
|
|
2623
2623
|
"additionalProperties": false
|
|
2624
2624
|
},
|
|
2625
|
-
"__@search@
|
|
2625
|
+
"__@search@7336": {
|
|
2626
2626
|
"type": "object",
|
|
2627
2627
|
"additionalProperties": false
|
|
2628
2628
|
},
|
|
2629
|
-
"__@split@
|
|
2629
|
+
"__@split@7338": {
|
|
2630
2630
|
"type": "object",
|
|
2631
2631
|
"additionalProperties": false
|
|
2632
2632
|
},
|
|
2633
|
-
"__@matchAll@
|
|
2633
|
+
"__@matchAll@7340": {
|
|
2634
2634
|
"type": "object",
|
|
2635
2635
|
"additionalProperties": false
|
|
2636
2636
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"description": "Cli инструмент для сборки и запуска приложений",
|
|
5
5
|
"files": [
|
|
6
6
|
"src",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@tinkoff/utils": "^2.1.3",
|
|
75
75
|
"@tinkoff/webpack-dedupe-plugin": "4.0.2",
|
|
76
76
|
"@tramvai/build": "6.0.3",
|
|
77
|
-
"@tramvai/react": "5.
|
|
77
|
+
"@tramvai/react": "5.6.0",
|
|
78
78
|
"@tramvai/tools-check-versions": "0.7.4",
|
|
79
79
|
"@tramvai/tools-migrate": "0.9.4",
|
|
80
80
|
"ajv": "^8.12.0",
|
package/schema.json
CHANGED
|
@@ -1210,23 +1210,23 @@
|
|
|
1210
1210
|
"dotAll": {
|
|
1211
1211
|
"type": "boolean"
|
|
1212
1212
|
},
|
|
1213
|
-
"__@match@
|
|
1213
|
+
"__@match@7331": {
|
|
1214
1214
|
"type": "object",
|
|
1215
1215
|
"additionalProperties": false
|
|
1216
1216
|
},
|
|
1217
|
-
"__@replace@
|
|
1217
|
+
"__@replace@7333": {
|
|
1218
1218
|
"type": "object",
|
|
1219
1219
|
"additionalProperties": false
|
|
1220
1220
|
},
|
|
1221
|
-
"__@search@
|
|
1221
|
+
"__@search@7336": {
|
|
1222
1222
|
"type": "object",
|
|
1223
1223
|
"additionalProperties": false
|
|
1224
1224
|
},
|
|
1225
|
-
"__@split@
|
|
1225
|
+
"__@split@7338": {
|
|
1226
1226
|
"type": "object",
|
|
1227
1227
|
"additionalProperties": false
|
|
1228
1228
|
},
|
|
1229
|
-
"__@matchAll@
|
|
1229
|
+
"__@matchAll@7340": {
|
|
1230
1230
|
"type": "object",
|
|
1231
1231
|
"additionalProperties": false
|
|
1232
1232
|
}
|
|
@@ -1932,23 +1932,23 @@
|
|
|
1932
1932
|
"dotAll": {
|
|
1933
1933
|
"type": "boolean"
|
|
1934
1934
|
},
|
|
1935
|
-
"__@match@
|
|
1935
|
+
"__@match@7331": {
|
|
1936
1936
|
"type": "object",
|
|
1937
1937
|
"additionalProperties": false
|
|
1938
1938
|
},
|
|
1939
|
-
"__@replace@
|
|
1939
|
+
"__@replace@7333": {
|
|
1940
1940
|
"type": "object",
|
|
1941
1941
|
"additionalProperties": false
|
|
1942
1942
|
},
|
|
1943
|
-
"__@search@
|
|
1943
|
+
"__@search@7336": {
|
|
1944
1944
|
"type": "object",
|
|
1945
1945
|
"additionalProperties": false
|
|
1946
1946
|
},
|
|
1947
|
-
"__@split@
|
|
1947
|
+
"__@split@7338": {
|
|
1948
1948
|
"type": "object",
|
|
1949
1949
|
"additionalProperties": false
|
|
1950
1950
|
},
|
|
1951
|
-
"__@matchAll@
|
|
1951
|
+
"__@matchAll@7340": {
|
|
1952
1952
|
"type": "object",
|
|
1953
1953
|
"additionalProperties": false
|
|
1954
1954
|
}
|
|
@@ -2654,23 +2654,23 @@
|
|
|
2654
2654
|
"dotAll": {
|
|
2655
2655
|
"type": "boolean"
|
|
2656
2656
|
},
|
|
2657
|
-
"__@match@
|
|
2657
|
+
"__@match@7331": {
|
|
2658
2658
|
"type": "object",
|
|
2659
2659
|
"additionalProperties": false
|
|
2660
2660
|
},
|
|
2661
|
-
"__@replace@
|
|
2661
|
+
"__@replace@7333": {
|
|
2662
2662
|
"type": "object",
|
|
2663
2663
|
"additionalProperties": false
|
|
2664
2664
|
},
|
|
2665
|
-
"__@search@
|
|
2665
|
+
"__@search@7336": {
|
|
2666
2666
|
"type": "object",
|
|
2667
2667
|
"additionalProperties": false
|
|
2668
2668
|
},
|
|
2669
|
-
"__@split@
|
|
2669
|
+
"__@split@7338": {
|
|
2670
2670
|
"type": "object",
|
|
2671
2671
|
"additionalProperties": false
|
|
2672
2672
|
},
|
|
2673
|
-
"__@matchAll@
|
|
2673
|
+
"__@matchAll@7340": {
|
|
2674
2674
|
"type": "object",
|
|
2675
2675
|
"additionalProperties": false
|
|
2676
2676
|
}
|
|
@@ -1188,23 +1188,23 @@
|
|
|
1188
1188
|
"dotAll": {
|
|
1189
1189
|
"type": "boolean"
|
|
1190
1190
|
},
|
|
1191
|
-
"__@match@
|
|
1191
|
+
"__@match@7331": {
|
|
1192
1192
|
"type": "object",
|
|
1193
1193
|
"additionalProperties": false
|
|
1194
1194
|
},
|
|
1195
|
-
"__@replace@
|
|
1195
|
+
"__@replace@7333": {
|
|
1196
1196
|
"type": "object",
|
|
1197
1197
|
"additionalProperties": false
|
|
1198
1198
|
},
|
|
1199
|
-
"__@search@
|
|
1199
|
+
"__@search@7336": {
|
|
1200
1200
|
"type": "object",
|
|
1201
1201
|
"additionalProperties": false
|
|
1202
1202
|
},
|
|
1203
|
-
"__@split@
|
|
1203
|
+
"__@split@7338": {
|
|
1204
1204
|
"type": "object",
|
|
1205
1205
|
"additionalProperties": false
|
|
1206
1206
|
},
|
|
1207
|
-
"__@matchAll@
|
|
1207
|
+
"__@matchAll@7340": {
|
|
1208
1208
|
"type": "object",
|
|
1209
1209
|
"additionalProperties": false
|
|
1210
1210
|
}
|
|
@@ -1901,23 +1901,23 @@
|
|
|
1901
1901
|
"dotAll": {
|
|
1902
1902
|
"type": "boolean"
|
|
1903
1903
|
},
|
|
1904
|
-
"__@match@
|
|
1904
|
+
"__@match@7331": {
|
|
1905
1905
|
"type": "object",
|
|
1906
1906
|
"additionalProperties": false
|
|
1907
1907
|
},
|
|
1908
|
-
"__@replace@
|
|
1908
|
+
"__@replace@7333": {
|
|
1909
1909
|
"type": "object",
|
|
1910
1910
|
"additionalProperties": false
|
|
1911
1911
|
},
|
|
1912
|
-
"__@search@
|
|
1912
|
+
"__@search@7336": {
|
|
1913
1913
|
"type": "object",
|
|
1914
1914
|
"additionalProperties": false
|
|
1915
1915
|
},
|
|
1916
|
-
"__@split@
|
|
1916
|
+
"__@split@7338": {
|
|
1917
1917
|
"type": "object",
|
|
1918
1918
|
"additionalProperties": false
|
|
1919
1919
|
},
|
|
1920
|
-
"__@matchAll@
|
|
1920
|
+
"__@matchAll@7340": {
|
|
1921
1921
|
"type": "object",
|
|
1922
1922
|
"additionalProperties": false
|
|
1923
1923
|
}
|
|
@@ -2614,23 +2614,23 @@
|
|
|
2614
2614
|
"dotAll": {
|
|
2615
2615
|
"type": "boolean"
|
|
2616
2616
|
},
|
|
2617
|
-
"__@match@
|
|
2617
|
+
"__@match@7331": {
|
|
2618
2618
|
"type": "object",
|
|
2619
2619
|
"additionalProperties": false
|
|
2620
2620
|
},
|
|
2621
|
-
"__@replace@
|
|
2621
|
+
"__@replace@7333": {
|
|
2622
2622
|
"type": "object",
|
|
2623
2623
|
"additionalProperties": false
|
|
2624
2624
|
},
|
|
2625
|
-
"__@search@
|
|
2625
|
+
"__@search@7336": {
|
|
2626
2626
|
"type": "object",
|
|
2627
2627
|
"additionalProperties": false
|
|
2628
2628
|
},
|
|
2629
|
-
"__@split@
|
|
2629
|
+
"__@split@7338": {
|
|
2630
2630
|
"type": "object",
|
|
2631
2631
|
"additionalProperties": false
|
|
2632
2632
|
},
|
|
2633
|
-
"__@matchAll@
|
|
2633
|
+
"__@matchAll@7340": {
|
|
2634
2634
|
"type": "object",
|
|
2635
2635
|
"additionalProperties": false
|
|
2636
2636
|
}
|