putout 35.9.1 → 35.9.2

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,11 @@
1
+ 2024.04.07, v35.9.2
2
+
3
+ fix:
4
+ - 7793e40ea putout: config: typescript: cjs, mjs -> cts, mts
5
+
6
+ feature:
7
+ - a0219dc13 @putout/plugin-nodejs: move out renameFiles
8
+
1
9
  2024.04.07, v35.9.1
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.9.1",
3
+ "version": "35.9.2",
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",
package/putout.json CHANGED
@@ -39,8 +39,8 @@
39
39
  "nodejs/rename-file-mjs-to-js": "on",
40
40
  "package-json/find-file": "on",
41
41
  "typescript/find-file": "on",
42
- "typescript/cjs-file": "on",
43
- "typescript/mjs-file": "on"
42
+ "typescript/cts-file": "on",
43
+ "typescript/mts-file": "on"
44
44
  },
45
45
  "*.md": {
46
46
  "conditions/apply-consistent-blocks": "off",