putout 36.6.2 → 36.8.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.
Files changed (2) hide show
  1. package/ChangeLog +21 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,24 @@
1
+ 2024.09.27, v36.8.0
2
+
3
+ feature:
4
+ - 2242decc7 putout: @putout/plugin-nodejs v12.0.0
5
+ - 425cef48a @putout/plugin-nodejs: drop support of 🐊 < 36
6
+ - dc160ba2d @putout/plugin-putout: add-path-arg-to-fix: body
7
+ - a24b23725 @putout/plugin-nodejs: remove-illigal-strict-mode: add (putoutjs/minify#28)
8
+ - dd34149f4 putout: @putout/plugin-convert-arguments-to-rest v3.0.0
9
+ - e3f4f6908 @putout/operate: getProperty: ObjectPattern support
10
+ - 6b454ed4f @putout/plugin-package-json: apply-https-to-repository-url: improve check
11
+ - 9bc776976 @putout/plugin-convert-arguments-to-rest: drop support of 🐊 < 36
12
+ - 48beb1a07 @putout/plugin-convert-arguments-to-rest: improve support of internal functions (putoutjs/minify#28)
13
+
14
+ 2024.09.26, v36.7.0
15
+
16
+ feature:
17
+ - 5d9d805b7 putout: @putout/plugin-package-json v8.0.0
18
+ - 22b90580f @putout/plugin-package-json: drop support of 🐊 < 36
19
+ - 3c80fdddd @putout/operate: getProperty: check that path is ObjectExpression
20
+ - a27d72de2 @putout/plugin-package-json: appy-https-to-repository-url
21
+
1
22
  2024.09.26, v36.6.2
2
23
 
3
24
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.6.2",
3
+ "version": "36.8.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",
@@ -95,7 +95,7 @@
95
95
  "@putout/plugin-browserlist": "^2.0.0",
96
96
  "@putout/plugin-conditions": "^5.0.0",
97
97
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
98
- "@putout/plugin-convert-arguments-to-rest": "^2.0.0",
98
+ "@putout/plugin-convert-arguments-to-rest": "^3.0.0",
99
99
  "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
100
100
  "@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
101
101
  "@putout/plugin-convert-assignment-to-comparison": "^2.0.0",
@@ -132,9 +132,9 @@
132
132
  "@putout/plugin-merge-duplicate-imports": "^11.0.0",
133
133
  "@putout/plugin-montag": "^2.0.0",
134
134
  "@putout/plugin-new": "^3.0.1",
135
- "@putout/plugin-nodejs": "^11.0.0",
135
+ "@putout/plugin-nodejs": "^12.0.0",
136
136
  "@putout/plugin-npmignore": "^5.0.0",
137
- "@putout/plugin-package-json": "^7.0.0",
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",