einstein-cli
Advanced tools
Comparing version 0.0.8 to 0.0.9
#!/usr/bin/env node | ||
import "module-alias/register"; | ||
declare const _default: number; | ||
export default _default; |
@@ -7,2 +7,3 @@ #!/usr/bin/env node | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
require("module-alias/register"); | ||
const index_1 = __importDefault(require("@commands/index")); | ||
@@ -9,0 +10,0 @@ const get_schema_for_resource_1 = __importDefault(require("@lib/args/get-schema-for-resource")); |
{ | ||
"name": "einstein-cli", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"main": "bin/einstein.js", | ||
@@ -53,3 +53,11 @@ "license": "MIT", | ||
"tar": "^6.1.11" | ||
}, | ||
"_moduleAliases":{ | ||
"@types":"./interfaces/index", | ||
"@lib":"./lib", | ||
"@commands":"./commands", | ||
"@actions":"./actions", | ||
"@ui":"./ui", | ||
"@":"." | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
125845
2061
0
1