putout 33.0.0 → 33.1.0

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 +28 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,31 @@
1
+ 2023.11.12, v33.1.0
2
+
3
+ fix:
4
+ - 885441dce featur: @putout/plugin-nodejs: add-node-preuse module
5
+ - f191e04f3 @putout/processor-filesystem: merge: a couple sources in list
6
+ - 7bea61cd5 @putout/plugin-filesystem: findFile
7
+
8
+ feature:
9
+ - bb557e59e putout: @putout/cli-choose-formatter v2.0.0
10
+ - c58ad0323 @putout/cli-choose-formatter: drop support of 🐊 < 33
11
+ - 2f1b58124 @putout/cli-choose-formatter: keep options
12
+ - 561d3745e @putout/plugin-nextjs: create-app-directory: add
13
+ - 8bb263dc2 @putout/plugin-putout: declare: createDirectory, getParentDirectory
14
+ - a2699b836 @putout/operator-filesystem: getParentDirectory: add
15
+ - 79802be86 @putout/cli-filesystem: createDirectory: add
16
+ - e2cf800c9 @putout/operator-filesystem: createDirectory: add
17
+ - c7241c036 @putout/operator-filesystem: moveFile: improve
18
+ - 80f20ab2e @putout/plugin-nextjs: drop support of 🐊 < 33
19
+ - 8b4d71b3e @putout/plugin-nextjs: move-404-to-not-found: add
20
+ - d88cd8dd3 @putout/plugin-putout: declare: operator: moveFile
21
+ - 4fa2201fc @putout/operator-filesystem: moveFile: add
22
+ - a07f64a6c @putout/processor-filesystem: merge: filter "__putout_processor_filesystem" first
23
+ - 40f296267 @putout/plugin-filesystem: remove-vim-swap-file: add
24
+ - 3b27bd74d @putout/operator-filesystem: findFile: add support of glob
25
+ - ddc15035d @putout/cli-filesystem: removeFile
26
+ - 8db4748ea @putout/plugin-putout: declare: removeFile
27
+ - c35802c66 @putout/operator-filesystem: removeFile: add
28
+
1
29
  2023.11.09, v33.0.0
2
30
 
3
31
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "33.0.0",
3
+ "version": "33.1.0",
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",
@@ -46,7 +46,7 @@
46
46
  "dependencies": {
47
47
  "@putout/babel": "^1.0.0",
48
48
  "@putout/cli-cache": "^2.0.1",
49
- "@putout/cli-choose-formatter": "^1.0.0",
49
+ "@putout/cli-choose-formatter": "^2.0.0",
50
50
  "@putout/cli-keypress": "^2.0.0",
51
51
  "@putout/cli-match": "^2.0.0",
52
52
  "@putout/cli-ruler": "^3.0.0",