@taiga-ui/legacy 4.26.0-canary.5dcdb9b → 4.26.1-canary.05a7b85

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/legacy",
3
- "version": "4.26.0-canary.5dcdb9b",
3
+ "version": "4.26.1-canary.05a7b85",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -297,17 +297,17 @@
297
297
  "esm": "./esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs",
298
298
  "default": "./fesm2022/taiga-ui-legacy-pipes-format-phone.mjs"
299
299
  },
300
- "./pipes/iso-to-country-code": {
301
- "types": "./pipes/iso-to-country-code/index.d.ts",
302
- "esm2022": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
303
- "esm": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
304
- "default": "./fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs"
305
- },
306
300
  "./pipes/to-country-code": {
307
301
  "types": "./pipes/to-country-code/index.d.ts",
308
302
  "esm2022": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
309
303
  "esm": "./esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs",
310
304
  "default": "./fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs"
305
+ },
306
+ "./pipes/iso-to-country-code": {
307
+ "types": "./pipes/iso-to-country-code/index.d.ts",
308
+ "esm2022": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
309
+ "esm": "./esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs",
310
+ "default": "./fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs"
311
311
  }
312
312
  },
313
313
  "peerDependencies": {
@@ -2,7 +2,7 @@ import type { TuiStringHandler } from '@taiga-ui/cdk/types';
2
2
  /**
3
3
  * @deprecated: drop in v5.0
4
4
  */
5
- export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.26.0-canary.5dcdb9b";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.26.1-canary.05a7b85";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */