putout 33.6.0 → 33.6.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.
Files changed (2) hide show
  1. package/ChangeLog +19 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,22 @@
1
+ 2023.11.16, v33.6.2
2
+
3
+ fix:
4
+ - eae45513d @putout/operator-filesystem: writeFileContent: base64
5
+
6
+ feature:
7
+ - 70959a20b putout: @putout/plugin-eslint v6.0.0
8
+ - 9841829ab @putout/plugin-eslint: drop support of 🐊 < 33
9
+ - 6b06a327e @putout/operate: setLiteralValue: empty double quotes in raw
10
+ - 7a5dfa11b @putout/operator-filesystem: use base64 inside readFileContent/writeFileContent
11
+ - ad1a02449 @putotu/operator-filesystem: writeFileContent: field exists
12
+
13
+ 2023.11.15, v33.6.1
14
+
15
+ feature:
16
+ - efeb16707 putout: @putout/plugin-package-json v6.0.0
17
+ - 0830df2ef @putout/plugin-package-json: drop support of 🐊 < 33
18
+ - a5822f182 @putout/plugin-putout: apply-short-processors: add
19
+
1
20
  2023.11.15, v33.6.0
2
21
 
3
22
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "33.6.0",
3
+ "version": "33.6.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",
@@ -101,7 +101,7 @@
101
101
  "@putout/plugin-declare": "^2.0.0",
102
102
  "@putout/plugin-declare-before-reference": "^3.0.0",
103
103
  "@putout/plugin-declare-imports-first": "^2.0.0",
104
- "@putout/plugin-eslint": "^5.0.0",
104
+ "@putout/plugin-eslint": "^6.0.0",
105
105
  "@putout/plugin-extract-object-properties": "^9.0.0",
106
106
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
107
107
  "@putout/plugin-filesystem": "^1.0.0",
@@ -119,7 +119,7 @@
119
119
  "@putout/plugin-new": "^3.0.1",
120
120
  "@putout/plugin-nodejs": "^9.0.0",
121
121
  "@putout/plugin-npmignore": "^3.0.0",
122
- "@putout/plugin-package-json": "^5.0.0",
122
+ "@putout/plugin-package-json": "^6.0.0",
123
123
  "@putout/plugin-promises": "^13.0.0",
124
124
  "@putout/plugin-putout": "^16.0.0",
125
125
  "@putout/plugin-putout-config": "^4.0.0",