@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 +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
17675
|
+
method: EMethods.get,
|
|
17676
17676
|
}
|
|
17677
17677
|
})];
|
|
17678
17678
|
});
|