prettier 3.9.3 → 3.9.4
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/html.js +8 -8
- package/plugins/html.mjs +8 -8
- package/standalone.js +1 -1
- package/standalone.mjs +1 -1
package/index.cjs
CHANGED
package/index.mjs
CHANGED
|
@@ -18741,7 +18741,7 @@ var get_file_info_default = getFileInfo;
|
|
|
18741
18741
|
import * as doc from "./doc.mjs";
|
|
18742
18742
|
|
|
18743
18743
|
// src/main/version.evaluate.js
|
|
18744
|
-
var version_evaluate_default = "3.9.
|
|
18744
|
+
var version_evaluate_default = "3.9.4";
|
|
18745
18745
|
|
|
18746
18746
|
// src/utilities/public.js
|
|
18747
18747
|
var public_exports = {};
|