@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 +2 -0
- package/dist/index.d.cts +0 -2
- package/dist/index.d.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +2 -2
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
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/prettier-config",
|
|
3
|
-
"version": "10.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.
|
|
69
|
+
"prettier": "3.8.3"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=22.12.0 <=25.*"
|