putout 36.6.1 → 36.7.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 +16 -0
- package/package.json +3 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2024.09.26, v36.7.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 5d9d805b7 putout: @putout/plugin-package-json v8.0.0
|
|
5
|
+
- 22b90580f @putout/plugin-package-json: drop support of 🐊 < 36
|
|
6
|
+
- 3c80fdddd @putout/operate: getProperty: check that path is ObjectExpression
|
|
7
|
+
- a27d72de2 @putout/plugin-package-json: appy-https-to-repository-url
|
|
8
|
+
|
|
9
|
+
2024.09.26, v36.6.2
|
|
10
|
+
|
|
11
|
+
fix:
|
|
12
|
+
- 6c0207700 putout: rm unused exports
|
|
13
|
+
|
|
14
|
+
feature:
|
|
15
|
+
- 559fcd1ed @putout/plugin-remove-useless-variables: declaration: re-assign (coderaiser/minify#128)
|
|
16
|
+
|
|
1
17
|
2024.09.25, v36.6.1
|
|
2
18
|
|
|
3
19
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.
|
|
3
|
+
"version": "36.7.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",
|
|
@@ -12,13 +12,11 @@
|
|
|
12
12
|
"import": "./lib/putout.mjs"
|
|
13
13
|
},
|
|
14
14
|
"./parse-options": "./lib/parse-options/index.js",
|
|
15
|
-
"./parse-error": "./lib/cli/parse-error.js",
|
|
16
15
|
"./process-file": "./lib/cli/process-file.js",
|
|
17
16
|
"./exit-codes": "./lib/cli/exit-codes.mjs",
|
|
18
17
|
"./exit-codes/cjs": "./lib/cli/exit-codes.js",
|
|
19
18
|
"./cli": "./lib/cli/index.js",
|
|
20
19
|
"./cli/get-options": "./lib/cli/get-options.js",
|
|
21
|
-
"./loader": "./lib/loader.mjs",
|
|
22
20
|
"./package.json": "./package.json",
|
|
23
21
|
"./putout.json": "./putout.json",
|
|
24
22
|
"./lint/json": "./lib/lint/json.mjs",
|
|
@@ -33,7 +31,7 @@
|
|
|
33
31
|
},
|
|
34
32
|
"repository": {
|
|
35
33
|
"type": "git",
|
|
36
|
-
"url": "git://github.com/coderaiser/putout.git"
|
|
34
|
+
"url": "git+https://github.com/coderaiser/putout.git"
|
|
37
35
|
},
|
|
38
36
|
"scripts": {
|
|
39
37
|
"wisdom": "madrun wisdom",
|
|
@@ -136,7 +134,7 @@
|
|
|
136
134
|
"@putout/plugin-new": "^3.0.1",
|
|
137
135
|
"@putout/plugin-nodejs": "^11.0.0",
|
|
138
136
|
"@putout/plugin-npmignore": "^5.0.0",
|
|
139
|
-
"@putout/plugin-package-json": "^
|
|
137
|
+
"@putout/plugin-package-json": "^8.0.0",
|
|
140
138
|
"@putout/plugin-promises": "^15.0.0",
|
|
141
139
|
"@putout/plugin-putout": "^21.0.0",
|
|
142
140
|
"@putout/plugin-putout-config": "^6.0.0",
|