Comparing version 2.1.0 to 2.1.1
@@ -7,2 +7,9 @@ # History | ||
## v2.1.1 | ||
Security update with dependency changes | ||
- Updated all dependencies to their latest version | ||
- Updated CI settings (added node 15) | ||
## v2.1.0 | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "ts-dedent", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "TypeScript package which smartly trims and strips indentation from multi-line strings", | ||
@@ -46,10 +46,10 @@ "author": "Tamino Martinius <dev@zaku.eu>", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.14", | ||
"@typescript-eslint/eslint-plugin": "^4.2.0", | ||
"@typescript-eslint/parser": "^4.2.0", | ||
"codecov": "^3.7.2", | ||
"eslint": "^7.10.0", | ||
"jest": "^26.4.2", | ||
"ts-jest": "^26.4.0", | ||
"typescript": "~4.0.3" | ||
"@types/jest": "^26.0.22", | ||
"@typescript-eslint/eslint-plugin": "^4.20.0", | ||
"@typescript-eslint/parser": "^4.20.0", | ||
"codecov": "^3.8.1", | ||
"eslint": "^7.23.0", | ||
"jest": "^26.6.3", | ||
"ts-jest": "^26.5.4", | ||
"typescript": "~4.2.3" | ||
}, | ||
@@ -56,0 +56,0 @@ "jest": { |
@@ -102,6 +102,7 @@ # TypeScript Dedent | ||
- `2.1.1` **2021-03-31** Update dependencies | ||
- `2.1.0` **2021-03-24** Bugfixes | ||
- `2.0.0` **2020-09-28** Bugfixes | ||
- `1.2.0` **2020-09-28** Updated dependencies and a couple of minor improvments | ||
- `1.1.0` **2019-07-26** Updated dependencies and fixed links in readme | ||
- `1.2.0` **2020-09-28** Update dependencies and a couple of minor improvments | ||
- `1.1.0` **2019-07-26** Update dependencies and fixed links in readme | ||
- `1.0.0` **2018-06-14** Initial release |
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
20105
108