@tramvai/cli 3.11.0 → 3.12.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.
@@ -1402,7 +1402,7 @@
1402
1402
  "singleton": {
1403
1403
  "title": "if dependency is marked as singleton the dependency will be initialized only once and will not be updated",
1404
1404
  "description": "Do not overuse that feature as it may lead to subtle bugs in case of different versions on different sides",
1405
- "default": ": false",
1405
+ "default": false,
1406
1406
  "type": "boolean"
1407
1407
  }
1408
1408
  },
@@ -2072,7 +2072,7 @@
2072
2072
  "singleton": {
2073
2073
  "title": "if dependency is marked as singleton the dependency will be initialized only once and will not be updated",
2074
2074
  "description": "Do not overuse that feature as it may lead to subtle bugs in case of different versions on different sides",
2075
- "default": ": false",
2075
+ "default": false,
2076
2076
  "type": "boolean"
2077
2077
  }
2078
2078
  },
@@ -2742,7 +2742,7 @@
2742
2742
  "singleton": {
2743
2743
  "title": "if dependency is marked as singleton the dependency will be initialized only once and will not be updated",
2744
2744
  "description": "Do not overuse that feature as it may lead to subtle bugs in case of different versions on different sides",
2745
- "default": ": false",
2745
+ "default": false,
2746
2746
  "type": "boolean"
2747
2747
  }
2748
2748
  },
@@ -16,19 +16,23 @@ declare module '*.woff2' {
16
16
  }
17
17
  type ImageString = string;
18
18
  declare module '*.png' {
19
- export default ImageString;
19
+ const src: ImageString;
20
+ export default src;
20
21
  export const image: ImageObject;
21
22
  }
22
23
  declare module '*.jpg' {
23
- export default ImageString;
24
+ const src: ImageString;
25
+ export default src;
24
26
  export const image: ImageObject;
25
27
  }
26
28
  declare module '*.jpeg' {
27
- export default ImageString;
29
+ const src: ImageString;
30
+ export default src;
28
31
  export const image: ImageObject;
29
32
  }
30
33
  declare module '*.webp' {
31
- export default ImageString;
34
+ const src: ImageString;
35
+ export default src;
32
36
  export const image: ImageObject;
33
37
  }
34
38
  declare module '*.svg' {
@@ -1 +1 @@
1
- {"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../src/typings/application.ts"],"names":[],"mappings":"AAAA,UAAU,WAAW;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,OAAO,QAAQ,OAAO,CAAC;IACrB,UAAU,WAAW;QACnB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;KAC7B;IACD,MAAM,UAAU,EAAE,WAAW,CAAC;IAC9B,SAAS,UAAU,CAAC;CACrB;AAED,OAAO,QAAQ,SAAS,CAAC;IACvB,MAAM,IAAI,EAAE,MAAM,CAAC;IACnB,SAAS,IAAI,CAAC;CACf;AAED,KAAK,WAAW,GAAG,MAAM,CAAC;AAE1B,OAAO,QAAQ,OAAO,CAAC;IACrB,eAAe,WAAW,CAAC;IAC3B,MAAM,CAAC,MAAM,KAAK,EAAE,WAAW,CAAC;CACjC;AACD,OAAO,QAAQ,OAAO,CAAC;IACrB,eAAe,WAAW,CAAC;IAC3B,MAAM,CAAC,MAAM,KAAK,EAAE,WAAW,CAAC;CACjC;AACD,OAAO,QAAQ,QAAQ,CAAC;IACtB,eAAe,WAAW,CAAC;IAC3B,MAAM,CAAC,MAAM,KAAK,EAAE,WAAW,CAAC;CACjC;AACD,OAAO,QAAQ,QAAQ,CAAC;IACtB,eAAe,WAAW,CAAC;IAC3B,MAAM,CAAC,MAAM,KAAK,EAAE,WAAW,CAAC;CACjC;AAED,OAAO,QAAQ,OAAO,CAAC;IACrB,MAAM,KAAK,EAAE,WAAW,CAAC;IACzB,SAAS,KAAK,CAAC;CAChB;AACD,OAAO,QAAQ,aAAa,CAAC;IAC3B,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;IAErD,KAAK,YAAY,GAAG,aAAa,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;IAExD;;OAEG;IACH,MAAM,GAAG,EAAE,YAAY,CAAC;IAExB,SAAS,GAAG,CAAC;CACd"}
1
+ {"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../src/typings/application.ts"],"names":[],"mappings":"AAAA,UAAU,WAAW;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,OAAO,QAAQ,OAAO,CAAC;IACrB,UAAU,WAAW;QACnB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;KAC7B;IACD,MAAM,UAAU,EAAE,WAAW,CAAC;IAC9B,SAAS,UAAU,CAAC;CACrB;AAED,OAAO,QAAQ,SAAS,CAAC;IACvB,MAAM,IAAI,EAAE,MAAM,CAAC;IACnB,SAAS,IAAI,CAAC;CACf;AAED,KAAK,WAAW,GAAG,MAAM,CAAC;AAE1B,OAAO,QAAQ,OAAO,CAAC;IACrB,MAAM,GAAG,EAAE,WAAW,CAAC;IACvB,eAAe,GAAG,CAAC;IACnB,MAAM,CAAC,MAAM,KAAK,EAAE,WAAW,CAAC;CACjC;AACD,OAAO,QAAQ,OAAO,CAAC;IACrB,MAAM,GAAG,EAAE,WAAW,CAAC;IACvB,eAAe,GAAG,CAAC;IACnB,MAAM,CAAC,MAAM,KAAK,EAAE,WAAW,CAAC;CACjC;AACD,OAAO,QAAQ,QAAQ,CAAC;IACtB,MAAM,GAAG,EAAE,WAAW,CAAC;IACvB,eAAe,GAAG,CAAC;IACnB,MAAM,CAAC,MAAM,KAAK,EAAE,WAAW,CAAC;CACjC;AACD,OAAO,QAAQ,QAAQ,CAAC;IACtB,MAAM,GAAG,EAAE,WAAW,CAAC;IACvB,eAAe,GAAG,CAAC;IACnB,MAAM,CAAC,MAAM,KAAK,EAAE,WAAW,CAAC;CACjC;AAED,OAAO,QAAQ,OAAO,CAAC;IACrB,MAAM,KAAK,EAAE,WAAW,CAAC;IACzB,SAAS,KAAK,CAAC;CAChB;AACD,OAAO,QAAQ,aAAa,CAAC;IAC3B,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;IAErD,KAAK,YAAY,GAAG,aAAa,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;IAExD;;OAEG;IACH,MAAM,GAAG,EAAE,YAAY,CAAC;IAExB,SAAS,GAAG,CAAC;CACd"}
@@ -313,7 +313,7 @@ export interface CliConfigEntry extends ConfigEntry {
313
313
  /**
314
314
  * @title if dependency is marked as singleton the dependency will be initialized only once and will not be updated
315
315
  * @description Do not overuse that feature as it may lead to subtle bugs in case of different versions on different sides
316
- * @default: false
316
+ * @default false
317
317
  */
318
318
  singleton: boolean;
319
319
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/cli",
3
- "version": "3.11.0",
3
+ "version": "3.12.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": "2.0.2",
73
73
  "@tramvai/build": "4.0.1",
74
- "@tramvai/react": "3.11.0",
74
+ "@tramvai/react": "3.12.0",
75
75
  "@tramvai/tools-check-versions": "0.5.3",
76
76
  "@tramvai/tools-migrate": "0.7.3",
77
77
  "ajv": "^8.12.0",
package/schema.json CHANGED
@@ -1424,7 +1424,7 @@
1424
1424
  "singleton": {
1425
1425
  "title": "if dependency is marked as singleton the dependency will be initialized only once and will not be updated",
1426
1426
  "description": "Do not overuse that feature as it may lead to subtle bugs in case of different versions on different sides",
1427
- "default": ": false",
1427
+ "default": false,
1428
1428
  "type": "boolean"
1429
1429
  }
1430
1430
  },
@@ -2103,7 +2103,7 @@
2103
2103
  "singleton": {
2104
2104
  "title": "if dependency is marked as singleton the dependency will be initialized only once and will not be updated",
2105
2105
  "description": "Do not overuse that feature as it may lead to subtle bugs in case of different versions on different sides",
2106
- "default": ": false",
2106
+ "default": false,
2107
2107
  "type": "boolean"
2108
2108
  }
2109
2109
  },
@@ -2782,7 +2782,7 @@
2782
2782
  "singleton": {
2783
2783
  "title": "if dependency is marked as singleton the dependency will be initialized only once and will not be updated",
2784
2784
  "description": "Do not overuse that feature as it may lead to subtle bugs in case of different versions on different sides",
2785
- "default": ": false",
2785
+ "default": false,
2786
2786
  "type": "boolean"
2787
2787
  }
2788
2788
  },
@@ -1402,7 +1402,7 @@
1402
1402
  "singleton": {
1403
1403
  "title": "if dependency is marked as singleton the dependency will be initialized only once and will not be updated",
1404
1404
  "description": "Do not overuse that feature as it may lead to subtle bugs in case of different versions on different sides",
1405
- "default": ": false",
1405
+ "default": false,
1406
1406
  "type": "boolean"
1407
1407
  }
1408
1408
  },
@@ -2072,7 +2072,7 @@
2072
2072
  "singleton": {
2073
2073
  "title": "if dependency is marked as singleton the dependency will be initialized only once and will not be updated",
2074
2074
  "description": "Do not overuse that feature as it may lead to subtle bugs in case of different versions on different sides",
2075
- "default": ": false",
2075
+ "default": false,
2076
2076
  "type": "boolean"
2077
2077
  }
2078
2078
  },
@@ -2742,7 +2742,7 @@
2742
2742
  "singleton": {
2743
2743
  "title": "if dependency is marked as singleton the dependency will be initialized only once and will not be updated",
2744
2744
  "description": "Do not overuse that feature as it may lead to subtle bugs in case of different versions on different sides",
2745
- "default": ": false",
2745
+ "default": false,
2746
2746
  "type": "boolean"
2747
2747
  }
2748
2748
  },
@@ -20,19 +20,23 @@ declare module '*.woff2' {
20
20
  type ImageString = string;
21
21
 
22
22
  declare module '*.png' {
23
- export default ImageString;
23
+ const src: ImageString;
24
+ export default src;
24
25
  export const image: ImageObject;
25
26
  }
26
27
  declare module '*.jpg' {
27
- export default ImageString;
28
+ const src: ImageString;
29
+ export default src;
28
30
  export const image: ImageObject;
29
31
  }
30
32
  declare module '*.jpeg' {
31
- export default ImageString;
33
+ const src: ImageString;
34
+ export default src;
32
35
  export const image: ImageObject;
33
36
  }
34
37
  declare module '*.webp' {
35
- export default ImageString;
38
+ const src: ImageString;
39
+ export default src;
36
40
  export const image: ImageObject;
37
41
  }
38
42
 
@@ -331,7 +331,7 @@ export interface CliConfigEntry extends ConfigEntry {
331
331
  /**
332
332
  * @title if dependency is marked as singleton the dependency will be initialized only once and will not be updated
333
333
  * @description Do not overuse that feature as it may lead to subtle bugs in case of different versions on different sides
334
- * @default: false
334
+ * @default false
335
335
  */
336
336
  singleton: boolean;
337
337
  }