@mondaydotcomorg/monday-authorization 1.0.28 → 1.0.29
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.
|
@@ -111,7 +111,7 @@ function createAuthorizationParams(resources, action) {
|
|
|
111
111
|
};
|
|
112
112
|
return params;
|
|
113
113
|
}
|
|
114
|
-
function logOnFetchFail(retriesLeft, error
|
|
114
|
+
function logOnFetchFail(retriesLeft, error) {
|
|
115
115
|
if (retriesLeft == 0) {
|
|
116
116
|
logger.error({ retriesLeft, error }, 'Authorization attempt failed due to network issues');
|
|
117
117
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mondaydotcomorg/monday-authorization",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"files": [
|
|
31
31
|
"dist/"
|
|
32
32
|
],
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "cecb370b57145a8ca0b8e9fa30cd72dceda91dc6"
|
|
34
34
|
}
|