@jfvilas/kwirth-common 0.4.13 → 0.4.14

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.
@@ -1,6 +1,7 @@
1
1
  import { InstanceMessage } from "./InstanceMessage";
2
2
  export declare enum TrivyCommandEnum {
3
- SCORE = "score"
3
+ SCORE = "score",
4
+ RESCAN = "rescan"
4
5
  }
5
6
  export interface TrivyMessage extends InstanceMessage {
6
7
  msgtype: 'trivymessage';
@@ -4,4 +4,5 @@ exports.TrivyCommandEnum = void 0;
4
4
  var TrivyCommandEnum;
5
5
  (function (TrivyCommandEnum) {
6
6
  TrivyCommandEnum["SCORE"] = "score";
7
+ TrivyCommandEnum["RESCAN"] = "rescan";
7
8
  })(TrivyCommandEnum || (exports.TrivyCommandEnum = TrivyCommandEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jfvilas/kwirth-common",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "Common interfaces for integrating applications with Kwirth",
5
5
  "scripts": {
6
6
  "build": "del .\\dist\\* /s /q && tsc"