putout 35.35.3 → 35.35.4

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 +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2024.06.19, v35.35.4
2
+
3
+ feature:
4
+ - f445af289 putout: @putout/plugin-regexp v9.0.0
5
+ - b2ebf86b5 @putout/plugin-regexp: drop support of 🐊 < 35
6
+ - 3509f479e @putout/plugin-regexp: remove-useless-group: exclude Disjunction
7
+ - 7e2a26cb5 @putout/plugin-minify: types: exclude object property
8
+ - b3881ccec @putout/plugin-remove-useless-spread: object: inside call
9
+ - 9324b4916 @putout/operate: get-literal-raw: no raw, no extra
10
+
1
11
  2024.06.19, v35.35.3
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.35.3",
3
+ "version": "35.35.4",
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",
@@ -139,7 +139,7 @@
139
139
  "@putout/plugin-promises": "^15.0.0",
140
140
  "@putout/plugin-putout": "^20.0.0",
141
141
  "@putout/plugin-putout-config": "^5.0.0",
142
- "@putout/plugin-regexp": "^8.0.0",
142
+ "@putout/plugin-regexp": "^9.0.0",
143
143
  "@putout/plugin-remove-console": "^6.0.0",
144
144
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
145
145
  "@putout/plugin-remove-debugger": "^7.0.0",