putout 33.13.3 → 33.13.4
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 +25 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
2023.12.07, v33.13.4
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 24080a56c @putout/plugin-strict-mode: add-missing: await
|
|
5
|
+
- e481fa3d3 @putout/operator-filesystem: writeFileContent: content
|
|
6
|
+
- 2186a8e32 @putout/plugin-filesystem: bundle-css: minify -> t
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 2d2545386 putout: @putout/plugin-strict-mode v10.0.0
|
|
10
|
+
- 4aa6a89f8 @putout/plugin-strict-mode: drop support of 🐊 < 33
|
|
11
|
+
- 75bb838a1 @putout/plugin-strict-mode: add-missing: improve support of CommonJS
|
|
12
|
+
- 6de5d62ba @putout/plugin-filesystem: bundle-css: concreate-files: add
|
|
13
|
+
- 92b5d048d @putout/plugin-filesystem: bundle-css: add
|
|
14
|
+
- 46e2ad15d @putout/test: transformWithOptions: UPDATE
|
|
15
|
+
- 48eead652 @putout/plugin-putout: declare: operator-filesystem: createFile
|
|
16
|
+
- ee78d2dd7 @putout/plugin-minify: mangle-names: undeclared (putoutjs/minify#6)
|
|
17
|
+
- 392cd022d @putout/plugin-minify: mange-names: speed up
|
|
18
|
+
- 01f597f6e @putout/plugin-minify: mangle-names: simplify
|
|
19
|
+
- 8a4c54910 @putout/plugin-minify: mangle-names: couple args overlap (putoutjs/minify#6)
|
|
20
|
+
- 3e3fdf42c @putout/plugin-tape: apply-stub-operator: called with no args
|
|
21
|
+
- 0dc5b75ee @putout/plugin-conditions: add-return: add
|
|
22
|
+
- 61a7a3501 @putout/plugin-minify: drop support of 🐊 < 33
|
|
23
|
+
- bdfbeb9cb @putout/plugin-minify: mangle-names: closure (putoutjs/minify#6)
|
|
24
|
+
- 134b67a77 @putout/plugin-conditions: apply-consistent-blocks: add comments support
|
|
25
|
+
|
|
1
26
|
2023.11.30, v33.13.3
|
|
2
27
|
|
|
3
28
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "33.13.
|
|
3
|
+
"version": "33.13.4",
|
|
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",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"@putout/plugin-simplify-ternary": "^6.0.0",
|
|
163
163
|
"@putout/plugin-split-nested-destructuring": "^3.0.0",
|
|
164
164
|
"@putout/plugin-split-variable-declarations": "^3.0.0",
|
|
165
|
-
"@putout/plugin-strict-mode": "^
|
|
165
|
+
"@putout/plugin-strict-mode": "^10.0.0",
|
|
166
166
|
"@putout/plugin-tape": "^12.0.0",
|
|
167
167
|
"@putout/plugin-try-catch": "^3.0.0",
|
|
168
168
|
"@putout/plugin-types": "^3.0.0",
|