@contentful/node-apps-toolkit
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -0,1 +1,8 @@ | ||
## [2.6.1](https://github.com/contentful/node-apps-toolkit/compare/v2.6.0...v2.6.1) (2023-09-21) | ||
### Bug Fixes | ||
* adds uploadHost to appActionCallContext type ([#353](https://github.com/contentful/node-apps-toolkit/issues/353)) ([a918331](https://github.com/contentful/node-apps-toolkit/commit/a918331fdfd8157c98d5c38ff96366919c885683)) | ||
# [2.6.0](https://github.com/contentful/node-apps-toolkit/compare/v2.5.2...v2.6.0) (2023-09-21) | ||
@@ -2,0 +9,0 @@ |
@@ -10,3 +10,4 @@ import { PlainClientAPI } from 'contentful-management'; | ||
cmaHost: string; | ||
uploadHost: string; | ||
}; | ||
}; |
{ | ||
"name": "@contentful/node-apps-toolkit", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "A collection of helpers and utilities for creating NodeJS Contentful Apps", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
49871
793