putout 35.7.4 → 35.7.5

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 +9 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2024.03.16, v35.7.5
2
+
3
+ feature:
4
+ - c7ce13419 putout: @putout/plugin-tape v14.0.0
5
+ - 5df37530b @putout/plugin-tape: drop support of 🐊 < 35
6
+ - 75d801c03 @putout/plugin-tape: convert-equals-to-equal: add
7
+ - 4d562936d @putout/processor-yaml: indent
8
+ - b8b38bf18 @putout/test: processor: UPDATE: create/remove output fixture file
9
+
1
10
  2024.03.15, v35.7.4
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.7.4",
3
+ "version": "35.7.5",
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",
@@ -170,7 +170,7 @@
170
170
  "@putout/plugin-sort-imports-by-specifiers": "^1.0.0",
171
171
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
172
172
  "@putout/plugin-split-variable-declarations": "^3.0.0",
173
- "@putout/plugin-tape": "^13.0.0",
173
+ "@putout/plugin-tape": "^14.0.0",
174
174
  "@putout/plugin-try-catch": "^3.0.0",
175
175
  "@putout/plugin-types": "^3.0.0",
176
176
  "@putout/plugin-typescript": "^6.0.0",