@mondaydotcomorg/monday-authorization 1.2.13 → 1.2.14
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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
|
|
3
3
|
const perf_hooks = require('perf_hooks');
|
|
4
|
-
const snakeCase = require('lodash/snakeCase');
|
|
5
|
-
const camelCase = require('lodash/camelCase');
|
|
6
|
-
const mapKeys = require('lodash/mapKeys');
|
|
4
|
+
const snakeCase = require('lodash/snakeCase.js');
|
|
5
|
+
const camelCase = require('lodash/camelCase.js');
|
|
6
|
+
const mapKeys = require('lodash/mapKeys.js');
|
|
7
7
|
const mondayFetch = require('@mondaydotcomorg/monday-fetch');
|
|
8
8
|
const prometheusService = require('./prometheus-service.js');
|
|
9
9
|
const authorizationInternalService = require('./authorization-internal-service.js');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { performance } from 'perf_hooks';
|
|
2
|
-
import snakeCase from 'lodash/snakeCase';
|
|
3
|
-
import camelCase from 'lodash/camelCase';
|
|
4
|
-
import mapKeys from 'lodash/mapKeys';
|
|
2
|
+
import snakeCase from 'lodash/snakeCase.js';
|
|
3
|
+
import camelCase from 'lodash/camelCase.js';
|
|
4
|
+
import mapKeys from 'lodash/mapKeys.js';
|
|
5
5
|
import { fetch } from '@mondaydotcomorg/monday-fetch';
|
|
6
6
|
import { sendAuthorizationChecksPerRequestMetric, sendAuthorizationCheckResponseTimeMetric } from './prometheus-service.mjs';
|
|
7
7
|
import { AuthorizationInternalService, logger } from './authorization-internal-service.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mondaydotcomorg/monday-authorization",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.14",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"esmMjsRename": true
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "ea9003745800084822937da597ad9782f212186f"
|
|
57
57
|
}
|