putout 23.3.0 → 23.4.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 +10 -0
  2. package/package.json +3 -2
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2021.12.29, v23.4.0
2
+
3
+ feature:
4
+ - (package) @putout/plugin-package-json v2.0.0
5
+ - (@putout/package-json) drop support of putout < 23
6
+ - (@putout/plugin-putout) declare: add findProperties
7
+ - (@putout/plugin-package-json) add add-type
8
+ - (@putout/operate) add findProperties
9
+
10
+
1
11
  2021.12.26, v23.3.0
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "23.3.0",
3
+ "version": "23.4.0",
4
+ "type": "commonjs",
4
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
6
  "description": "🐊 Pluggable and configurable code transformer with built-in eslint and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
6
7
  "homepage": "http://github.com/coderaiser/putout#readme",
@@ -115,7 +116,7 @@
115
116
  "@putout/plugin-merge-if-statements": "^3.0.0",
116
117
  "@putout/plugin-nodejs": "^1.0.0",
117
118
  "@putout/plugin-npmignore": "^2.0.0",
118
- "@putout/plugin-package-json": "^1.0.0",
119
+ "@putout/plugin-package-json": "^2.0.0",
119
120
  "@putout/plugin-promises": "^6.0.0",
120
121
  "@putout/plugin-putout": "^8.0.0",
121
122
  "@putout/plugin-putout-config": "^2.0.0",