putout 36.0.4 → 36.0.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 +7 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2024.08.17, v36.0.5
2
+
3
+ feature:
4
+ - b00a865b9 putout: @putout/plugin-tape v15.0.0
5
+ - df77d4cc6 @putout/plugin-tape: drop support of 🐊 < 36
6
+ - b8d7d75e8 @putout/plugin-tape: add-node-prefix-to-mock-require
7
+
1
8
  2024.08.16, v36.0.4
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.0.4",
3
+ "version": "36.0.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",
@@ -180,7 +180,7 @@
180
180
  "@putout/plugin-split-assignment-expressions": "^1.0.0",
181
181
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
182
182
  "@putout/plugin-split-variable-declarations": "^3.0.0",
183
- "@putout/plugin-tape": "^14.0.0",
183
+ "@putout/plugin-tape": "^15.0.0",
184
184
  "@putout/plugin-try-catch": "^3.0.0",
185
185
  "@putout/plugin-types": "^4.0.0",
186
186
  "@putout/plugin-typescript": "^7.0.0",