flatlint 4.0.6 → 4.0.7

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 +5 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2026.01.01, v4.0.7
2
+
3
+ feature:
4
+ - 9cb90c6 flatlint: @putout/operator-keyword v4.0.0
5
+
1
6
  2026.01.01, v4.0.6
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flatlint",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "JavaScript tokens-based linter",
5
5
  "main": "lib/flatlint.js",
6
6
  "type": "module",
@@ -78,7 +78,7 @@
78
78
  "license": "MIT",
79
79
  "dependencies": {
80
80
  "@putout/engine-loader": "^17.0.4",
81
- "@putout/operator-keyword": "^3.0.0",
81
+ "@putout/operator-keyword": "^4.0.0",
82
82
  "js-tokens": "^10.0.0",
83
83
  "obug": "^2.1.1"
84
84
  },