prettier 3.5.2 → 3.5.3
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/package.json +1 -1
- package/plugins/estree.js +25 -25
- package/plugins/estree.mjs +25 -25
- package/standalone.js +1 -1
- package/standalone.mjs +1 -1
package/index.cjs
CHANGED
package/index.mjs
CHANGED
|
@@ -21924,7 +21924,7 @@ var object_omit_default = omit;
|
|
|
21924
21924
|
import * as doc from "./doc.mjs";
|
|
21925
21925
|
|
|
21926
21926
|
// src/main/version.evaluate.cjs
|
|
21927
|
-
var version_evaluate_default = "3.5.
|
|
21927
|
+
var version_evaluate_default = "3.5.3";
|
|
21928
21928
|
|
|
21929
21929
|
// src/utils/public.js
|
|
21930
21930
|
var public_exports = {};
|