badmfck-api-server 4.1.30 → 4.1.31

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 @@ const DeployerService_1 = require("./DeployerService");
10
10
  class Deployer extends BaseEndpoint_1.BaseEndpoint {
11
11
  ignoreInDocumentation = true;
12
12
  constructor() {
13
- super("deployer");
13
+ super("pckg");
14
14
  this.registerEndpoints([
15
15
  {
16
16
  ignoreInterceptor: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "4.1.30",
3
+ "version": "4.1.31",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",