@cakemail-org/ui-components-v2 2.1.7 → 2.1.8

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/cjs/index.js CHANGED
@@ -17692,7 +17692,7 @@ function listTags(options) {
17692
17692
  url: uiKitConfig.GATEWAY_PROXY + "/tags",
17693
17693
  query: camelCase(options),
17694
17694
  fetchOptions: {
17695
- method: exports.EMethods.patch,
17695
+ method: exports.EMethods.get,
17696
17696
  }
17697
17697
  })];
17698
17698
  });
package/dist/esm/index.js CHANGED
@@ -17672,7 +17672,7 @@ function listTags(options) {
17672
17672
  url: uiKitConfig.GATEWAY_PROXY + "/tags",
17673
17673
  query: camelCase(options),
17674
17674
  fetchOptions: {
17675
- method: EMethods.patch,
17675
+ method: EMethods.get,
17676
17676
  }
17677
17677
  })];
17678
17678
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",