Skip to content

Commit ee56e6f

Browse files
Merge pull request #24 from contentstack/fix/DX-904-disconnect-params-support
fix: added params in disconnect method in types support
2 parents 3f0c523 + a9352fa commit ee56e6f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v1.2.1](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.1.1) (2024-07-08)
4+
- added params in disconnect method in types support
5+
36
## [v1.2.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.1.1) (2024-06-21)
47
- Added disconnect hosting function
58

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/marketplace-sdk",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "The Contentstack Marketplace SDK is used to manage the content of your Contentstack marketplace apps",
55
"main": "./dist/node/contentstack-marketplace.js",
66
"browser": "./dist/web/contentstack-marketplace.js",

types/marketplace/app/hosting.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface Hosting {
88
deployment(): Deployments
99
deployment(uid: string): Deployment
1010
latestLiveDeployment(): Promise<Deployment>
11-
disconnect(): Promise<AnyProperty>
11+
disconnect(data: {}): Promise<AnyProperty>
1212
}
1313

1414
export interface UploadDetails {

0 commit comments

Comments
 (0)