@so1ve/prettier-plugin-toml 3.20.1 → 3.21.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.d.ts +2 -0
- package/dist/index.js +1 -2
- package/package.json +2 -5
package/dist/index.d.ts
ADDED
package/dist/index.js
CHANGED
|
@@ -28,7 +28,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
}) : target, mod));
|
|
29
29
|
|
|
30
30
|
//#endregion
|
|
31
|
-
|
|
32
31
|
//#region ../../node_modules/.pnpm/@taplo+lib@0.5.0/node_modules/@taplo/lib/dist/index.js
|
|
33
32
|
var require_dist = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@taplo+lib@0.5.0/node_modules/@taplo/lib/dist/index.js": ((exports, module) => {
|
|
34
33
|
(function(Z, U) {
|
|
@@ -899,4 +898,4 @@ var lib_default = TomlPlugin;
|
|
|
899
898
|
var src_default = lib_default;
|
|
900
899
|
|
|
901
900
|
//#endregion
|
|
902
|
-
|
|
901
|
+
export { src_default as default };
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/prettier-plugin-toml",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.21.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)"
|
|
7
7
|
],
|
|
8
|
+
"type": "module",
|
|
8
9
|
"description": "CJS version of prettier-plugin-toml.",
|
|
9
10
|
"keywords": [
|
|
10
11
|
"prettier",
|
|
@@ -34,9 +35,5 @@
|
|
|
34
35
|
},
|
|
35
36
|
"peerDependencies": {
|
|
36
37
|
"prettier": "^3.6.2"
|
|
37
|
-
},
|
|
38
|
-
"scripts": {
|
|
39
|
-
"build": "tsdown",
|
|
40
|
-
"watch": "tsdown --watch"
|
|
41
38
|
}
|
|
42
39
|
}
|