arky-sdk 0.3.42 → 0.3.44

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/dist/index.cjs CHANGED
@@ -851,7 +851,7 @@ var createCmsApi = (apiConfig) => {
851
851
  );
852
852
  },
853
853
  async subscribeToCollection(params, options) {
854
- return apiConfig.httpClient.post(
854
+ return apiConfig.httpClient.put(
855
855
  `/v1/businesses/${apiConfig.businessId}/collections/${params.collectionId}/subscribe`,
856
856
  {
857
857
  market: apiConfig.market,
@@ -1523,7 +1523,7 @@ async function injectSvgIntoElement(mediaObject, targetElement, className) {
1523
1523
  }
1524
1524
 
1525
1525
  // src/index.ts
1526
- var SDK_VERSION = "0.3.42";
1526
+ var SDK_VERSION = "0.3.44";
1527
1527
  var SUPPORTED_FRAMEWORKS = [
1528
1528
  "astro",
1529
1529
  "react",