prettier 3.2.1 → 3.2.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/package.json +1 -1
- package/plugins/estree.js +24 -24
- package/plugins/estree.mjs +24 -24
- package/standalone.js +1 -1
- package/standalone.mjs +1 -1
package/index.cjs
CHANGED
package/index.mjs
CHANGED
|
@@ -23962,7 +23962,7 @@ var object_omit_default = omit;
|
|
|
23962
23962
|
import * as doc from "./doc.mjs";
|
|
23963
23963
|
|
|
23964
23964
|
// src/main/version.evaluate.cjs
|
|
23965
|
-
var version_evaluate_default = "3.2.
|
|
23965
|
+
var version_evaluate_default = "3.2.2";
|
|
23966
23966
|
|
|
23967
23967
|
// src/utils/public.js
|
|
23968
23968
|
var public_exports = {};
|