@contentstack/marketplace-sdk 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -2
- package/README.md +1 -1
- package/dist/nativescript/contentstack-marketplace.js +1 -1
- package/dist/node/contentstack-marketplace.js +1 -1
- package/dist/react-native/contentstack-marketplace.js +1 -1
- package/dist/web/contentstack-marketplace.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## [v1.2.4](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.4) (2024-10-22)
|
|
3
|
+
- Node version bump in github package publish workflow file
|
|
4
|
+
|
|
5
|
+
## [v1.2.3](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.3) (2024-08-28)
|
|
6
|
+
- Axios version bump
|
|
7
|
+
|
|
8
|
+
## [v1.2.2](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.2) (2024-07-08)
|
|
9
|
+
- Fixed the SRE issues
|
|
10
|
+
|
|
11
|
+
## [v1.2.1](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.1) (2024-07-08)
|
|
2
12
|
|
|
3
|
-
## [v1.2.1](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.1.1) (2024-07-08)
|
|
4
13
|
- added params in disconnect method in types support
|
|
5
14
|
|
|
6
|
-
## [v1.2.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.
|
|
15
|
+
## [v1.2.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.0) (2024-06-21)
|
|
7
16
|
- Added disconnect hosting function
|
|
8
17
|
|
|
9
18
|
## [v1.1.1](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.1.1) (2024-06-11)
|
package/README.md
CHANGED
|
@@ -106,7 +106,7 @@ client.marketplace('organization_uid')
|
|
|
106
106
|
- [About Contentstack Marketplace](https://www.contentstack.com/docs/developers/marketplace-platform-guides/about-marketplace)
|
|
107
107
|
|
|
108
108
|
### The MIT License (MIT)
|
|
109
|
-
Copyright © 2012-
|
|
109
|
+
Copyright © 2012-2024 [Contentstack](https://www.contentstack.com/). All Rights Reserved
|
|
110
110
|
|
|
111
111
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
112
112
|
|