putout 38.5.0 → 38.5.1

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 +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2025.03.03, v38.5.1
2
+
3
+ feature:
4
+ - 9cb17c1a1 putout: @putout/plugin-regexp v10.0.0
5
+ - 785310630 @putout/plugin-regexp: drop support of 🐊 < 38
6
+ - 4d9d69748 @putout/plugin-regexp: apply-ends-with: exclude escape
7
+
1
8
  2025.03.02, v38.5.0
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.5.0",
3
+ "version": "38.5.1",
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",
@@ -143,7 +143,7 @@
143
143
  "@putout/plugin-promises": "^16.0.0",
144
144
  "@putout/plugin-putout": "^23.0.0",
145
145
  "@putout/plugin-putout-config": "^8.0.0",
146
- "@putout/plugin-regexp": "^9.0.0",
146
+ "@putout/plugin-regexp": "^10.0.0",
147
147
  "@putout/plugin-remove-console": "^6.0.0",
148
148
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
149
149
  "@putout/plugin-remove-debugger": "^7.0.0",