@so1ve/prettier-plugin-toml 0.120.2 → 0.120.4

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 +2 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9031,6 +9031,7 @@ class Lexer {
9031
9031
  }
9032
9032
  }
9033
9033
  errLength = offset - errorStartOffset;
9034
+ column = this.computeNewColumn(column, errLength);
9034
9035
  // at this point we either re-synced or reached the end of the input text
9035
9036
  msg = this.config.errorMessageProvider.buildUnexpectedCharactersMessage(orgText, errorStartOffset, errLength, errorLine, errorColumn);
9036
9037
  errors.push({
@@ -14122,9 +14123,7 @@ var api = /*#__PURE__*/Object.freeze({
14122
14123
 
14123
14124
  var require$$0 = /*@__PURE__*/getAugmentedNamespace(api);
14124
14125
 
14125
- const toml = require$$0;
14126
-
14127
- var src = toml;
14126
+ var src = require$$0;
14128
14127
 
14129
14128
  var index = /*@__PURE__*/getDefaultExportFromCjs(src);
14130
14129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/prettier-plugin-toml",
3
- "version": "0.120.2",
3
+ "version": "0.120.4",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve)",
5
5
  "contributors": [
6
6
  "Ray <i@mk1.io> (https://github.com/so1ve)"