@contentful/node-apps-toolkit
Advanced tools
Comparing version 2.0.1 to 2.0.2
module.exports = { | ||
extends: ['@commitlint/config-conventional'], | ||
ignores: [(msg) => msg.includes('Signed-off-by: dependabot[bot]')], | ||
ignores: [ | ||
(msg) => msg.includes('Signed-off-by: dependabot[bot]'), | ||
(msg) => msg.includes('chore(release):'), | ||
], | ||
} |
@@ -0,1 +1,8 @@ | ||
## [2.0.2](https://github.com/contentful/node-apps-toolkit/compare/v2.0.1...v2.0.2) (2022-03-25) | ||
### Bug Fixes | ||
* include spaceId as part of cacheKey ([#43](https://github.com/contentful/node-apps-toolkit/issues/43)) ([92fc4c5](https://github.com/contentful/node-apps-toolkit/commit/92fc4c515e247ae054791922b69f20008b10976e)) | ||
## [2.0.1](https://github.com/contentful/node-apps-toolkit/compare/v2.0.0...v2.0.1) (2022-03-11) | ||
@@ -2,0 +9,0 @@ |
@@ -52,3 +52,3 @@ "use strict"; | ||
} | ||
const cacheKey = opts.appInstallationId + opts.environmentId + privateKey.slice(32, 132); | ||
const cacheKey = opts.appInstallationId + opts.spaceId + opts.environmentId + privateKey.slice(32, 132); | ||
if (opts.reuseToken) { | ||
@@ -55,0 +55,0 @@ const existing = cache.get(cacheKey); |
{ | ||
"name": "@contentful/node-apps-toolkit", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A collection of helpers and utilities for creating NodeJS Contentful Apps", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
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
38344
648
0