@quatrain/worker 1.1.33 → 1.1.34

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.
Files changed (2) hide show
  1. package/lib/Worker.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/Worker.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { Core } from '@quatrain/core';
2
2
  import { HandlerParameters } from './types/HandlerParameters';
3
3
  export declare class Worker extends Core {
4
- static readonly endpoint: string;
4
+ static endpoint: string;
5
5
  static readonly logger: any;
6
6
  /**
7
7
  * Execute an external command in a promise
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quatrain/worker",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "description": "Container Worker helpers",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",