putout 42.12.0 → 42.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.
- package/ChangeLog +13 -0
- package/package.json +2 -1
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2026.08.17, v42.13.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 854478831 @putout/plugin-sql: exports: postgres
|
|
5
|
+
- e22704d15 postgresql -> postgres
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- 1f7e11787 @putout/plugin-remove-useless-computed: add
|
|
9
|
+
- 31e9f6238 @putout/plugin-printer: apply-string-to-property-key: add
|
|
10
|
+
- 7b97a506e @putout/plugin-sql: convert-serial-to-identity
|
|
11
|
+
- 64fb5cf58 @putout/plugin-sql: postgres: add
|
|
12
|
+
- c6290e188 @putout/plugin-sql: convert-postgres-to-sql: add
|
|
13
|
+
|
|
1
14
|
2026.08.16, v42.12.0
|
|
2
15
|
|
|
3
16
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.
|
|
3
|
+
"version": "42.13.0",
|
|
4
4
|
"type": "module",
|
|
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",
|
|
@@ -160,6 +160,7 @@
|
|
|
160
160
|
"@putout/plugin-remove-useless-array-constructor": "^3.0.0",
|
|
161
161
|
"@putout/plugin-remove-useless-array-entries": "^2.0.0",
|
|
162
162
|
"@putout/plugin-remove-useless-assign": "^2.0.0",
|
|
163
|
+
"@putout/plugin-remove-useless-computed": "^1.0.0",
|
|
163
164
|
"@putout/plugin-remove-useless-constructor": "^3.0.0",
|
|
164
165
|
"@putout/plugin-remove-useless-continue": "^3.0.0",
|
|
165
166
|
"@putout/plugin-remove-useless-delete": "^3.0.0",
|
package/putout.json
CHANGED
|
@@ -230,6 +230,7 @@
|
|
|
230
230
|
"maybe",
|
|
231
231
|
"webpack",
|
|
232
232
|
"eslint",
|
|
233
|
+
"variables",
|
|
233
234
|
"optional-chaining",
|
|
234
235
|
"package-json",
|
|
235
236
|
"remove-debugger",
|
|
@@ -239,8 +240,8 @@
|
|
|
239
240
|
"remove-unused-private-fields",
|
|
240
241
|
"remove-unused-expressions",
|
|
241
242
|
"remove-useless-assign",
|
|
243
|
+
"remove-useless-computed",
|
|
242
244
|
"remove-useless-replace",
|
|
243
|
-
"variables",
|
|
244
245
|
"remove-useless-push",
|
|
245
246
|
"remove-useless-map",
|
|
246
247
|
"remove-useless-constructor",
|