@anolilab/prettier-config 10.0.0 → 10.0.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## @anolilab/prettier-config [10.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@10.0.0...@anolilab/prettier-config@10.0.1) (2026-05-04)
2
+
1
3
  ## @anolilab/prettier-config [10.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@9.1.1...@anolilab/prettier-config@10.0.0) (2026-04-07)
2
4
 
3
5
  ### ⚠ BREAKING CHANGES
package/dist/index.d.cts CHANGED
@@ -1,5 +1,3 @@
1
1
  import { Config } from 'prettier';
2
-
3
2
  declare const config: Config;
4
-
5
3
  export = config;
package/dist/index.d.mts CHANGED
@@ -1,5 +1,3 @@
1
1
  import { Config } from 'prettier';
2
-
3
2
  declare const config: Config;
4
-
5
3
  export { config as default };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
1
  import { Config } from 'prettier';
2
-
3
2
  declare const config: Config;
4
-
5
3
  export = config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/prettier-config",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "Prettier shareable config for Anolilab.",
5
5
  "keywords": [
6
6
  "css",
@@ -66,7 +66,7 @@
66
66
  "LICENSE.md"
67
67
  ],
68
68
  "peerDependencies": {
69
- "prettier": "3.8.1"
69
+ "prettier": "3.8.3"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=22.12.0 <=25.*"