@autofleet/zehut 1.6.0-beta-2 → 1.6.1

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.
@@ -22,7 +22,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
22
22
  exports.getContextAttributes = exports.getEntitiesFromContext = exports.parsePermissions = exports.decodeBearer = exports.getAuthFromBearer = void 0;
23
23
  /* eslint-disable prefer-destructuring */
24
24
  const jwt = __importStar(require("jsonwebtoken"));
25
- const secret_getter_1 = require("./secret-getter");
25
+ const secret_getter_1 = require("../secret-getter");
26
26
  const CONTEXT_PROPS = ['fleetId', 'businessModelId', 'demandSourceId'];
27
27
  const CONTEXT_MAP_PROPS = {
28
28
  fleet: 'fleets',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/zehut",
3
- "version": "1.6.0-beta-2",
3
+ "version": "1.6.1",
4
4
  "description": "manage user's identity",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
File without changes