@loopback/core
Advanced tools
Comparing version 4.0.0-alpha.32 to 4.0.0-alpha.33
@@ -6,2 +6,21 @@ # Change Log | ||
<a name="4.0.0-alpha.33"></a> | ||
# [4.0.0-alpha.33](https://github.com/strongloop/loopback-next/compare/@loopback/core@4.0.0-alpha.32...@loopback/core@4.0.0-alpha.33) (2018-02-07) | ||
### build | ||
* drop dist6 related targets ([#945](https://github.com/strongloop/loopback-next/issues/945)) ([a2368ce](https://github.com/strongloop/loopback-next/commit/a2368ce)) | ||
### BREAKING CHANGES | ||
* Support for Node.js version lower than 8.0 has been dropped. | ||
Please upgrade to the latest Node.js 8.x LTS version. | ||
Co-Authored-by: Taranveer Virk <taranveer@virk.cc> | ||
<a name="4.0.0-alpha.32"></a> | ||
@@ -8,0 +27,0 @@ # [4.0.0-alpha.32](https://github.com/strongloop/loopback-next/compare/@loopback/core@4.0.0-alpha.31...@loopback/core@4.0.0-alpha.32) (2018-02-04) |
@@ -6,3 +6,2 @@ // Copyright IBM Corp. 2017. All Rights Reserved. | ||
const nodeMajorVersion = +process.versions.node.split('.')[0]; | ||
module.exports = nodeMajorVersion >= 7 ? require('./dist') : require('./dist6'); | ||
module.exports = require('./dist'); |
{ | ||
"name": "@loopback/core", | ||
"version": "4.0.0-alpha.32", | ||
"version": "4.0.0-alpha.33", | ||
"description": "", | ||
@@ -10,10 +10,7 @@ "engines": { | ||
"acceptance": "lb-mocha \"DIST/test/acceptance/**/*.js\"", | ||
"build": "npm run build:dist && npm run build:dist6", | ||
"build:current": "lb-tsc", | ||
"build:dist": "lb-tsc es2017", | ||
"build:dist6": "lb-tsc es2015", | ||
"build": "lb-tsc es2017", | ||
"build:apidocs": "lb-apidocs", | ||
"clean": "lb-clean loopback-core*.tgz dist dist6 package api-docs", | ||
"clean": "lb-clean loopback-core*.tgz dist package api-docs", | ||
"prepublishOnly": "npm run build && npm run build:apidocs", | ||
"pretest": "npm run build:current", | ||
"pretest": "npm run build", | ||
"integration": "lb-mocha \"DIST/test/integration/**/*.js\"", | ||
@@ -28,3 +25,3 @@ "test": "lb-mocha \"DIST/test/unit/**/*.js\" \"DIST/test/integration/**/*.js\" \"DIST/test/acceptance/**/*.js\"", | ||
"dependencies": { | ||
"@loopback/context": "^4.0.0-alpha.30", | ||
"@loopback/context": "^4.0.0-alpha.31", | ||
"lodash": "^4.17.4", | ||
@@ -35,3 +32,3 @@ "topo": "^3.0.0" | ||
"@loopback/build": "^4.0.0-alpha.13", | ||
"@loopback/testlab": "^4.0.0-alpha.23" | ||
"@loopback/testlab": "^4.0.0-alpha.24" | ||
}, | ||
@@ -42,4 +39,6 @@ "files": [ | ||
"index.d.ts", | ||
"dist/index.js", | ||
"dist/src", | ||
"dist6/src", | ||
"dist/index.d.ts", | ||
"dist/index.js.map", | ||
"api-docs", | ||
@@ -46,0 +45,0 @@ "src" |
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
472117
77
4331