Comparing version 3.0.0-beta.2 to 3.0.0-beta.3
{ | ||
"name": "ts-import", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.3", | ||
"description": "Import (compile and cache on the fly) TypeScript files dynamically with ease.", | ||
@@ -21,4 +21,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"options-defaults": "2.0.39", | ||
"typescript": "4.7.3" | ||
"options-defaults": "2.0.39" | ||
}, | ||
@@ -32,2 +31,5 @@ "devDependencies": { | ||
}, | ||
"peerDependencies": { | ||
"typescript": "4" | ||
}, | ||
"engines": { | ||
@@ -34,0 +36,0 @@ "node": ">=14.14.0" |
@@ -1,1 +0,1 @@ | ||
`npm i ts-import` | ||
`npm i ts-import typescript` (typescript@4 is required as peerDependency, so keep it in your project under "dependencies" and not "devDependencies") |
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
41170
+ Addedtypescript@4.9.5(transitive)
- Removedtypescript@4.7.3
- Removedtypescript@4.7.3(transitive)