@mondaydotcomorg/monday-authorization 1.1.7-technical-reason.502 → 1.1.8-supportadditionalauthappnames.50

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.
@@ -137,7 +137,7 @@ class AuthorizationService {
137
137
  const { scopedAction, permit } = responseObject;
138
138
  const { scope } = scopedAction;
139
139
  const transformKeys = (obj) => camelCaseKeys(obj);
140
- return Object.assign(Object.assign({}, responseObject), { scopedAction: Object.assign(Object.assign({}, scopedAction), { scope: transformKeys(scope) }), permit: transformKeys(permit || {}) });
140
+ return Object.assign(Object.assign({}, responseObject), { scopedAction: Object.assign(Object.assign({}, scopedAction), { scope: transformKeys(scope) }), permit: transformKeys(permit) });
141
141
  });
142
142
  return scopedActionsResponseObjects;
143
143
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondaydotcomorg/monday-authorization",
3
- "version": "1.1.7-technical-reason.502+37473592d",
3
+ "version": "1.1.8-supportadditionalauthappnames.50+61b095304",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "BSD-3-Clause",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@mondaydotcomorg/monday-fetch": "^0.0.7",
13
- "@mondaydotcomorg/monday-jwt": "^3.0.7",
13
+ "@mondaydotcomorg/monday-jwt": "^3.0.8-supportadditionalauthappnames.573+61b095304",
14
14
  "@mondaydotcomorg/monday-logger": "^3.0.10",
15
15
  "node-fetch": "^2.6.7",
16
16
  "ts-node": "^10.0.0"
@@ -32,5 +32,5 @@
32
32
  "files": [
33
33
  "dist/"
34
34
  ],
35
- "gitHead": "37473592dacfb0e57ad3b6760422f5dbe0c73fb8"
35
+ "gitHead": "61b0953048372540ad731c3e2e672b467c21db6e"
36
36
  }