putout 37.1.0 → 37.1.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 +6 -0
  2. package/package.json +2 -1
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2024.12.15, v37.1.1
2
+
3
+ feature:
4
+ - 0f248a3b7 putout: keywords: putout-script
5
+ - 98e289097 @putout/cli-cache: add support of incompatible cache file
6
+
1
7
  2024.12.13, v37.1.0
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.1.0",
3
+ "version": "37.1.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",
@@ -219,6 +219,7 @@
219
219
  "keywords": [
220
220
  "ast",
221
221
  "transform",
222
+ "putout-script",
222
223
  "codemod",
223
224
  "eslint",
224
225
  "babel",