@tramvai/cli 2.155.0 → 2.159.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 +3 -3
- package/schema.json +15 -15
- package/src/schema/autogeneratedSchema.json +15 -15
|
@@ -1129,23 +1129,23 @@
|
|
|
1129
1129
|
"dotAll": {
|
|
1130
1130
|
"type": "boolean"
|
|
1131
1131
|
},
|
|
1132
|
-
"__@match@
|
|
1132
|
+
"__@match@8743": {
|
|
1133
1133
|
"type": "object",
|
|
1134
1134
|
"additionalProperties": false
|
|
1135
1135
|
},
|
|
1136
|
-
"__@replace@
|
|
1136
|
+
"__@replace@8745": {
|
|
1137
1137
|
"type": "object",
|
|
1138
1138
|
"additionalProperties": false
|
|
1139
1139
|
},
|
|
1140
|
-
"__@search@
|
|
1140
|
+
"__@search@8748": {
|
|
1141
1141
|
"type": "object",
|
|
1142
1142
|
"additionalProperties": false
|
|
1143
1143
|
},
|
|
1144
|
-
"__@split@
|
|
1144
|
+
"__@split@8750": {
|
|
1145
1145
|
"type": "object",
|
|
1146
1146
|
"additionalProperties": false
|
|
1147
1147
|
},
|
|
1148
|
-
"__@matchAll@
|
|
1148
|
+
"__@matchAll@8752": {
|
|
1149
1149
|
"type": "object",
|
|
1150
1150
|
"additionalProperties": false
|
|
1151
1151
|
}
|
|
@@ -1788,23 +1788,23 @@
|
|
|
1788
1788
|
"dotAll": {
|
|
1789
1789
|
"type": "boolean"
|
|
1790
1790
|
},
|
|
1791
|
-
"__@match@
|
|
1791
|
+
"__@match@8743": {
|
|
1792
1792
|
"type": "object",
|
|
1793
1793
|
"additionalProperties": false
|
|
1794
1794
|
},
|
|
1795
|
-
"__@replace@
|
|
1795
|
+
"__@replace@8745": {
|
|
1796
1796
|
"type": "object",
|
|
1797
1797
|
"additionalProperties": false
|
|
1798
1798
|
},
|
|
1799
|
-
"__@search@
|
|
1799
|
+
"__@search@8748": {
|
|
1800
1800
|
"type": "object",
|
|
1801
1801
|
"additionalProperties": false
|
|
1802
1802
|
},
|
|
1803
|
-
"__@split@
|
|
1803
|
+
"__@split@8750": {
|
|
1804
1804
|
"type": "object",
|
|
1805
1805
|
"additionalProperties": false
|
|
1806
1806
|
},
|
|
1807
|
-
"__@matchAll@
|
|
1807
|
+
"__@matchAll@8752": {
|
|
1808
1808
|
"type": "object",
|
|
1809
1809
|
"additionalProperties": false
|
|
1810
1810
|
}
|
|
@@ -2447,23 +2447,23 @@
|
|
|
2447
2447
|
"dotAll": {
|
|
2448
2448
|
"type": "boolean"
|
|
2449
2449
|
},
|
|
2450
|
-
"__@match@
|
|
2450
|
+
"__@match@8743": {
|
|
2451
2451
|
"type": "object",
|
|
2452
2452
|
"additionalProperties": false
|
|
2453
2453
|
},
|
|
2454
|
-
"__@replace@
|
|
2454
|
+
"__@replace@8745": {
|
|
2455
2455
|
"type": "object",
|
|
2456
2456
|
"additionalProperties": false
|
|
2457
2457
|
},
|
|
2458
|
-
"__@search@
|
|
2458
|
+
"__@search@8748": {
|
|
2459
2459
|
"type": "object",
|
|
2460
2460
|
"additionalProperties": false
|
|
2461
2461
|
},
|
|
2462
|
-
"__@split@
|
|
2462
|
+
"__@split@8750": {
|
|
2463
2463
|
"type": "object",
|
|
2464
2464
|
"additionalProperties": false
|
|
2465
2465
|
},
|
|
2466
|
-
"__@matchAll@
|
|
2466
|
+
"__@matchAll@8752": {
|
|
2467
2467
|
"type": "object",
|
|
2468
2468
|
"additionalProperties": false
|
|
2469
2469
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.159.1",
|
|
4
4
|
"description": "Cli инструмент для сборки и запуска приложений",
|
|
5
5
|
"files": [
|
|
6
6
|
"src",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@svgr/webpack": "^8.1.0",
|
|
63
63
|
"@tinkoff/browserslist-config": "0.2.7",
|
|
64
64
|
"@tinkoff/dippy": "0.8.16",
|
|
65
|
-
"@tinkoff/is-modern-lib": "2.0.
|
|
65
|
+
"@tinkoff/is-modern-lib": "2.0.14",
|
|
66
66
|
"@tinkoff/logger": "0.10.67",
|
|
67
67
|
"@tinkoff/minicss-class-generator": "0.2.5",
|
|
68
68
|
"@tinkoff/package-manager-wrapper": "0.1.9",
|
|
@@ -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.4",
|
|
74
|
-
"@tramvai/react": "2.
|
|
74
|
+
"@tramvai/react": "2.159.1",
|
|
75
75
|
"@tramvai/tools-check-versions": "0.4.18",
|
|
76
76
|
"@tramvai/tools-migrate": "0.6.22",
|
|
77
77
|
"ajv": "^8.12.0",
|
package/schema.json
CHANGED
|
@@ -1151,23 +1151,23 @@
|
|
|
1151
1151
|
"dotAll": {
|
|
1152
1152
|
"type": "boolean"
|
|
1153
1153
|
},
|
|
1154
|
-
"__@match@
|
|
1154
|
+
"__@match@8743": {
|
|
1155
1155
|
"type": "object",
|
|
1156
1156
|
"additionalProperties": false
|
|
1157
1157
|
},
|
|
1158
|
-
"__@replace@
|
|
1158
|
+
"__@replace@8745": {
|
|
1159
1159
|
"type": "object",
|
|
1160
1160
|
"additionalProperties": false
|
|
1161
1161
|
},
|
|
1162
|
-
"__@search@
|
|
1162
|
+
"__@search@8748": {
|
|
1163
1163
|
"type": "object",
|
|
1164
1164
|
"additionalProperties": false
|
|
1165
1165
|
},
|
|
1166
|
-
"__@split@
|
|
1166
|
+
"__@split@8750": {
|
|
1167
1167
|
"type": "object",
|
|
1168
1168
|
"additionalProperties": false
|
|
1169
1169
|
},
|
|
1170
|
-
"__@matchAll@
|
|
1170
|
+
"__@matchAll@8752": {
|
|
1171
1171
|
"type": "object",
|
|
1172
1172
|
"additionalProperties": false
|
|
1173
1173
|
}
|
|
@@ -1819,23 +1819,23 @@
|
|
|
1819
1819
|
"dotAll": {
|
|
1820
1820
|
"type": "boolean"
|
|
1821
1821
|
},
|
|
1822
|
-
"__@match@
|
|
1822
|
+
"__@match@8743": {
|
|
1823
1823
|
"type": "object",
|
|
1824
1824
|
"additionalProperties": false
|
|
1825
1825
|
},
|
|
1826
|
-
"__@replace@
|
|
1826
|
+
"__@replace@8745": {
|
|
1827
1827
|
"type": "object",
|
|
1828
1828
|
"additionalProperties": false
|
|
1829
1829
|
},
|
|
1830
|
-
"__@search@
|
|
1830
|
+
"__@search@8748": {
|
|
1831
1831
|
"type": "object",
|
|
1832
1832
|
"additionalProperties": false
|
|
1833
1833
|
},
|
|
1834
|
-
"__@split@
|
|
1834
|
+
"__@split@8750": {
|
|
1835
1835
|
"type": "object",
|
|
1836
1836
|
"additionalProperties": false
|
|
1837
1837
|
},
|
|
1838
|
-
"__@matchAll@
|
|
1838
|
+
"__@matchAll@8752": {
|
|
1839
1839
|
"type": "object",
|
|
1840
1840
|
"additionalProperties": false
|
|
1841
1841
|
}
|
|
@@ -2487,23 +2487,23 @@
|
|
|
2487
2487
|
"dotAll": {
|
|
2488
2488
|
"type": "boolean"
|
|
2489
2489
|
},
|
|
2490
|
-
"__@match@
|
|
2490
|
+
"__@match@8743": {
|
|
2491
2491
|
"type": "object",
|
|
2492
2492
|
"additionalProperties": false
|
|
2493
2493
|
},
|
|
2494
|
-
"__@replace@
|
|
2494
|
+
"__@replace@8745": {
|
|
2495
2495
|
"type": "object",
|
|
2496
2496
|
"additionalProperties": false
|
|
2497
2497
|
},
|
|
2498
|
-
"__@search@
|
|
2498
|
+
"__@search@8748": {
|
|
2499
2499
|
"type": "object",
|
|
2500
2500
|
"additionalProperties": false
|
|
2501
2501
|
},
|
|
2502
|
-
"__@split@
|
|
2502
|
+
"__@split@8750": {
|
|
2503
2503
|
"type": "object",
|
|
2504
2504
|
"additionalProperties": false
|
|
2505
2505
|
},
|
|
2506
|
-
"__@matchAll@
|
|
2506
|
+
"__@matchAll@8752": {
|
|
2507
2507
|
"type": "object",
|
|
2508
2508
|
"additionalProperties": false
|
|
2509
2509
|
}
|
|
@@ -1129,23 +1129,23 @@
|
|
|
1129
1129
|
"dotAll": {
|
|
1130
1130
|
"type": "boolean"
|
|
1131
1131
|
},
|
|
1132
|
-
"__@match@
|
|
1132
|
+
"__@match@8743": {
|
|
1133
1133
|
"type": "object",
|
|
1134
1134
|
"additionalProperties": false
|
|
1135
1135
|
},
|
|
1136
|
-
"__@replace@
|
|
1136
|
+
"__@replace@8745": {
|
|
1137
1137
|
"type": "object",
|
|
1138
1138
|
"additionalProperties": false
|
|
1139
1139
|
},
|
|
1140
|
-
"__@search@
|
|
1140
|
+
"__@search@8748": {
|
|
1141
1141
|
"type": "object",
|
|
1142
1142
|
"additionalProperties": false
|
|
1143
1143
|
},
|
|
1144
|
-
"__@split@
|
|
1144
|
+
"__@split@8750": {
|
|
1145
1145
|
"type": "object",
|
|
1146
1146
|
"additionalProperties": false
|
|
1147
1147
|
},
|
|
1148
|
-
"__@matchAll@
|
|
1148
|
+
"__@matchAll@8752": {
|
|
1149
1149
|
"type": "object",
|
|
1150
1150
|
"additionalProperties": false
|
|
1151
1151
|
}
|
|
@@ -1788,23 +1788,23 @@
|
|
|
1788
1788
|
"dotAll": {
|
|
1789
1789
|
"type": "boolean"
|
|
1790
1790
|
},
|
|
1791
|
-
"__@match@
|
|
1791
|
+
"__@match@8743": {
|
|
1792
1792
|
"type": "object",
|
|
1793
1793
|
"additionalProperties": false
|
|
1794
1794
|
},
|
|
1795
|
-
"__@replace@
|
|
1795
|
+
"__@replace@8745": {
|
|
1796
1796
|
"type": "object",
|
|
1797
1797
|
"additionalProperties": false
|
|
1798
1798
|
},
|
|
1799
|
-
"__@search@
|
|
1799
|
+
"__@search@8748": {
|
|
1800
1800
|
"type": "object",
|
|
1801
1801
|
"additionalProperties": false
|
|
1802
1802
|
},
|
|
1803
|
-
"__@split@
|
|
1803
|
+
"__@split@8750": {
|
|
1804
1804
|
"type": "object",
|
|
1805
1805
|
"additionalProperties": false
|
|
1806
1806
|
},
|
|
1807
|
-
"__@matchAll@
|
|
1807
|
+
"__@matchAll@8752": {
|
|
1808
1808
|
"type": "object",
|
|
1809
1809
|
"additionalProperties": false
|
|
1810
1810
|
}
|
|
@@ -2447,23 +2447,23 @@
|
|
|
2447
2447
|
"dotAll": {
|
|
2448
2448
|
"type": "boolean"
|
|
2449
2449
|
},
|
|
2450
|
-
"__@match@
|
|
2450
|
+
"__@match@8743": {
|
|
2451
2451
|
"type": "object",
|
|
2452
2452
|
"additionalProperties": false
|
|
2453
2453
|
},
|
|
2454
|
-
"__@replace@
|
|
2454
|
+
"__@replace@8745": {
|
|
2455
2455
|
"type": "object",
|
|
2456
2456
|
"additionalProperties": false
|
|
2457
2457
|
},
|
|
2458
|
-
"__@search@
|
|
2458
|
+
"__@search@8748": {
|
|
2459
2459
|
"type": "object",
|
|
2460
2460
|
"additionalProperties": false
|
|
2461
2461
|
},
|
|
2462
|
-
"__@split@
|
|
2462
|
+
"__@split@8750": {
|
|
2463
2463
|
"type": "object",
|
|
2464
2464
|
"additionalProperties": false
|
|
2465
2465
|
},
|
|
2466
|
-
"__@matchAll@
|
|
2466
|
+
"__@matchAll@8752": {
|
|
2467
2467
|
"type": "object",
|
|
2468
2468
|
"additionalProperties": false
|
|
2469
2469
|
}
|