Comparing version 0.5.3 to 0.5.4
export { tsdLite as default } from "./tsdLite"; | ||
export { expectAssignable, expectDeprecated, expectError, expectNotAssignable, expectNotDeprecated, expectNotType, expectType, } from "./assertions"; | ||
export type { TsdResult } from "./types"; |
@@ -5,27 +5,9 @@ # Changelog | ||
## [0.5.2](https://github.com/mrazauskas/tsd-lite/compare/v0.5.1...v0.5.2) - 2022-02-09 | ||
## [0.4.1](https://github.com/mrazauskas/tsd-lite/compare/v0.4.0...v0.4.1) (2022-01-17) | ||
### Bug Fixes | ||
- | ||
## [0.5.1](https://github.com/mrazauskas/tsd-lite/compare/v0.5.0...v0.5.1) - 2022-02-05 | ||
### Bug Fixes | ||
- | ||
## [0.5.0](https://github.com/mrazauskas/tsd-lite/compare/v0.4.1...v0.5.0) - 2022-02-04 | ||
### Bug Fixes | ||
- | ||
## [0.4.1](https://github.com/mrazauskas/tsd-lite/compare/v0.4.0...v0.4.1) - 2022-01-17 | ||
### Bug Fixes | ||
- resolve compiler options correctly if `tsconfig.json` is not found. | ||
## [0.4.0](https://github.com/mrazauskas/tsd-lite/compare/v0.3.0...v0.4.0) - 2022-01-17 | ||
## [0.4.0](https://github.com/mrazauskas/tsd-lite/compare/v0.3.0...v0.4.0) (2022-01-17) | ||
@@ -41,3 +23,3 @@ ### ⚠ BREAKING CHANGES | ||
## [0.3.0](https://github.com/mrazauskas/tsd-lite/compare/v0.2.0...v0.3.0) - 2022-01-14 | ||
## [0.3.0](https://github.com/mrazauskas/tsd-lite/compare/v0.2.0...v0.3.0) (2022-01-14) | ||
@@ -49,3 +31,3 @@ ### ⚠ BREAKING CHANGES | ||
## [0.2.0](https://github.com/mrazauskas/tsd-lite/compare/v0.1.0...v0.2.0) - 2022-01-12 | ||
## [0.2.0](https://github.com/mrazauskas/tsd-lite/compare/v0.1.0...v0.2.0) (2022-01-12) | ||
@@ -68,2 +50,2 @@ ### ⚠ BREAKING CHANGES | ||
## 0.1.0 - 2022-01-04 | ||
## 0.1.0 (2022-01-04) |
{ | ||
"name": "tsd-lite", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Test your TypeScript types easily", | ||
@@ -37,11 +37,11 @@ "license": "MIT", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@jest/globals": "^27.4.4", | ||
"@jest/globals": "^28.0.0", | ||
"@tsd/typescript": "^4.5.4", | ||
"@typescript-eslint/eslint-plugin": "^5.8.1", | ||
"@typescript-eslint/parser": "^5.8.1", | ||
"babel-jest": "^27.4.5", | ||
"babel-jest": "^28.0.0", | ||
"cspell": "^5.14.0", | ||
"eslint": "^8.6.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"jest": "^27.4.5", | ||
"jest": "^28.0.0", | ||
"prettier": "^2.5.1", | ||
@@ -53,3 +53,3 @@ "typescript": "^4.5.4" | ||
}, | ||
"packageManager": "yarn@3.1.1" | ||
"packageManager": "yarn@3.2.1" | ||
} |
501
30210