prettier 3.8.0 → 3.8.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/THIRD-PARTY-NOTICES.md +3 -3
- package/index.cjs +1 -1
- package/index.mjs +1 -1
- package/internal/experimental-cli.mjs +1 -1
- package/package.json +1 -1
- package/plugins/angular.js +4 -4
- package/plugins/angular.mjs +4 -4
- package/plugins/estree.d.ts +6 -1
- package/plugins/estree.js +1 -1
- package/plugins/estree.mjs +1 -1
- package/plugins/glimmer.d.ts +5 -1
- package/plugins/graphql.d.ts +5 -1
- package/plugins/html.d.ts +5 -1
- package/plugins/html.js +18 -17
- package/plugins/html.mjs +18 -17
- package/plugins/markdown.d.ts +5 -1
- package/plugins/postcss.d.ts +5 -1
- package/plugins/yaml.d.ts +5 -1
- package/standalone.js +1 -1
- package/standalone.mjs +1 -1
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
The published Prettier artifact additionally contains code with the following licenses:
|
|
4
4
|
MIT, ISC, BSD-3-Clause, BSD-2-Clause, and Apache-2.0.
|
|
5
5
|
|
|
6
|
-
## @angular/compiler@v21.
|
|
6
|
+
## @angular/compiler@v21.2.8
|
|
7
7
|
|
|
8
8
|
> Angular - the compiler library
|
|
9
9
|
|
|
@@ -616,7 +616,7 @@ Repository: <https://github.com/acornjs/acorn-jsx>
|
|
|
616
616
|
|
|
617
617
|
----------------------------------------
|
|
618
618
|
|
|
619
|
-
## angular-estree-parser@v15.3
|
|
619
|
+
## angular-estree-parser@v15.4.3
|
|
620
620
|
|
|
621
621
|
> A parser that converts Angular source code into an ESTree-compatible form
|
|
622
622
|
|
|
@@ -648,7 +648,7 @@ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
|
648
648
|
|
|
649
649
|
----------------------------------------
|
|
650
650
|
|
|
651
|
-
## angular-html-parser@v10.
|
|
651
|
+
## angular-html-parser@v10.5.0
|
|
652
652
|
|
|
653
653
|
> A HTML parser extracted from Angular with some modifications
|
|
654
654
|
|
package/index.cjs
CHANGED
package/index.mjs
CHANGED
|
@@ -18461,7 +18461,7 @@ var get_file_info_default = getFileInfo;
|
|
|
18461
18461
|
import * as doc from "./doc.mjs";
|
|
18462
18462
|
|
|
18463
18463
|
// src/main/version.evaluate.js
|
|
18464
|
-
var version_evaluate_default = "3.8.
|
|
18464
|
+
var version_evaluate_default = "3.8.2";
|
|
18465
18465
|
|
|
18466
18466
|
// src/utilities/public.js
|
|
18467
18467
|
var public_exports = {};
|