@contentful/node-apps-toolkit
Advanced tools
Comparing version 2.5.2 to 2.6.0
@@ -0,1 +1,8 @@ | ||
# [2.6.0](https://github.com/contentful/node-apps-toolkit/compare/v2.5.2...v2.6.0) (2023-09-21) | ||
### Features | ||
* update AppActionCallContext type to reflect cmaHost ([#351](https://github.com/contentful/node-apps-toolkit/issues/351)) ([1c6a623](https://github.com/contentful/node-apps-toolkit/commit/1c6a6237591339690e608ffcc0a8aa0aa7772ed7)) | ||
## [2.5.2](https://github.com/contentful/node-apps-toolkit/compare/v2.5.1...v2.5.2) (2023-09-05) | ||
@@ -2,0 +9,0 @@ |
@@ -9,3 +9,4 @@ import { PlainClientAPI } from 'contentful-management'; | ||
userId: string; | ||
cmaHost: string; | ||
}; | ||
}; |
{ | ||
"name": "@contentful/node-apps-toolkit", | ||
"version": "2.5.2", | ||
"version": "2.6.0", | ||
"description": "A collection of helpers and utilities for creating NodeJS Contentful Apps", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "20.5.9", | ||
"@types/node": "20.6.3", | ||
"@types/sinon": "10.0.16", | ||
@@ -46,3 +46,3 @@ "@typescript-eslint/eslint-plugin": "5.61.0", | ||
"dotenv": "16.3.1", | ||
"eslint": "8.48.0", | ||
"eslint": "8.49.0", | ||
"eslint-config-prettier": "9.0.0", | ||
@@ -56,5 +56,5 @@ "eslint-plugin-prettier": "4.2.1", | ||
"serve": "14.2.1", | ||
"sinon": "15.2.0", | ||
"sinon": "16.0.0", | ||
"ts-node": "10.9.1", | ||
"typedoc": "0.25.0", | ||
"typedoc": "0.25.1", | ||
"typescript": "5.2.2" | ||
@@ -61,0 +61,0 @@ }, |
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
49503
792