@travetto/registry
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -7,3 +7,5 @@ { | ||
"dependencies": { | ||
"@travetto/compiler": "0.x.x" | ||
"@travetto/compiler": "0.x.x", | ||
"@types/lodash": "^4.14.106", | ||
"lodash": "^4.17.5" | ||
}, | ||
@@ -18,3 +20,3 @@ "description": "", | ||
"scripts": {}, | ||
"version": "0.0.16" | ||
"version": "0.0.17" | ||
} |
@@ -1,2 +0,2 @@ | ||
require('@travetto/base/bootstrap') | ||
require('@travetto/base/bootstrap').run() | ||
.then(x => { | ||
@@ -3,0 +3,0 @@ require('./simpleReg'); |
@@ -9,3 +9,3 @@ export class Test { | ||
age() { | ||
return 6; | ||
return 5; | ||
} | ||
@@ -12,0 +12,0 @@ |
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
14414
3
+ Added@types/lodash@^4.14.106
+ Addedlodash@^4.17.5
+ Added@types/lodash@4.17.13(transitive)
+ Addedlodash@4.17.21(transitive)