putout 33.13.0 → 33.13.1

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 (3) hide show
  1. package/ChangeLog +18 -0
  2. package/package.json +2 -2
  3. package/putout.json +0 -1
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2023.11.30, v33.13.1
2
+
3
+ fix:
4
+ - 9ca8632f4 putout: config: drop useless: tape/convert-mock-require-to-mock-import: already disabled
5
+ - 56ed4c7da @putout/plugin-filesystem: convert-filesystem-to-simple-filesystem: trailing slash
6
+
7
+ feature:
8
+ - 0411f1fbc @putout/plugin-putout: declare: get-rule: simplify
9
+ - 204f7f249 @putout/plugin-putout: declare: getFileType: add
10
+ - 7b5875357 @putout/operator-filesystem: getFileType: add
11
+ - 154a21204 @putout/engine-runner: Scanner: Simple Filesystem
12
+ - dfad2a2ae @putout/operator-filesystem: pause/start
13
+ - 27c932d6a @putout/operator-filesystem: putout -> babel
14
+ - b40e5e9fc @putout/plugin-filesystem: simple-filesystem: simplify
15
+ - 1f4bb7b18 putout: @putout/plugin-filesystem v2.0.0
16
+ - 6731eda00 @putout/plugin-filesystem: drop support of 🐊 < 33
17
+ - 5776b3819 @putout/plugin-filesystem: toSimple, fromSimple: add
18
+
1
19
  2023.11.28, v33.13.0
2
20
 
3
21
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "33.13.0",
3
+ "version": "33.13.1",
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",
@@ -107,7 +107,7 @@
107
107
  "@putout/plugin-eslint": "^6.0.0",
108
108
  "@putout/plugin-extract-object-properties": "^9.0.0",
109
109
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
110
- "@putout/plugin-filesystem": "^1.0.0",
110
+ "@putout/plugin-filesystem": "^2.0.0",
111
111
  "@putout/plugin-for-of": "^3.0.0",
112
112
  "@putout/plugin-github": "^10.0.0",
113
113
  "@putout/plugin-gitignore": "^4.0.0",
package/putout.json CHANGED
@@ -155,7 +155,6 @@
155
155
  "github": "off",
156
156
  "tape": "off",
157
157
  "strict-mode": "off",
158
- "tape/convert-mock-require-to-mock-import": "off",
159
158
  "browserlist": "off",
160
159
  "filesystem": "off"
161
160
  },