putout 41.0.2 → 41.0.3

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 -3
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2025.12.10, v41.0.3
2
+
3
+ fix:
4
+ - a7c71c3d3 @putout/plugin-nodejs: npmignore: add scripts
5
+
6
+ feature:
7
+ - 635f8a2c0 putout: @putout/plugin-nodejs v18.0.0
8
+ - 7427bed8f @putout/plugin-nodejs: drop support of 🐊 < 41
9
+
1
10
  2025.12.07, v41.0.2
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.0.2",
3
+ "version": "41.0.3",
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",
@@ -129,7 +129,7 @@
129
129
  "@putout/plugin-merge-duplicate-functions": "^4.0.0",
130
130
  "@putout/plugin-montag": "^4.0.0",
131
131
  "@putout/plugin-new": "^4.0.0",
132
- "@putout/plugin-nodejs": "^17.0.0",
132
+ "@putout/plugin-nodejs": "^18.0.0",
133
133
  "@putout/plugin-npmignore": "^5.0.0",
134
134
  "@putout/plugin-optional-chaining": "^2.0.0",
135
135
  "@putout/plugin-package-json": "^9.0.0",
@@ -224,7 +224,6 @@
224
224
  "mock-require": "^3.0.2",
225
225
  "montag": "^1.2.1",
226
226
  "nodemon": "^3.0.1",
227
- "strip-ansi": "^7.0.0",
228
227
  "supertape": "^11.0.3"
229
228
  },
230
229
  "license": "MIT",