@midwayjs/process-agent
Advanced tools
Comparing version 3.0.0-alpha.43 to 3.0.0-beta.1
@@ -1,2 +0,2 @@ | ||
export declare class AutoConfiguration { | ||
export declare class ProcessAgentConfiguration { | ||
http_server: any; | ||
@@ -3,0 +3,0 @@ app: any; |
@@ -12,3 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AutoConfiguration = void 0; | ||
exports.ProcessAgentConfiguration = void 0; | ||
const decorator_1 = require("@midwayjs/decorator"); | ||
@@ -21,3 +21,3 @@ const utils_1 = require("./utils/utils"); | ||
const qs = require("querystring"); | ||
let AutoConfiguration = class AutoConfiguration { | ||
let ProcessAgentConfiguration = class ProcessAgentConfiguration { | ||
async onReady() { | ||
@@ -71,9 +71,9 @@ const modules = (0, decorator_1.listModule)('primary:primary'); | ||
__metadata("design:type", Object) | ||
], AutoConfiguration.prototype, "app", void 0); | ||
AutoConfiguration = __decorate([ | ||
], ProcessAgentConfiguration.prototype, "app", void 0); | ||
ProcessAgentConfiguration = __decorate([ | ||
(0, decorator_1.Configuration)({ | ||
namespace: 'process-agent', | ||
}) | ||
], AutoConfiguration); | ||
exports.AutoConfiguration = AutoConfiguration; | ||
], ProcessAgentConfiguration); | ||
exports.ProcessAgentConfiguration = ProcessAgentConfiguration; | ||
//# sourceMappingURL=configuration.js.map |
@@ -1,3 +0,3 @@ | ||
export { AutoConfiguration as Configuration } from './configuration'; | ||
export { ProcessAgentConfiguration as Configuration } from './configuration'; | ||
export { RunInPrimary } from './decorator/primary'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,5 +5,5 @@ "use strict"; | ||
var configuration_1 = require("./configuration"); | ||
Object.defineProperty(exports, "Configuration", { enumerable: true, get: function () { return configuration_1.AutoConfiguration; } }); | ||
Object.defineProperty(exports, "Configuration", { enumerable: true, get: function () { return configuration_1.ProcessAgentConfiguration; } }); | ||
var primary_1 = require("./decorator/primary"); | ||
Object.defineProperty(exports, "RunInPrimary", { enumerable: true, get: function () { return primary_1.RunInPrimary; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@midwayjs/process-agent", | ||
"version": "3.0.0-alpha.43+8b8075f0", | ||
"version": "3.0.0-beta.1", | ||
"description": "", | ||
@@ -24,10 +24,10 @@ "main": "dist/index.js", | ||
"engines": { | ||
"node": ">= 12.0.0" | ||
"node": ">=12" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@midwayjs/core": "^2.12.9", | ||
"@midwayjs/decorator": "^3.0.0-alpha.43+8b8075f0", | ||
"@midwayjs/koa": "^3.0.0-alpha.43+8b8075f0", | ||
"@midwayjs/mock": "^3.0.0-alpha.43+8b8075f0" | ||
"@midwayjs/core": "^3.0.0-beta.1", | ||
"@midwayjs/decorator": "^3.0.0-beta.1", | ||
"@midwayjs/koa": "^3.0.0-beta.1", | ||
"@midwayjs/mock": "^3.0.0-beta.1" | ||
}, | ||
@@ -37,3 +37,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "8b8075f0d40c5de19bb9026f0950e738ca512c7e" | ||
"gitHead": "72e4d20c678e65a5440c4e9a6d3b70046daa497c" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
9991
11
1