@so1ve/prettier-plugin-toml 3.9.0 → 3.9.1

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.
Files changed (2) hide show
  1. package/dist/index.js +11 -9
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -80,8 +80,7 @@ var require_dist = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@taplo
80
80
  });
81
81
  };
82
82
  }
83
- var Y = Object.freeze({ __proto__: null });
84
- g.Lsp = Y, g.convertEnv = E, g.prepareEnv = C;
83
+ g.Lsp = Object.freeze({ __proto__: null }), g.convertEnv = E, g.prepareEnv = C;
85
84
  });
86
85
  })(X, X.exports);
87
86
  var V = X.exports;
@@ -292,8 +291,8 @@ ${I.stack}` : C;
292
291
  try {
293
292
  const E = h.__wbindgen_add_to_stack_pointer(-16);
294
293
  h.taplowasmlsp_send(E, this.__wbg_ptr, Q(A));
295
- var g = o()[E / 4 + 0], C = o()[E / 4 + 1];
296
- if (C) throw R(g);
294
+ var g = o()[E / 4 + 0];
295
+ if (o()[E / 4 + 1]) throw R(g);
297
296
  } finally {
298
297
  h.__wbindgen_add_to_stack_pointer(16);
299
298
  }
@@ -358,8 +357,7 @@ ${I.stack}` : C;
358
357
  h.__wbindgen_free(C, E, 1);
359
358
  }
360
359
  }, I.wbg.__wbg_new_abda76e883ba8a5f = function() {
361
- const A = /* @__PURE__ */ new Error();
362
- return Q(A);
360
+ return Q(/* @__PURE__ */ new Error());
363
361
  }, I.wbg.__wbg_stack_658279fe44541cf6 = function(A, g) {
364
362
  const C = B(g).stack, E = j(C, h.__wbindgen_malloc, h.__wbindgen_realloc), S = N;
365
363
  o()[A / 4 + 1] = S, o()[A / 4 + 0] = E;
@@ -482,8 +480,7 @@ ${I.stack}` : C;
482
480
  const g = B(A).toISOString();
483
481
  return Q(g);
484
482
  }, I.wbg.__wbg_new_87d841e70661f6e9 = function() {
485
- const A = /* @__PURE__ */ new Object();
486
- return Q(A);
483
+ return Q(/* @__PURE__ */ new Object());
487
484
  }, I.wbg.__wbg_iterator_364187e1ee96b750 = function() {
488
485
  return Q(Symbol.iterator);
489
486
  }, I.wbg.__wbg_new_1d93771b84541aa5 = function(A, g) {
@@ -918,6 +915,11 @@ const TomlPlugin = {
918
915
  printers: { [PLUGIN_NAME]: { print: ({ node }) => node } },
919
916
  options: prettierOptionsDefinitions
920
917
  };
918
+ var lib_default = TomlPlugin;
919
+
920
+ //#endregion
921
+ //#region src/index.ts
922
+ var src_default = lib_default;
921
923
 
922
924
  //#endregion
923
- module.exports = TomlPlugin;
925
+ module.exports = src_default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/prettier-plugin-toml",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve)",
5
5
  "contributors": [
6
6
  "Ray <i@mk1.io> (https://github.com/so1ve)"
@@ -33,7 +33,7 @@
33
33
  "prettier-plugin-toml": "^2.0.6"
34
34
  },
35
35
  "peerDependencies": {
36
- "prettier": "^3"
36
+ "prettier": "^3.6.2"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsdown",