reportify-sdk 0.3.5 → 0.3.6
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1684,7 +1684,7 @@ var Reportify = class {
|
|
|
1684
1684
|
headers: {
|
|
1685
1685
|
Authorization: `Bearer ${this.apiKey}`,
|
|
1686
1686
|
"Content-Type": "application/json",
|
|
1687
|
-
"User-Agent": "reportify-sdk-js/0.3.
|
|
1687
|
+
"User-Agent": "reportify-sdk-js/0.3.6"
|
|
1688
1688
|
},
|
|
1689
1689
|
body: options.body ? JSON.stringify(options.body) : void 0,
|
|
1690
1690
|
signal: controller.signal
|
|
@@ -1745,7 +1745,7 @@ var Reportify = class {
|
|
|
1745
1745
|
headers: {
|
|
1746
1746
|
Authorization: `Bearer ${this.apiKey}`,
|
|
1747
1747
|
"Content-Type": "application/json",
|
|
1748
|
-
"User-Agent": "reportify-sdk-typescript/0.3.
|
|
1748
|
+
"User-Agent": "reportify-sdk-typescript/0.3.6"
|
|
1749
1749
|
}
|
|
1750
1750
|
});
|
|
1751
1751
|
if (!response.ok) {
|
package/dist/index.mjs
CHANGED
|
@@ -1642,7 +1642,7 @@ var Reportify = class {
|
|
|
1642
1642
|
headers: {
|
|
1643
1643
|
Authorization: `Bearer ${this.apiKey}`,
|
|
1644
1644
|
"Content-Type": "application/json",
|
|
1645
|
-
"User-Agent": "reportify-sdk-js/0.3.
|
|
1645
|
+
"User-Agent": "reportify-sdk-js/0.3.6"
|
|
1646
1646
|
},
|
|
1647
1647
|
body: options.body ? JSON.stringify(options.body) : void 0,
|
|
1648
1648
|
signal: controller.signal
|
|
@@ -1703,7 +1703,7 @@ var Reportify = class {
|
|
|
1703
1703
|
headers: {
|
|
1704
1704
|
Authorization: `Bearer ${this.apiKey}`,
|
|
1705
1705
|
"Content-Type": "application/json",
|
|
1706
|
-
"User-Agent": "reportify-sdk-typescript/0.3.
|
|
1706
|
+
"User-Agent": "reportify-sdk-typescript/0.3.6"
|
|
1707
1707
|
}
|
|
1708
1708
|
});
|
|
1709
1709
|
if (!response.ok) {
|