putout 41.4.3 → 41.4.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 +11 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2026.01.03, v41.4.4
2
+
3
+ fix:
4
+ - 0b70abd2b @putout/plugin-nodejs: convert-commonjs-to-esm: exports: ExportDefaultSpecifier -> ExportNamespaceSpecifier: stage 1 (https://github.com/tc39/proposal-export-default-from)
5
+ - 240fcc192 @putout/engine-loader: rules -> transforms
6
+
7
+ feature:
8
+ - 20baf7495 putout: @putout/operator-ignore v5.0.0
9
+ - bd3ec01ea @putout/operator-ignore: migrate to ESM
10
+ - 34510b1fe @putout/engine-loader: get rid of nano-memoize
11
+
1
12
  2026.01.03, v41.4.3
2
13
 
3
14
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.4.3",
3
+ "version": "41.4.4",
4
4
  "type": "module",
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",
@@ -81,7 +81,7 @@
81
81
  "@putout/operator-add-args": "^13.0.0",
82
82
  "@putout/operator-declare": "^15.0.0",
83
83
  "@putout/operator-filesystem": "^10.0.0",
84
- "@putout/operator-ignore": "^4.0.0",
84
+ "@putout/operator-ignore": "^5.0.0",
85
85
  "@putout/operator-json": "^2.0.0",
86
86
  "@putout/operator-jsx": "^2.0.0",
87
87
  "@putout/operator-keyword": "^4.0.0",