expect-type
Advanced tools
Comparing version 0.7.4 to 0.7.5
@@ -6,2 +6,11 @@ # Change Log | ||
## [0.7.5](https://github.com/mmkal/ts/compare/expect-type@0.7.4...expect-type@0.7.5) (2020-06-29) | ||
**Note:** Version bump only for package expect-type | ||
## [0.7.4](https://github.com/mmkal/ts/compare/expect-type@0.7.3...expect-type@0.7.4) (2020-05-14) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "expect-type", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"repository": "https://github.com/mmkal/ts", | ||
"homepage": "https://github.com/mmkal/ts/tree/master/packages/expect-type#readme", | ||
"homepage": "https://github.com/mmkal/ts/tree/main/packages/expect-type#readme", | ||
"license": "Apache-2.0", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "1ac4c284a360ae8fe0f86dd87b64851869b1de37" | ||
"gitHead": "23f25aaaafbe85418042d57964251f4d6ba91fb6" | ||
} |
@@ -7,3 +7,3 @@ # expect-type | ||
[![Node CI](https://github.com/mmkal/ts/workflows/Node%20CI/badge.svg)](https://github.com/mmkal/ts/actions?query=workflow%3A%22Node+CI%22) | ||
[![codecov](https://codecov.io/gh/mmkal/ts/branch/master/graph/badge.svg)](https://codecov.io/gh/mmkal/ts/tree/master/packages/expect-type) | ||
[![codecov](https://codecov.io/gh/mmkal/ts/branch/main/graph/badge.svg)](https://codecov.io/gh/mmkal/ts/tree/main/packages/expect-type) | ||
[![npm version](https://badge.fury.io/js/expect-type.svg)](https://npmjs.com/package/expect-type) | ||
@@ -295,2 +295,2 @@ <!-- codegen:end --> | ||
- built into existing tooling. No extra build step, cli tool, IDE extension, or lint plugin is needed. Just import the function and start writing tests. Failures will be at compile time - they'll appear in your IDE and when you run `tsc`. | ||
- simple implementation with no dependencies. ~100 lines of code - [take a look!](https://github.com/mmkal/ts/tree/1ac4c28/packages/expect-type/src/index.ts) | ||
- simple implementation with no dependencies. ~100 lines of code - [take a look!](https://github.com/mmkal/ts/tree/23f25aa/packages/expect-type/src/index.ts) |
Sorry, the diff of this file is too big to display
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
269122
4153