Comparing version 2.0.24 to 2.0.25
{ | ||
"name": "ts-import", | ||
"version": "2.0.24", | ||
"version": "2.0.25", | ||
"description": "Import (compile and cache on the fly) TypeScript files dynamically with ease.", | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -20,6 +21,6 @@ "compile", | ||
"dependencies": { | ||
"options-defaults": "^2.0.24" | ||
"options-defaults": "^2.0.25" | ||
}, | ||
"devDependencies": { | ||
"@radrat-node/logger": "^2.0.24", | ||
"@radrat-node/logger": "^2.0.25", | ||
"@types/jest": "^26.0.16", | ||
@@ -32,3 +33,6 @@ "@types/node": "^14.11.1", | ||
}, | ||
"gitHead": "cd7a4ccd15e93a65506fb773b26ecc04d88b4a14" | ||
"engines": { | ||
"node": ">=14.14.0" | ||
}, | ||
"gitHead": "224460addaf4a2fcc91075caa014ede82f1de1ee" | ||
} |
<p align="center"> | ||
<h1>ts-import</h1> | ||
<div>Importing TypeScript files dynamically into JavaScript requires additional compilation step, which is troublesome to write for many. Popular **typescript-require** package seems to be obsolete and doesn't allow much customization. Typed alternative to https://github.com/theblacksmith/typescript-require written in TypeScript.</div> | ||
<div>Importing TypeScript files dynamically into JavaScript requires additional compilation step, which is troublesome to write for many. Popular typescript-require package seems to be obsolete and doesn't allow much customization. Typed alternative to https://github.com/theblacksmith/typescript-require written in TypeScript.</div> | ||
</p> | ||
@@ -5,0 +5,0 @@ |
26874
12
Updatedoptions-defaults@^2.0.25