@athenna/core
Advanced tools
Comparing version 4.14.1 to 4.15.0
{ | ||
"name": "@athenna/core", | ||
"version": "4.14.1", | ||
"version": "4.15.0", | ||
"description": "The plug and play Node.js framework.", | ||
@@ -79,11 +79,11 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@athenna/artisan": "^4.16.0", | ||
"@athenna/common": "^4.21.0", | ||
"@athenna/config": "^4.8.0", | ||
"@athenna/http": "^4.12.0", | ||
"@athenna/ioc": "^4.8.0", | ||
"@athenna/logger": "^4.9.0", | ||
"@athenna/test": "^4.13.0", | ||
"@athenna/tsconfig": "^4.11.0", | ||
"@athenna/view": "^4.7.0", | ||
"@athenna/artisan": "^4.20.0", | ||
"@athenna/common": "^4.23.0", | ||
"@athenna/config": "^4.9.0", | ||
"@athenna/http": "^4.14.0", | ||
"@athenna/ioc": "^4.10.0", | ||
"@athenna/logger": "^4.11.0", | ||
"@athenna/test": "^4.15.0", | ||
"@athenna/tsconfig": "^4.12.0", | ||
"@athenna/view": "^4.8.0", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
@@ -90,0 +90,0 @@ "@typescript-eslint/parser": "^6.7.4", |
@@ -15,2 +15,5 @@ /** | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Path } from '@athenna/common'; | ||
@@ -55,3 +58,4 @@ import { sep, resolve, isAbsolute } from 'node:path'; | ||
description: 'The exception name.' | ||
}) | ||
}), | ||
__metadata("design:type", String) | ||
], MakeExceptionCommand.prototype, "name", void 0); |
@@ -15,2 +15,5 @@ /** | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Path } from '@athenna/common'; | ||
@@ -55,3 +58,4 @@ import { sep, resolve, isAbsolute } from 'node:path'; | ||
description: 'The facade name.' | ||
}) | ||
}), | ||
__metadata("design:type", String) | ||
], MakeFacadeCommand.prototype, "name", void 0); |
@@ -15,2 +15,5 @@ /** | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Path } from '@athenna/common'; | ||
@@ -68,3 +71,4 @@ import { sep, resolve, isAbsolute } from 'node:path'; | ||
description: 'The provider name.' | ||
}) | ||
}), | ||
__metadata("design:type", String) | ||
], MakeProviderCommand.prototype, "name", void 0); |
@@ -15,2 +15,5 @@ /** | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Path } from '@athenna/common'; | ||
@@ -68,3 +71,4 @@ import { sep, resolve, isAbsolute } from 'node:path'; | ||
description: 'The service name.' | ||
}) | ||
}), | ||
__metadata("design:type", String) | ||
], MakeServiceCommand.prototype, "name", void 0); |
@@ -15,2 +15,5 @@ /** | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Path } from '@athenna/common'; | ||
@@ -65,3 +68,4 @@ import { sep, resolve, isAbsolute } from 'node:path'; | ||
description: 'The test name.' | ||
}) | ||
}), | ||
__metadata("design:type", String) | ||
], MakeTestCommand.prototype, "name", void 0); | ||
@@ -73,3 +77,4 @@ __decorate([ | ||
default: false | ||
}) | ||
}), | ||
__metadata("design:type", Boolean) | ||
], MakeTestCommand.prototype, "isUnit", void 0); | ||
@@ -81,3 +86,4 @@ __decorate([ | ||
default: false | ||
}) | ||
}), | ||
__metadata("design:type", Boolean) | ||
], MakeTestCommand.prototype, "isHttp", void 0); | ||
@@ -89,3 +95,4 @@ __decorate([ | ||
default: false | ||
}) | ||
}), | ||
__metadata("design:type", Boolean) | ||
], MakeTestCommand.prototype, "isConsole", void 0); | ||
@@ -97,3 +104,4 @@ __decorate([ | ||
default: false | ||
}) | ||
}), | ||
__metadata("design:type", Boolean) | ||
], MakeTestCommand.prototype, "isFunction", void 0); |
@@ -15,2 +15,5 @@ /** | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Module } from '@athenna/common'; | ||
@@ -39,3 +42,4 @@ import { BaseCommand, Option } from '@athenna/artisan'; | ||
default: '' | ||
}) | ||
}), | ||
__metadata("design:type", String) | ||
], ReplCommand.prototype, "env", void 0); |
@@ -15,2 +15,5 @@ /** | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Log } from '@athenna/logger'; | ||
@@ -85,3 +88,4 @@ import { Config } from '@athenna/config'; | ||
default: '' | ||
}) | ||
}), | ||
__metadata("design:type", String) | ||
], ServeCommand.prototype, "env", void 0); | ||
@@ -93,3 +97,4 @@ __decorate([ | ||
default: false | ||
}) | ||
}), | ||
__metadata("design:type", Boolean) | ||
], ServeCommand.prototype, "watch", void 0); |
@@ -15,2 +15,5 @@ /** | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Module } from '@athenna/common'; | ||
@@ -50,3 +53,4 @@ import { Option, BaseCommand, Commander } from '@athenna/artisan'; | ||
default: 'test' | ||
}) | ||
}), | ||
__metadata("design:type", String) | ||
], TestCommand.prototype, "env", void 0); |
@@ -15,2 +15,5 @@ /** | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Options } from '@athenna/common'; | ||
@@ -38,3 +41,6 @@ import { BeforeAll } from '@athenna/test'; | ||
__decorate([ | ||
BeforeAll() | ||
BeforeAll(), | ||
__metadata("design:type", Function), | ||
__metadata("design:paramtypes", []), | ||
__metadata("design:returntype", Promise) | ||
], BaseConsoleTest.prototype, "baseBeforeAll", null); |
@@ -15,2 +15,5 @@ /** | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Options } from '@athenna/common'; | ||
@@ -44,6 +47,12 @@ import { ServerImpl } from '@athenna/http'; | ||
__decorate([ | ||
BeforeAll() | ||
BeforeAll(), | ||
__metadata("design:type", Function), | ||
__metadata("design:paramtypes", []), | ||
__metadata("design:returntype", Promise) | ||
], BaseHttpTest.prototype, "baseBeforeAll", null); | ||
__decorate([ | ||
AfterAll() | ||
AfterAll(), | ||
__metadata("design:type", Function), | ||
__metadata("design:paramtypes", []), | ||
__metadata("design:returntype", Promise) | ||
], BaseHttpTest.prototype, "baseAfterAll", null); |
115380
3088