prettier 4.0.0-alpha.6 → 4.0.0-alpha.7
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 +2 -2
- package/plugins/estree.js +26 -25
- package/plugins/estree.mjs +26 -25
- package/plugins/html.js +1 -1
- package/plugins/html.mjs +1 -1
- package/standalone.js +1 -1
- package/standalone.mjs +1 -1
package/index.cjs
CHANGED
|
@@ -585,7 +585,7 @@ var init_public = __esm({
|
|
|
585
585
|
// src/main/version.evaluate.cjs
|
|
586
586
|
var require_version_evaluate = __commonJS({
|
|
587
587
|
"src/main/version.evaluate.cjs"(exports2, module2) {
|
|
588
|
-
module2.exports = "4.0.0-alpha.
|
|
588
|
+
module2.exports = "4.0.0-alpha.7";
|
|
589
589
|
}
|
|
590
590
|
});
|
|
591
591
|
|
package/index.mjs
CHANGED
|
@@ -24497,7 +24497,7 @@ function isNextLineEmpty2(text, startIndex) {
|
|
|
24497
24497
|
import * as doc from "./doc.mjs";
|
|
24498
24498
|
|
|
24499
24499
|
// src/main/version.evaluate.cjs
|
|
24500
|
-
var version_evaluate_default = "4.0.0-alpha.
|
|
24500
|
+
var version_evaluate_default = "4.0.0-alpha.7";
|
|
24501
24501
|
|
|
24502
24502
|
// src/index.js
|
|
24503
24503
|
function withPlugins(fn, optionsArgumentIndex = 1) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prettier",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.7",
|
|
4
4
|
"description": "Prettier is an opinionated code formatter",
|
|
5
5
|
"bin": "./bin/prettier.cjs",
|
|
6
6
|
"repository": "prettier/prettier",
|
|
@@ -196,6 +196,6 @@
|
|
|
196
196
|
],
|
|
197
197
|
"preferUnplugged": true,
|
|
198
198
|
"dependencies": {
|
|
199
|
-
"@prettier/cli": "^0.2.
|
|
199
|
+
"@prettier/cli": "^0.2.2"
|
|
200
200
|
}
|
|
201
201
|
}
|