@magemetrics/core 0.1.6 → 0.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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2572,7 +2572,7 @@ var toSearchParams = ({ cursor, filters, sorting, limit }) => {
|
|
|
2572
2572
|
|
|
2573
2573
|
// package.json
|
|
2574
2574
|
var package_default = {
|
|
2575
|
-
version: "0.1.
|
|
2575
|
+
version: "0.1.8"};
|
|
2576
2576
|
var MageMetricsChatTransport = class extends DefaultChatTransport {
|
|
2577
2577
|
constructor(apiUrl, flowId, options) {
|
|
2578
2578
|
super({
|