putout 40.0.6 → 40.0.7

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.
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2025.04.17, v40.0.7
2
+
3
+ feature:
4
+ - a30b87a25 putout: @putout/operator-filesystem v8.0.0
5
+ - 40dee9474 @putout/plugin-putout: includer: ESM support
6
+ - d04aa9077 @putout/operator-filesystem: drop support of 🐊 < 40
7
+ - 6a6f09a13 @putout/operator-filesystem: encodeURIComponent -> escape
8
+ - 2fe66e096 @putout/plugin-esm: apply-namespace-to-import: add
9
+
1
10
  2025.04.16, v40.0.6
2
11
 
3
12
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.0.6",
3
+ "version": "40.0.7",
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",
@@ -79,7 +79,7 @@
79
79
  "@putout/operate": "^13.0.0",
80
80
  "@putout/operator-add-args": "^11.0.1",
81
81
  "@putout/operator-declare": "^12.0.0",
82
- "@putout/operator-filesystem": "^7.0.0",
82
+ "@putout/operator-filesystem": "^8.0.0",
83
83
  "@putout/operator-ignore": "^2.0.0",
84
84
  "@putout/operator-json": "^2.0.0",
85
85
  "@putout/operator-keyword": "^2.0.0",
package/putout.json CHANGED
@@ -45,7 +45,8 @@
45
45
  "typescript/rename-file-cts-to-ts": "on",
46
46
  "typescript/rename-file-mts-to-ts": "on",
47
47
  "putout-config/remove-empty-file": "on",
48
- "esm/resolve-imported-file": "on"
48
+ "esm/resolve-imported-file": "on",
49
+ "esm/apply-namespace-import-to-file": "on"
49
50
  },
50
51
  "*.md": {
51
52
  "apply-arrow": "off",