@creditkarma/dynamic-config
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -58,5 +58,5 @@ "use strict"; | ||
async load(filePath) { | ||
return Promise.resolve(loadTypeScript(filePath)); | ||
return loadTypeScript(filePath); | ||
}, | ||
}; | ||
//# sourceMappingURL=typescript.js.map |
{ | ||
"name": "@creditkarma/dynamic-config", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "Dynamic Config for Node.js backed by Consul and Vault", | ||
@@ -40,22 +40,22 @@ "main": "dist/main/index.js", | ||
"devDependencies": { | ||
"@types/code": "^4.0.4", | ||
"@types/express": "^4.16.0", | ||
"@types/code": "^4.0.5", | ||
"@types/express": "^4.16.1", | ||
"@types/node": "^8.0.51", | ||
"@types/request-promise-native": "^1.0.13", | ||
"@types/request-promise-native": "^1.0.15", | ||
"code": "^5.2.4", | ||
"express": "^4.16.2", | ||
"express": "^4.16.4", | ||
"lab": "^18.0.2", | ||
"request-promise-native": "^1.0.5", | ||
"rimraf": "^2.6.2", | ||
"tslint": "^5.11.0", | ||
"wait-on": "^3.1.0" | ||
"request-promise-native": "^1.0.7", | ||
"rimraf": "^2.6.3", | ||
"tslint": "^5.14.0", | ||
"wait-on": "^3.2.0" | ||
}, | ||
"dependencies": { | ||
"@creditkarma/consul-client": "^0.8.2", | ||
"@creditkarma/consul-client": "^0.8.4", | ||
"@creditkarma/vault-client": "^0.5.11", | ||
"@types/yamljs": "^0.2.30", | ||
"ajv": "^6.5.2", | ||
"typescript": "3.1.x", | ||
"ajv": "^6.10.0", | ||
"typescript": "3.3.x", | ||
"yamljs": "^0.3.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
219806
+ Addedtypescript@3.3.4000(transitive)
- Removedtypescript@3.1.8(transitive)
Updatedajv@^6.10.0
Updatedtypescript@3.3.x