@so1ve/prettier-plugin-toml 3.4.0 → 3.5.0
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/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -785,7 +785,7 @@ ${I.stack}` : C;
|
|
|
785
785
|
} });
|
|
786
786
|
|
|
787
787
|
//#endregion
|
|
788
|
-
//#region ../../node_modules/.pnpm/prettier-plugin-toml@2.0.5_prettier@3.0
|
|
788
|
+
//#region ../../node_modules/.pnpm/prettier-plugin-toml@2.0.5_prettier@3.6.0/node_modules/prettier-plugin-toml/lib/languages.js
|
|
789
789
|
const languages = [{
|
|
790
790
|
"name": "TOML",
|
|
791
791
|
"aceMode": "toml",
|
|
@@ -809,7 +809,7 @@ const languages = [{
|
|
|
809
809
|
}];
|
|
810
810
|
|
|
811
811
|
//#endregion
|
|
812
|
-
//#region ../../node_modules/.pnpm/prettier-plugin-toml@2.0.5_prettier@3.0
|
|
812
|
+
//#region ../../node_modules/.pnpm/prettier-plugin-toml@2.0.5_prettier@3.6.0/node_modules/prettier-plugin-toml/lib/options.js
|
|
813
813
|
const prettierOptionsDefinitions = {
|
|
814
814
|
alignEntries: {
|
|
815
815
|
name: "alignEntries",
|
|
@@ -891,7 +891,7 @@ const prettierOptionsDefinitions = {
|
|
|
891
891
|
};
|
|
892
892
|
|
|
893
893
|
//#endregion
|
|
894
|
-
//#region ../../node_modules/.pnpm/prettier-plugin-toml@2.0.5_prettier@3.0
|
|
894
|
+
//#region ../../node_modules/.pnpm/prettier-plugin-toml@2.0.5_prettier@3.6.0/node_modules/prettier-plugin-toml/lib/index.js
|
|
895
895
|
var import_dist = __toESM(require_dist(), 1);
|
|
896
896
|
const PLUGIN_NAME = "toml";
|
|
897
897
|
let taploIns;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/prettier-plugin-toml",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"Ray <i@mk1.io> (https://github.com/so1ve)"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"prettier-plugin-toml": "^2.0.5"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"prettier": "^3.
|
|
34
|
+
"prettier": "^3.6.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "tsdown",
|