@taiga-ui/eslint-plugin-experience-next 0.556.0 → 0.557.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/index.esm.js +1 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -58356,6 +58356,7 @@ const DEFAULT_EXCEPTIONS = [
|
|
|
58356
58356
|
{ from: 'TuiTextfieldOptionsDirective', to: 'TuiTextfield' },
|
|
58357
58357
|
{ from: 'TuiPreviewDialogDirective', to: 'TuiPreview' },
|
|
58358
58358
|
{ from: 'TuiAccountComponent', to: 'TuiAccountComponent' },
|
|
58359
|
+
{ from: 'TuiMonthComponent', to: 'TuiMonthComponent' },
|
|
58359
58360
|
{ from: 'TuiIslandDirective', to: 'TuiIsland' },
|
|
58360
58361
|
{ from: 'TuiTableBarsHostComponent', to: 'TuiTableBarsHost' },
|
|
58361
58362
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/eslint-plugin-experience-next",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.557.0",
|
|
4
4
|
"description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
|
|
5
5
|
"homepage": "https://github.com/taiga-family/toolkit#readme",
|
|
6
6
|
"bugs": {
|