@podium/context
Advanced tools
Comparing version 4.1.6 to 5.0.0-next.2
@@ -0,1 +1,20 @@ | ||
# [5.0.0-next.2](https://github.com/podium-lib/context/compare/v5.0.0-next.1...v5.0.0-next.2) (2020-07-13) | ||
### Bug Fixes | ||
* Update @podium/utils to 5.0.0-next.1 ([50d6648](https://github.com/podium-lib/context/commit/50d6648cfeb50b80ec4cdbb184b8795502534c67)) | ||
# [5.0.0-next.1](https://github.com/podium-lib/context/compare/v4.1.6...v5.0.0-next.1) (2020-07-12) | ||
### Features | ||
* Drop node 10.x support ([ee34ea1](https://github.com/podium-lib/context/commit/ee34ea12363fe4da61995f9e4c88bba4c11901ba)) | ||
### BREAKING CHANGES | ||
* Only support node 12 and 14. | ||
# Changelog | ||
@@ -2,0 +21,0 @@ |
{ | ||
"name": "@podium/context", | ||
"version": "4.1.6", | ||
"version": "5.0.0-next.2", | ||
"description": "Module to generate the context which is passed on requests from a Podium Layout server to a Podium Podlet server", | ||
@@ -22,2 +22,6 @@ "license": "MIT", | ||
"files": [ | ||
"package.json", | ||
"CHANGELOG.md", | ||
"README.md", | ||
"LICENSE", | ||
"lib" | ||
@@ -36,3 +40,3 @@ ], | ||
"@podium/schemas": "4.0.2", | ||
"@podium/utils": "4.2.5", | ||
"@podium/utils": "5.0.0-next.1", | ||
"abslog": "^2.4.0", | ||
@@ -42,14 +46,21 @@ "bcp47-validate": "^1.0.0", | ||
"decamelize": "^4.0.0", | ||
"lru-cache": "^5.1.1" | ||
"lru-cache": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/commit-analyzer": "8.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
"@semantic-release/github": "7.0.7", | ||
"@semantic-release/npm": "7.0.5", | ||
"@semantic-release/release-notes-generator": "9.0.1", | ||
"semantic-release": "17.1.1", | ||
"benchmark": "2.1.4", | ||
"jest": "25.2.4", | ||
"eslint": "7.1.0", | ||
"eslint-config-airbnb-base": "14.1.0", | ||
"eslint": "7.3.1", | ||
"eslint-config-airbnb-base": "14.2.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-import": "2.20.2", | ||
"eslint-plugin-prettier": "3.1.3", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"prettier": "2.0.5" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# Podium Context | ||
# Podium Context v5 | ||
@@ -3,0 +3,0 @@ Module to generate the context which is passed on requests from a Podium Layout |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
33886
15
1
1
+ Added@podium/utils@5.0.0-next.1(transitive)
+ Addedlru-cache@6.0.0(transitive)
+ Addedyallist@4.0.0(transitive)
- Removed@podium/schemas@4.0.1(transitive)
- Removed@podium/utils@4.2.5(transitive)
- Removedajv@6.11.0(transitive)
- Removedlru-cache@5.1.1(transitive)
- Removedyallist@3.1.1(transitive)
Updated@podium/utils@5.0.0-next.1
Updatedlru-cache@^6.0.0