@wrcb/cb-common 1.0.746 → 1.0.747

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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.requireRightApiVersion = void 0;
4
4
  const server_1 = require("../server");
5
- const wrongAppVersionError_1 = require("src/errors/wrongAppVersionError");
5
+ const wrongAppVersionError_1 = require("../errors/wrongAppVersionError");
6
6
  const requireRightApiVersion = (req, res, next) => {
7
7
  try {
8
8
  const tenant = req.headers['x-tenant'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.746",
3
+ "version": "1.0.747",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",