prettier 3.7.1 → 3.7.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.
- package/index.cjs +1 -1
- package/index.mjs +1 -1
- package/internal/experimental-cli.mjs +1 -1
- package/package.json +1 -1
- package/plugins/estree.js +23 -23
- package/plugins/estree.mjs +23 -23
- package/plugins/html.js +1 -1
- package/plugins/html.mjs +1 -1
- package/plugins/markdown.js +50 -50
- package/plugins/markdown.mjs +50 -50
- package/plugins/postcss.js +1 -1
- package/plugins/postcss.mjs +1 -1
- package/standalone.js +1 -1
- package/standalone.mjs +1 -1
package/index.cjs
CHANGED
package/index.mjs
CHANGED
|
@@ -18471,7 +18471,7 @@ var object_omit_default = omit;
|
|
|
18471
18471
|
import * as doc from "./doc.mjs";
|
|
18472
18472
|
|
|
18473
18473
|
// src/main/version.evaluate.js
|
|
18474
|
-
var version_evaluate_default = "3.7.
|
|
18474
|
+
var version_evaluate_default = "3.7.2";
|
|
18475
18475
|
|
|
18476
18476
|
// src/utils/public.js
|
|
18477
18477
|
var public_exports = {};
|