@mondaydotcomorg/monday-authorization 1.1.9-featurebelkaauthz-sdk-update.2210 → 1.1.9-featurebelkaauthz-sdk-update.2211

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.
@@ -131,7 +131,7 @@ class AuthorizationService {
131
131
  headers: {
132
132
  Authorization: internalAuthToken,
133
133
  'Content-Type': 'application/json',
134
- 'x-internal-controller-caller-app-name': getCurrentAppName(),
134
+ 'X-INTERNAL-CONTROLLER-CALLER-APP-NAME': getCurrentAppName(),
135
135
  },
136
136
  timeout: authorization_internal_service_1.AuthorizationInternalService.getRequestTimeout(),
137
137
  body: JSON.stringify({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondaydotcomorg/monday-authorization",
3
- "version": "1.1.9-featurebelkaauthz-sdk-update.2210+3a2ebfca5",
3
+ "version": "1.1.9-featurebelkaauthz-sdk-update.2211+da261976e",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "BSD-3-Clause",
@@ -32,5 +32,5 @@
32
32
  "files": [
33
33
  "dist/"
34
34
  ],
35
- "gitHead": "3a2ebfca5cb1d1aad2149f24c735f14283b8c822"
35
+ "gitHead": "da261976e3b37b5c11300a0bfe0c1236db5bb0d8"
36
36
  }