@betterer/logger
Advanced tools
Comparing version 5.1.5 to 5.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.2.0](https://github.com/phenomnomnominal/betterer/compare/v5.1.8...v5.2.0) (2022-04-11) | ||
### Reverts | ||
* Revert "chore(release 🔖): publish 5.1.8" ([98a44eb](https://github.com/phenomnomnominal/betterer/commit/98a44ebf5cbf47cd2717e093c1da3714b26afb0b)) | ||
## [5.1.5](https://github.com/phenomnomnominal/betterer/compare/v5.1.4...v5.1.5) (2021-12-06) | ||
@@ -8,0 +19,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
const code_frame_1 = require("@babel/code-frame"); | ||
const lines_and_columns_1 = (0, tslib_1.__importDefault)(require("lines-and-columns")); | ||
const lines_and_columns_1 = require("lines-and-columns"); | ||
const path = (0, tslib_1.__importStar)(require("path")); | ||
@@ -22,3 +22,3 @@ const IS_JS_REGEXP = /.t|jsx?$/; | ||
}; | ||
const lc = new lines_and_columns_1.default(fileText); | ||
const lc = new lines_and_columns_1.LinesAndColumns(fileText); | ||
const startLocation = codeInfo; | ||
@@ -25,0 +25,0 @@ const startIndex = lc.indexForLocation(startLocation) || 0; |
{ | ||
"name": "@betterer/logger", | ||
"description": "logger for @betterer/betterer", | ||
"version": "5.1.5", | ||
"version": "5.2.0", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
"jest-diff": "^27.0.6", | ||
"lines-and-columns": "^1.1.6", | ||
"lines-and-columns": "^2.0.3", | ||
"react": ">=16.8.4 || >=17.0.0", | ||
@@ -42,3 +42,3 @@ "react-dom": ">=16.8.4 || >=17.0.0", | ||
}, | ||
"gitHead": "35631cb51b0214c3223511aa2a93947766b9363e" | ||
"gitHead": "d15fc800cb4c58b988aa3cb7f2e0221153af1bec" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28032
+ Addedlines-and-columns@2.0.4(transitive)
- Removedlines-and-columns@1.2.4(transitive)
Updatedlines-and-columns@^2.0.3