putout 36.6.2 → 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 +8 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
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
|
+
|
|
1
9
|
2024.09.26, v36.6.2
|
|
2
10
|
|
|
3
11
|
fix:
|
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",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|
|
34
|
-
"url": "git://github.com/coderaiser/putout.git"
|
|
34
|
+
"url": "git+https://github.com/coderaiser/putout.git"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"wisdom": "madrun wisdom",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"@putout/plugin-new": "^3.0.1",
|
|
135
135
|
"@putout/plugin-nodejs": "^11.0.0",
|
|
136
136
|
"@putout/plugin-npmignore": "^5.0.0",
|
|
137
|
-
"@putout/plugin-package-json": "^
|
|
137
|
+
"@putout/plugin-package-json": "^8.0.0",
|
|
138
138
|
"@putout/plugin-promises": "^15.0.0",
|
|
139
139
|
"@putout/plugin-putout": "^21.0.0",
|
|
140
140
|
"@putout/plugin-putout-config": "^6.0.0",
|