@tramvai/cli 4.9.0 → 4.10.1
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
|
@@ -1178,23 +1178,23 @@
|
|
|
1178
1178
|
"dotAll": {
|
|
1179
1179
|
"type": "boolean"
|
|
1180
1180
|
},
|
|
1181
|
-
"__@match@
|
|
1181
|
+
"__@match@6977": {
|
|
1182
1182
|
"type": "object",
|
|
1183
1183
|
"additionalProperties": false
|
|
1184
1184
|
},
|
|
1185
|
-
"__@replace@
|
|
1185
|
+
"__@replace@6979": {
|
|
1186
1186
|
"type": "object",
|
|
1187
1187
|
"additionalProperties": false
|
|
1188
1188
|
},
|
|
1189
|
-
"__@search@
|
|
1189
|
+
"__@search@6982": {
|
|
1190
1190
|
"type": "object",
|
|
1191
1191
|
"additionalProperties": false
|
|
1192
1192
|
},
|
|
1193
|
-
"__@split@
|
|
1193
|
+
"__@split@6984": {
|
|
1194
1194
|
"type": "object",
|
|
1195
1195
|
"additionalProperties": false
|
|
1196
1196
|
},
|
|
1197
|
-
"__@matchAll@
|
|
1197
|
+
"__@matchAll@6986": {
|
|
1198
1198
|
"type": "object",
|
|
1199
1199
|
"additionalProperties": false
|
|
1200
1200
|
}
|
|
@@ -1881,23 +1881,23 @@
|
|
|
1881
1881
|
"dotAll": {
|
|
1882
1882
|
"type": "boolean"
|
|
1883
1883
|
},
|
|
1884
|
-
"__@match@
|
|
1884
|
+
"__@match@6977": {
|
|
1885
1885
|
"type": "object",
|
|
1886
1886
|
"additionalProperties": false
|
|
1887
1887
|
},
|
|
1888
|
-
"__@replace@
|
|
1888
|
+
"__@replace@6979": {
|
|
1889
1889
|
"type": "object",
|
|
1890
1890
|
"additionalProperties": false
|
|
1891
1891
|
},
|
|
1892
|
-
"__@search@
|
|
1892
|
+
"__@search@6982": {
|
|
1893
1893
|
"type": "object",
|
|
1894
1894
|
"additionalProperties": false
|
|
1895
1895
|
},
|
|
1896
|
-
"__@split@
|
|
1896
|
+
"__@split@6984": {
|
|
1897
1897
|
"type": "object",
|
|
1898
1898
|
"additionalProperties": false
|
|
1899
1899
|
},
|
|
1900
|
-
"__@matchAll@
|
|
1900
|
+
"__@matchAll@6986": {
|
|
1901
1901
|
"type": "object",
|
|
1902
1902
|
"additionalProperties": false
|
|
1903
1903
|
}
|
|
@@ -2584,23 +2584,23 @@
|
|
|
2584
2584
|
"dotAll": {
|
|
2585
2585
|
"type": "boolean"
|
|
2586
2586
|
},
|
|
2587
|
-
"__@match@
|
|
2587
|
+
"__@match@6977": {
|
|
2588
2588
|
"type": "object",
|
|
2589
2589
|
"additionalProperties": false
|
|
2590
2590
|
},
|
|
2591
|
-
"__@replace@
|
|
2591
|
+
"__@replace@6979": {
|
|
2592
2592
|
"type": "object",
|
|
2593
2593
|
"additionalProperties": false
|
|
2594
2594
|
},
|
|
2595
|
-
"__@search@
|
|
2595
|
+
"__@search@6982": {
|
|
2596
2596
|
"type": "object",
|
|
2597
2597
|
"additionalProperties": false
|
|
2598
2598
|
},
|
|
2599
|
-
"__@split@
|
|
2599
|
+
"__@split@6984": {
|
|
2600
2600
|
"type": "object",
|
|
2601
2601
|
"additionalProperties": false
|
|
2602
2602
|
},
|
|
2603
|
-
"__@matchAll@
|
|
2603
|
+
"__@matchAll@6986": {
|
|
2604
2604
|
"type": "object",
|
|
2605
2605
|
"additionalProperties": false
|
|
2606
2606
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.10.1",
|
|
4
4
|
"description": "Cli инструмент для сборки и запуска приложений",
|
|
5
5
|
"files": [
|
|
6
6
|
"src",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@tinkoff/utils": "^2.1.3",
|
|
73
73
|
"@tinkoff/webpack-dedupe-plugin": "3.0.1",
|
|
74
74
|
"@tramvai/build": "5.0.3",
|
|
75
|
-
"@tramvai/react": "4.
|
|
75
|
+
"@tramvai/react": "4.10.1",
|
|
76
76
|
"@tramvai/tools-check-versions": "0.6.1",
|
|
77
77
|
"@tramvai/tools-migrate": "0.8.1",
|
|
78
78
|
"ajv": "^8.12.0",
|
package/schema.json
CHANGED
|
@@ -1200,23 +1200,23 @@
|
|
|
1200
1200
|
"dotAll": {
|
|
1201
1201
|
"type": "boolean"
|
|
1202
1202
|
},
|
|
1203
|
-
"__@match@
|
|
1203
|
+
"__@match@6977": {
|
|
1204
1204
|
"type": "object",
|
|
1205
1205
|
"additionalProperties": false
|
|
1206
1206
|
},
|
|
1207
|
-
"__@replace@
|
|
1207
|
+
"__@replace@6979": {
|
|
1208
1208
|
"type": "object",
|
|
1209
1209
|
"additionalProperties": false
|
|
1210
1210
|
},
|
|
1211
|
-
"__@search@
|
|
1211
|
+
"__@search@6982": {
|
|
1212
1212
|
"type": "object",
|
|
1213
1213
|
"additionalProperties": false
|
|
1214
1214
|
},
|
|
1215
|
-
"__@split@
|
|
1215
|
+
"__@split@6984": {
|
|
1216
1216
|
"type": "object",
|
|
1217
1217
|
"additionalProperties": false
|
|
1218
1218
|
},
|
|
1219
|
-
"__@matchAll@
|
|
1219
|
+
"__@matchAll@6986": {
|
|
1220
1220
|
"type": "object",
|
|
1221
1221
|
"additionalProperties": false
|
|
1222
1222
|
}
|
|
@@ -1912,23 +1912,23 @@
|
|
|
1912
1912
|
"dotAll": {
|
|
1913
1913
|
"type": "boolean"
|
|
1914
1914
|
},
|
|
1915
|
-
"__@match@
|
|
1915
|
+
"__@match@6977": {
|
|
1916
1916
|
"type": "object",
|
|
1917
1917
|
"additionalProperties": false
|
|
1918
1918
|
},
|
|
1919
|
-
"__@replace@
|
|
1919
|
+
"__@replace@6979": {
|
|
1920
1920
|
"type": "object",
|
|
1921
1921
|
"additionalProperties": false
|
|
1922
1922
|
},
|
|
1923
|
-
"__@search@
|
|
1923
|
+
"__@search@6982": {
|
|
1924
1924
|
"type": "object",
|
|
1925
1925
|
"additionalProperties": false
|
|
1926
1926
|
},
|
|
1927
|
-
"__@split@
|
|
1927
|
+
"__@split@6984": {
|
|
1928
1928
|
"type": "object",
|
|
1929
1929
|
"additionalProperties": false
|
|
1930
1930
|
},
|
|
1931
|
-
"__@matchAll@
|
|
1931
|
+
"__@matchAll@6986": {
|
|
1932
1932
|
"type": "object",
|
|
1933
1933
|
"additionalProperties": false
|
|
1934
1934
|
}
|
|
@@ -2624,23 +2624,23 @@
|
|
|
2624
2624
|
"dotAll": {
|
|
2625
2625
|
"type": "boolean"
|
|
2626
2626
|
},
|
|
2627
|
-
"__@match@
|
|
2627
|
+
"__@match@6977": {
|
|
2628
2628
|
"type": "object",
|
|
2629
2629
|
"additionalProperties": false
|
|
2630
2630
|
},
|
|
2631
|
-
"__@replace@
|
|
2631
|
+
"__@replace@6979": {
|
|
2632
2632
|
"type": "object",
|
|
2633
2633
|
"additionalProperties": false
|
|
2634
2634
|
},
|
|
2635
|
-
"__@search@
|
|
2635
|
+
"__@search@6982": {
|
|
2636
2636
|
"type": "object",
|
|
2637
2637
|
"additionalProperties": false
|
|
2638
2638
|
},
|
|
2639
|
-
"__@split@
|
|
2639
|
+
"__@split@6984": {
|
|
2640
2640
|
"type": "object",
|
|
2641
2641
|
"additionalProperties": false
|
|
2642
2642
|
},
|
|
2643
|
-
"__@matchAll@
|
|
2643
|
+
"__@matchAll@6986": {
|
|
2644
2644
|
"type": "object",
|
|
2645
2645
|
"additionalProperties": false
|
|
2646
2646
|
}
|
|
@@ -1178,23 +1178,23 @@
|
|
|
1178
1178
|
"dotAll": {
|
|
1179
1179
|
"type": "boolean"
|
|
1180
1180
|
},
|
|
1181
|
-
"__@match@
|
|
1181
|
+
"__@match@6977": {
|
|
1182
1182
|
"type": "object",
|
|
1183
1183
|
"additionalProperties": false
|
|
1184
1184
|
},
|
|
1185
|
-
"__@replace@
|
|
1185
|
+
"__@replace@6979": {
|
|
1186
1186
|
"type": "object",
|
|
1187
1187
|
"additionalProperties": false
|
|
1188
1188
|
},
|
|
1189
|
-
"__@search@
|
|
1189
|
+
"__@search@6982": {
|
|
1190
1190
|
"type": "object",
|
|
1191
1191
|
"additionalProperties": false
|
|
1192
1192
|
},
|
|
1193
|
-
"__@split@
|
|
1193
|
+
"__@split@6984": {
|
|
1194
1194
|
"type": "object",
|
|
1195
1195
|
"additionalProperties": false
|
|
1196
1196
|
},
|
|
1197
|
-
"__@matchAll@
|
|
1197
|
+
"__@matchAll@6986": {
|
|
1198
1198
|
"type": "object",
|
|
1199
1199
|
"additionalProperties": false
|
|
1200
1200
|
}
|
|
@@ -1881,23 +1881,23 @@
|
|
|
1881
1881
|
"dotAll": {
|
|
1882
1882
|
"type": "boolean"
|
|
1883
1883
|
},
|
|
1884
|
-
"__@match@
|
|
1884
|
+
"__@match@6977": {
|
|
1885
1885
|
"type": "object",
|
|
1886
1886
|
"additionalProperties": false
|
|
1887
1887
|
},
|
|
1888
|
-
"__@replace@
|
|
1888
|
+
"__@replace@6979": {
|
|
1889
1889
|
"type": "object",
|
|
1890
1890
|
"additionalProperties": false
|
|
1891
1891
|
},
|
|
1892
|
-
"__@search@
|
|
1892
|
+
"__@search@6982": {
|
|
1893
1893
|
"type": "object",
|
|
1894
1894
|
"additionalProperties": false
|
|
1895
1895
|
},
|
|
1896
|
-
"__@split@
|
|
1896
|
+
"__@split@6984": {
|
|
1897
1897
|
"type": "object",
|
|
1898
1898
|
"additionalProperties": false
|
|
1899
1899
|
},
|
|
1900
|
-
"__@matchAll@
|
|
1900
|
+
"__@matchAll@6986": {
|
|
1901
1901
|
"type": "object",
|
|
1902
1902
|
"additionalProperties": false
|
|
1903
1903
|
}
|
|
@@ -2584,23 +2584,23 @@
|
|
|
2584
2584
|
"dotAll": {
|
|
2585
2585
|
"type": "boolean"
|
|
2586
2586
|
},
|
|
2587
|
-
"__@match@
|
|
2587
|
+
"__@match@6977": {
|
|
2588
2588
|
"type": "object",
|
|
2589
2589
|
"additionalProperties": false
|
|
2590
2590
|
},
|
|
2591
|
-
"__@replace@
|
|
2591
|
+
"__@replace@6979": {
|
|
2592
2592
|
"type": "object",
|
|
2593
2593
|
"additionalProperties": false
|
|
2594
2594
|
},
|
|
2595
|
-
"__@search@
|
|
2595
|
+
"__@search@6982": {
|
|
2596
2596
|
"type": "object",
|
|
2597
2597
|
"additionalProperties": false
|
|
2598
2598
|
},
|
|
2599
|
-
"__@split@
|
|
2599
|
+
"__@split@6984": {
|
|
2600
2600
|
"type": "object",
|
|
2601
2601
|
"additionalProperties": false
|
|
2602
2602
|
},
|
|
2603
|
-
"__@matchAll@
|
|
2603
|
+
"__@matchAll@6986": {
|
|
2604
2604
|
"type": "object",
|
|
2605
2605
|
"additionalProperties": false
|
|
2606
2606
|
}
|