ts-pattern
Advanced tools
Comparing version 5.4.0 to 5.5.0
{ | ||
"name": "ts-pattern", | ||
"version": "5.4.0", | ||
"version": "5.5.0", | ||
"description": " The exhaustive Pattern Matching library for TypeScript.", | ||
@@ -20,2 +20,11 @@ "type": "module", | ||
}, | ||
"./types": { | ||
"require": { | ||
"types": "./dist/types/index.d.cts" | ||
}, | ||
"import": { | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -22,0 +31,0 @@ }, |
@@ -106,3 +106,3 @@ <h1 align="center">TS-Pattern</h1> | ||
## Want to learn how to build awesome, strongly-typed libraries? | ||
## Want to get better at TypeScript? | ||
@@ -109,0 +109,0 @@ Check out 👉 [Type-Level TypeScript](https://type-level-typescript.com/), my online course teaching how to take full advantage of the most advanced features of TypeScript. You will learn everything there is to know to build awesome libraries with great developer experiences and become a real TypeScript expert in the process! |
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
417085
45
1484