axe-api 1.0.0-rc26 → 1.0.0-rc27

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.
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  const Helpers_1 = require("../../Handlers/Helpers");
13
- const Enums_1 = require("src/Enums");
13
+ const Enums_1 = require("../../Enums");
14
14
  exports.default = (context) => __awaiter(void 0, void 0, void 0, function* () {
15
15
  const { item, res, model, handlerType } = context;
16
16
  // Deleting all cached result for the model
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axe-api",
3
- "version": "1.0.0-rc26",
3
+ "version": "1.0.0-rc27",
4
4
  "description": "AXE API is a simple tool to create Rest APIs quickly.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",