putout 33.12.0 → 33.13.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 +24 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,27 @@
1
+ 2023.11.28, v33.13.0
2
+
3
+ fix:
4
+ - da125278b @putout/operator-filesystem: parse-simple-filesystem: trailing shash
5
+ - 8cbedc657 @putout/operator-filesystem: moveFile: same
6
+ - 585bb59b3 @putout/operator-filesystem: createFile: join
7
+ - e87464158 @putout/operator-filesystem: createFile: join
8
+
9
+ feature:
10
+ - 676a2687e putout: @putout/plugin-putout v17.0.0
11
+ - 68fae6973 @putout/plugin-putout: declare: getRule: change signature
12
+ - 4a910e608 @putout/plugin-putout: convert-get-rule-to-require: add off
13
+ - b79b2bf8b @putout/plugin-filesystem: convert-filesystem-to-simple-filesystem
14
+ - 86e1d810d @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem
15
+ - 9fcd8f295 @putout/plugin-putout: convert-traverse-to-scan: add
16
+ - 8f34dc802 @putout/test: add support of Scanner
17
+ - 0c8bf2340 @putout/engine-loader: Scanner
18
+ - 2fa621c7d @putout/engine-runner: Scanner
19
+ - b361e7483 @putout/operator-filesystem: createFile: improve
20
+ - 9e0da1f5f @putout/operator-file-system: getFile -> findFile
21
+ - 8d18ffc52 @putout/operator-filesystem: createFile: add
22
+ - e0e96aae5 @putout/operator-filesystem: simplify testing drastically
23
+ - e5e08eea5 @putout/operator-filesystem: parseSimpleFilesystem
24
+
1
25
  2023.11.24, v33.12.0
2
26
 
3
27
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "33.12.0",
3
+ "version": "33.13.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",
@@ -124,7 +124,7 @@
124
124
  "@putout/plugin-npmignore": "^3.0.0",
125
125
  "@putout/plugin-package-json": "^6.0.0",
126
126
  "@putout/plugin-promises": "^13.0.0",
127
- "@putout/plugin-putout": "^16.0.0",
127
+ "@putout/plugin-putout": "^17.0.0",
128
128
  "@putout/plugin-putout-config": "^4.0.0",
129
129
  "@putout/plugin-regexp": "^8.0.0",
130
130
  "@putout/plugin-remove-console": "^6.0.0",