Comparing version 0.1.5 to 0.1.7
@@ -10,5 +10,5 @@ #!/usr/bin/env node | ||
const index_1 = require("./generate/index"); | ||
const tsconfig_path = `/home/x71c9/repos/uranio/builder/tsconfig.json`; | ||
const tsconfig_path = `/Users/x71c9/repos/uranio/builder/tsconfig.json`; | ||
const response = (0, index_1.generate)(tsconfig_path); | ||
log.debug(response); | ||
//# sourceMappingURL=bin.js.map |
{ | ||
"name": "uranio", | ||
"version": "0.1.5", | ||
"version": "0.1.7", | ||
"description": "Uranio is a type-safe ODM for MongoDB", | ||
@@ -42,4 +42,4 @@ "main": "dist/index.js", | ||
"i0n": "^0.7.3", | ||
"plutonio": "^0.2.2" | ||
"plutonio": "^0.4.1" | ||
} | ||
} |
@@ -6,4 +6,4 @@ #!/usr/bin/env node | ||
import {generate} from './generate/index'; | ||
const tsconfig_path = `/home/x71c9/repos/uranio/builder/tsconfig.json`; | ||
const tsconfig_path = `/Users/x71c9/repos/uranio/builder/tsconfig.json`; | ||
const response = generate(tsconfig_path); | ||
log.debug(response); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
21240
34
514
1
71
1
+ Addedplutonio@0.4.1(transitive)
- Removedplutonio@0.2.2(transitive)
Updatedplutonio@^0.4.1