putout 29.0.2 → 29.0.3

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 +7 -0
  2. package/package.json +3 -4
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2023.03.08, v29.0.3
2
+
3
+ feature:
4
+ - 61ffcfb57 (package) @putout/plugin-package-json v5.0.0
5
+ - 54f52f4cf @putout/plugin-package-json: drop support of 🐊 < 29
6
+ - f6dbfeac3 @putout/plugin-package-json: remove-commit-type: add
7
+
1
8
  2023.03.07, v29.0.2
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.0.2",
3
+ "version": "29.0.3",
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",
7
7
  "homepage": "http://github.com/coderaiser/putout#readme",
8
8
  "main": "./lib/putout.js",
9
- "commitType": "colon",
10
9
  "exports": {
11
10
  ".": {
12
11
  "require": "./lib/putout.js",
@@ -78,7 +77,6 @@
78
77
  "@putout/plugin-apply-flat-map": "^2.0.0",
79
78
  "@putout/plugin-apply-if-condition": "^1.0.0",
80
79
  "@putout/plugin-apply-is-array": "^3.0.0",
81
- "@putout/plugin-maybe": "^1.0.0",
82
80
  "@putout/plugin-apply-optional-chaining": "^2.0.0",
83
81
  "@putout/plugin-apply-template-literals": "^1.0.0",
84
82
  "@putout/plugin-browserlist": "^1.0.0",
@@ -116,6 +114,7 @@
116
114
  "@putout/plugin-logical-expressions": "^1.0.0",
117
115
  "@putout/plugin-madrun": "^14.0.0",
118
116
  "@putout/plugin-math": "^1.0.0",
117
+ "@putout/plugin-maybe": "^1.0.0",
119
118
  "@putout/plugin-merge-destructuring-properties": "^7.0.0",
120
119
  "@putout/plugin-merge-duplicate-imports": "^8.0.0",
121
120
  "@putout/plugin-merge-if-statements": "^3.0.0",
@@ -123,7 +122,7 @@
123
122
  "@putout/plugin-new": "^1.0.0",
124
123
  "@putout/plugin-nodejs": "^5.0.0",
125
124
  "@putout/plugin-npmignore": "^2.0.0",
126
- "@putout/plugin-package-json": "^4.0.0",
125
+ "@putout/plugin-package-json": "^5.0.0",
127
126
  "@putout/plugin-promises": "^9.0.0",
128
127
  "@putout/plugin-putout": "^12.0.0",
129
128
  "@putout/plugin-putout-config": "^2.0.0",