@mondaydotcomorg/monday-authorization 1.0.6 → 1.0.8

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.
@@ -35,7 +35,7 @@ exports.AuthorizationService = void 0;
35
35
  const monday_jwt_1 = require("@mondaydotcomorg/monday-jwt");
36
36
  const MondayLogger = __importStar(require("@mondaydotcomorg/monday-logger"));
37
37
  const node_fetch_1 = __importDefault(require("node-fetch"));
38
- const INTERNAL_APP_NAME = process.env.APP_NAME || 'internal_ms';
38
+ const INTERNAL_APP_NAME = 'internal_ms';
39
39
  const URL = `${process.env.MONDAY_INTERNAL_URL}/internal_ms/authorization/authorize`;
40
40
  const IS_DEV_ENV = process.env.NODE_ENV === 'development';
41
41
  const REQUEST_TIMEOUT = IS_DEV_ENV ? 60000 : 2000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondaydotcomorg/monday-authorization",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
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": "a8322961ed204725264fa632bde4c2cafabafbc5"
33
+ "gitHead": "d5e5facf35ce8e4258f753f0369100acd5561c8b"
34
34
  }