putout 35.36.1 → 35.36.2

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
+ 2024.07.01, v35.36.2
2
+
3
+ feature:
4
+ - ee7386ff2 putout: picomatch v4.0.2
5
+ - 419d1cea6 @putout/engine-processor: picomatch v4.0.2
6
+ - 7e4f47aa7 @putout/processor-typescript: ts-morph v23.0.0
7
+
1
8
  2024.06.26, v35.36.1
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.36.1",
3
+ "version": "35.36.2",
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",
@@ -204,7 +204,7 @@
204
204
  "is-relative": "^1.0.0",
205
205
  "nano-memoize": "^3.0.11",
206
206
  "once": "^1.4.0",
207
- "picomatch": "^4.0.1",
207
+ "picomatch": "^4.0.2",
208
208
  "samadhi": "^2.10.0",
209
209
  "try-catch": "^3.0.0",
210
210
  "try-to-catch": "^3.0.0",