@uipath/insights-sdk 1.197.0-preview.63 → 1.197.0-preview.65
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.browser.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../common/
|
|
1
|
+
// ../common/src/catch-error.ts
|
|
2
2
|
function isPromiseLike(value) {
|
|
3
3
|
return value !== null && typeof value === "object" && typeof value.then === "function";
|
|
4
4
|
}
|
|
@@ -85,4 +85,4 @@ export {
|
|
|
85
85
|
createInsightsConfig
|
|
86
86
|
};
|
|
87
87
|
|
|
88
|
-
//# debugId=
|
|
88
|
+
//# debugId=D4177847864883E864756E2164756E21
|
package/dist/index.js
CHANGED
|
@@ -19134,7 +19134,7 @@ var init_server = __esm(() => {
|
|
|
19134
19134
|
init_constants();
|
|
19135
19135
|
});
|
|
19136
19136
|
|
|
19137
|
-
// ../common/
|
|
19137
|
+
// ../common/src/catch-error.ts
|
|
19138
19138
|
function isPromiseLike(value) {
|
|
19139
19139
|
return value !== null && typeof value === "object" && typeof value.then === "function";
|
|
19140
19140
|
}
|
|
@@ -20434,4 +20434,4 @@ export {
|
|
|
20434
20434
|
createInsightsConfig
|
|
20435
20435
|
};
|
|
20436
20436
|
|
|
20437
|
-
//# debugId=
|
|
20437
|
+
//# debugId=1C615C4B079E19E564756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/insights-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0-preview.
|
|
4
|
+
"version": "1.197.0-preview.65",
|
|
5
5
|
"description": "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"files": [
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "9388ccbe5e739c9578bfd9b5395980fb63e11d9c"
|
|
31
31
|
}
|