putout 25.12.0 → 25.13.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.
Files changed (2) hide show
  1. package/ChangeLog +10 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2022.04.01, v25.13.0
2
+
3
+ feature:
4
+ - (package) @putout/plugin-typescript v2.0.0
5
+ - (@putout/plugin-typescript) drop support of 🐊 < 16
6
+ - (@putout/plugin-typescript) remove-duplicates-from-union: avoid duplicates reporting
7
+ - (@putout/plugin-extract-object-properties) not-equal-deep: link to listStore() results -> call linkStore() when neaded
8
+ - (@putout/engine-runner) store: listStore: use Set() inside to prevent duplicates and return array
9
+
10
+
1
11
  2022.03.31, v25.12.0
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.12.0",
3
+ "version": "25.13.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in eslint and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
@@ -165,7 +165,7 @@
165
165
  "@putout/plugin-strict-mode": "^3.0.0",
166
166
  "@putout/plugin-tape": "^9.0.0",
167
167
  "@putout/plugin-try-catch": "^1.0.0",
168
- "@putout/plugin-typescript": "^1.0.0",
168
+ "@putout/plugin-typescript": "^2.0.0",
169
169
  "@putout/plugin-webpack": "^1.0.0",
170
170
  "@putout/processor-css": "^4.0.0",
171
171
  "@putout/processor-ignore": "^2.0.0",