typescript-is
Advanced tools
Comparing version 0.7.5 to 0.7.6
{ | ||
"name": "typescript-is", | ||
"version": "0.7.5", | ||
"version": "0.7.6", | ||
"engines": { | ||
@@ -13,3 +13,3 @@ "node": ">=6.14.4" | ||
], | ||
"description": "", | ||
"description": "Banff parking updater and API.", | ||
"main": "index.js", | ||
@@ -37,4 +37,3 @@ "files": [ | ||
"peerDependencies": { | ||
"reflect-metadata": "^0.1.12", | ||
"tsutils": ">=2", | ||
"reflect-metadata": ">=0.1.12", | ||
"typescript": ">=2" | ||
@@ -56,4 +55,5 @@ }, | ||
"dependencies": { | ||
"nested-error-stacks": "^2.1.0" | ||
"nested-error-stacks": "^2.1.0", | ||
"tsutils": "^2" | ||
} | ||
} |
@@ -224,2 +224,3 @@ # typescript-is | ||
Give the reason why the assertion failed to the user as part of the error. | ||
* Optimize the generated conditions. Things like `false || "key" === "key"` can be simplified. Might be more interesting to publish a different library that can transform a TypeScript AST, and then use it here, or use an existing one. Might be out of scope, as there are plenty of minifiers/uglifiers/manglers out there already. | ||
@@ -226,0 +227,0 @@ # 🔨 Building and testing |
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
86303
239
+ Addedtsutils@^2
+ Addedreflect-metadata@0.2.2(transitive)
+ Addedtsutils@2.29.0(transitive)
- Removedreflect-metadata@0.1.14(transitive)
- Removedtsutils@3.21.0(transitive)