@contentstack/marketplace-sdk 1.2.5 → 1.2.6

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 CHANGED
@@ -1,4 +1,10 @@
1
1
  # Changelog
2
+ ## [v1.2.6](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.6) (2024-03-03)
3
+ - Update sanity tests
4
+
5
+ ## [v1.2.5](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.5) (2025-01-17)
6
+ - Dependency update
7
+
2
8
  ## [v1.2.4](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.2.4) (2024-10-22)
3
9
  - Node version bump in github package publish workflow file
4
10
 
@@ -27,7 +27,7 @@ export default function contentstackClient(_ref) {
27
27
  */
28
28
 
29
29
  var region = http.defaults.region;
30
- var baseUrlPath = "https://api.contentstack.io:443/v3/user-session";
30
+ var baseUrlPath = "/user-session";
31
31
  if (region && region !== Region.NA) {
32
32
  baseUrlPath = "https://".concat(region, "-api.contentstack.com:443/v3/user-session");
33
33
  }
@@ -36,7 +36,7 @@ function contentstackClient(_ref) {
36
36
  */
37
37
 
38
38
  var region = http.defaults.region;
39
- var baseUrlPath = "https://api.contentstack.io:443/v3/user-session";
39
+ var baseUrlPath = "/user-session";
40
40
  if (region && region !== _contentstack.Region.NA) {
41
41
  baseUrlPath = "https://".concat(region, "-api.contentstack.com:443/v3/user-session");
42
42
  }