@loopback/core
Advanced tools
Comparing version 2.15.1 to 2.16.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.16.0](https://github.com/strongloop/loopback-next/compare/@loopback/core@2.15.1...@loopback/core@2.16.0) (2021-05-03) | ||
### Features | ||
* support node v16 ([ac99415](https://github.com/strongloop/loopback-next/commit/ac994154543bde22b4482ba98813351656db1b55)) | ||
## [2.15.1](https://github.com/strongloop/loopback-next/compare/@loopback/core@2.15.0...@loopback/core@2.15.1) (2021-04-06) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@loopback/core", | ||
"version": "2.15.1", | ||
"description": "Define and implement core constructs such as Application and Component", | ||
"version": "2.16.0", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "IBM Corp.", | ||
"copyright.owner": "IBM Corp.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/strongloop/loopback-next.git", | ||
"directory": "packages/core" | ||
}, | ||
"engines": { | ||
"node": "^10.16 || 12 || 14 || 15" | ||
"node": "^10.16 || 12 || 14 || 16" | ||
}, | ||
@@ -20,20 +28,5 @@ "scripts": { | ||
}, | ||
"author": "IBM Corp.", | ||
"copyright.owner": "IBM Corp.", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@loopback/context": "^3.15.1", | ||
"debug": "^4.3.1", | ||
"tslib": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^6.3.1", | ||
"@loopback/eslint-config": "^10.1.1", | ||
"@loopback/testlab": "^3.3.1", | ||
"@types/debug": "^4.1.5", | ||
"@types/node": "^10.17.56" | ||
}, | ||
"files": [ | ||
@@ -45,8 +38,15 @@ "README.md", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/strongloop/loopback-next.git", | ||
"directory": "packages/core" | ||
"dependencies": { | ||
"@loopback/context": "^3.16.0", | ||
"debug": "^4.3.1", | ||
"tslib": "^2.2.0" | ||
}, | ||
"gitHead": "156ca0fcf8fa246ca380ab28b44b3708896be2b6" | ||
"devDependencies": { | ||
"@loopback/build": "^6.4.0", | ||
"@loopback/eslint-config": "^10.2.0", | ||
"@loopback/testlab": "^3.4.0", | ||
"@types/debug": "^4.1.5", | ||
"@types/node": "^10.17.59" | ||
}, | ||
"gitHead": "2ca802912d8c7750d0256f3c3d493c4525415201" | ||
} |
214498
Updated@loopback/context@^3.16.0
Updatedtslib@^2.2.0