@trapi/metadata
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -1,4 +0,4 @@ | ||
export * from './driver'; | ||
export * from './client'; | ||
export * from './type'; | ||
export * from './utils'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -23,5 +23,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./driver"), exports); | ||
__exportStar(require("./client"), exports); | ||
__exportStar(require("./type"), exports); | ||
__exportStar(require("./utils"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -23,3 +23,3 @@ "use strict"; | ||
this.config = context.options; | ||
this.cache = new cache_1.CacheDriver(context.options.cache); | ||
this.cache = new cache_1.CacheClient(context.options.cache); | ||
this.decoratorResolver = new decorator_1.DecoratorResolver(); | ||
@@ -26,0 +26,0 @@ this.program = (0, typescript_1.createProgram)(context.sourceFiles, context.compilerOptions || {}); |
{ | ||
"name": "@trapi/metadata", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Generate REST-API metadata scheme from TypeScript Decorators.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
409400
5533