putout 31.2.3 → 31.2.4

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 +6 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2023.08.22, v31.2.4
2
+
3
+ feature:
4
+ - 13590f22b package: @putout/plugin-types v3.0.0
5
+ - 3954b47cc @putout/plugin-types: drop support of 🐊 < 31
6
+
1
7
  2023.08.22, v31.2.3
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "31.2.3",
3
+ "version": "31.2.4",
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, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -159,7 +159,7 @@
159
159
  "@putout/plugin-strict-mode": "^7.0.0",
160
160
  "@putout/plugin-tape": "^11.0.0",
161
161
  "@putout/plugin-try-catch": "^3.0.0",
162
- "@putout/plugin-types": "^2.0.0",
162
+ "@putout/plugin-types": "^3.0.0",
163
163
  "@putout/plugin-typescript": "^5.0.0",
164
164
  "@putout/plugin-webpack": "^3.0.0",
165
165
  "@putout/processor-css": "^7.0.0",