@magemetrics/core 0.4.1 → 0.4.2
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3108,7 +3108,7 @@ var toSearchParams = ({ cursor, filters, sorting, limit }) => {
|
|
|
3108
3108
|
|
|
3109
3109
|
// package.json
|
|
3110
3110
|
var package_default = {
|
|
3111
|
-
version: "0.4.
|
|
3111
|
+
version: "0.4.2"};
|
|
3112
3112
|
var MageMetricsChatTransport = class extends DefaultChatTransport {
|
|
3113
3113
|
constructor(apiUrl, flowId, options) {
|
|
3114
3114
|
super({
|