flatlint 4.3.1 → 4.3.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 (3) hide show
  1. package/ChangeLog +5 -0
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2026.01.27, v4.3.2
2
+
3
+ fix:
4
+ - 4ee56d0 flatlint: examples
5
+
1
6
  2026.01.27, v4.3.1
2
7
 
3
8
  feature:
package/README.md CHANGED
@@ -375,7 +375,7 @@ const a = class {
375
375
 
376
376
  ```diff
377
377
  -import * as plugin, {CUT} from './plugin.js';
378
- +import as plugin from './plugin.js';
378
+ +import * as plugin from './plugin.js';
379
379
  +const {CUT} = plugin;
380
380
  ```
381
381
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flatlint",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "JavaScript tokens-based linter",
5
5
  "main": "lib/flatlint.js",
6
6
  "type": "module",