prettier 3.5.2 → 3.6.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prettier",
3
- "version": "3.5.2",
3
+ "version": "3.6.0",
4
4
  "description": "Prettier is an opinionated code formatter",
5
5
  "bin": "./bin/prettier.cjs",
6
6
  "repository": "prettier/prettier",
@@ -150,7 +150,9 @@
150
150
  "index.d.ts",
151
151
  "index.d.ts",
152
152
  "index.mjs",
153
- "internal/cli.mjs",
153
+ "internal/experimental-cli-worker.mjs",
154
+ "internal/experimental-cli.mjs",
155
+ "internal/legacy-cli.mjs",
154
156
  "package.json",
155
157
  "plugins/acorn.d.ts",
156
158
  "plugins/acorn.js",