@loopback/core
Advanced tools
Comparing version 4.0.0-alpha.17 to 4.0.0-alpha.18
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="4.0.0-alpha.18"></a> | ||
# [4.0.0-alpha.18](https://github.com/strongloop/loopback-next/compare/@loopback/core@4.0.0-alpha.17...@loopback/core@4.0.0-alpha.18) (2017-10-31) | ||
**Note:** Version bump only for package @loopback/core | ||
<a name="4.0.0-alpha.17"></a> | ||
@@ -8,0 +16,0 @@ # [4.0.0-alpha.17](https://github.com/strongloop/loopback-next/compare/@loopback/core@4.0.0-alpha.14...@loopback/core@4.0.0-alpha.17) (2017-10-25) |
{ | ||
"name": "@loopback/core", | ||
"version": "4.0.0-alpha.17", | ||
"version": "4.0.0-alpha.18", | ||
"description": "", | ||
@@ -9,14 +9,14 @@ "engines": { | ||
"scripts": { | ||
"acceptance": "node ../../bin/select-dist mocha --opts ../../test/mocha.opts 'DIST/test/acceptance/**/*.js'", | ||
"acceptance": "lb-dist mocha --opts ../../test/mocha.opts 'DIST/test/acceptance/**/*.js'", | ||
"build": "npm run build:dist && npm run build:dist6", | ||
"build:current": "node ../../bin/compile-package", | ||
"build:dist": "node ../../bin/compile-package es2017", | ||
"build:dist6": "node ../../bin/compile-package es2015", | ||
"build:apidocs": "node ../../bin/generate-apidocs", | ||
"build:current": "lb-tsc", | ||
"build:dist": "lb-tsc es2017", | ||
"build:dist6": "lb-tsc es2015", | ||
"build:apidocs": "lb-apidocs", | ||
"clean": "rm -rf loopback-core*.tgz dist* package", | ||
"prepublish": "npm run build && npm run build:apidocs", | ||
"pretest": "npm run build:current", | ||
"integration": "node ../../bin/select-dist mocha --opts ../../test/mocha.opts 'DIST/test/integration/**/*.js'", | ||
"test": "node ../../bin/select-dist mocha --opts ../../test/mocha.opts 'DIST/test/unit/**/*.js' 'DIST/test/integration/**/*.js' 'DIST/test/acceptance/**/*.js'", | ||
"unit": "node ../../bin/select-dist mocha --opts ../../test/mocha.opts 'DIST/test/unit/**/*.js'", | ||
"integration": "lb-dist mocha --opts ../../test/mocha.opts 'DIST/test/integration/**/*.js'", | ||
"test": "lb-dist mocha --opts ../../test/mocha.opts 'DIST/test/unit/**/*.js' 'DIST/test/integration/**/*.js' 'DIST/test/acceptance/**/*.js'", | ||
"unit": "lb-dist mocha --opts ../../test/mocha.opts 'DIST/test/unit/**/*.js'", | ||
"verify": "npm pack && tar xf loopback-core*.tgz && tree package && npm run clean" | ||
@@ -27,7 +27,8 @@ }, | ||
"dependencies": { | ||
"@loopback/context": "^4.0.0-alpha.15", | ||
"@loopback/context": "^4.0.0-alpha.16", | ||
"lodash": "^4.17.4" | ||
}, | ||
"devDependencies": { | ||
"@loopback/testlab": "^4.0.0-alpha.10" | ||
"@loopback/build": "^4.0.0-alpha.2", | ||
"@loopback/testlab": "^4.0.0-alpha.11" | ||
}, | ||
@@ -34,0 +35,0 @@ "files": [ |
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
500313
2