@nextage/era-lib 1.0.142 → 1.0.143

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,4 +1,4 @@
1
- import { BaseRoles } from "./enums";
1
+ import { BaseRoles } from './enums';
2
2
  export declare const LICENSE_DATE_FORMAT = "YYYY-MM-DD";
3
3
  export declare const ADMIN_ROLES: BaseRoles[];
4
4
  export declare const CONFIG_ROLES: BaseRoles[];
@@ -1,4 +1,5 @@
1
1
  export declare enum VulnerabilityLevel {
2
+ NONE = 0,
2
3
  LOW = 1,
3
4
  MEDIUM = 2,
4
5
  HIGH = 3
@@ -1 +1 @@
1
- {"version":3,"file":"vulnerability.enums.d.ts","sourceRoot":"","sources":["../../../src/events/types/vulnerability.enums.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,GAAG,IAAO;IACV,MAAM,IAAI;IACV,IAAI,IAAM;CACX"}
1
+ {"version":3,"file":"vulnerability.enums.d.ts","sourceRoot":"","sources":["../../../src/events/types/vulnerability.enums.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,IAAI,IAAM;IACV,GAAG,IAAO;IACV,MAAM,IAAI;IACV,IAAI,IAAM;CACX"}
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VulnerabilityLevel = void 0;
4
4
  var VulnerabilityLevel;
5
5
  (function (VulnerabilityLevel) {
6
+ VulnerabilityLevel[VulnerabilityLevel["NONE"] = 0] = "NONE";
6
7
  VulnerabilityLevel[VulnerabilityLevel["LOW"] = 1] = "LOW";
7
8
  VulnerabilityLevel[VulnerabilityLevel["MEDIUM"] = 2] = "MEDIUM";
8
9
  VulnerabilityLevel[VulnerabilityLevel["HIGH"] = 3] = "HIGH";
@@ -1 +1 @@
1
- {"version":3,"file":"vulnerability.enums.js","sourceRoot":"","sources":["../../../src/events/types/vulnerability.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,yDAAU,CAAA;IACV,+DAAU,CAAA;IACV,2DAAU,CAAA;AACZ,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAAA,CAAC"}
1
+ {"version":3,"file":"vulnerability.enums.js","sourceRoot":"","sources":["../../../src/events/types/vulnerability.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,2DAAU,CAAA;IACV,yDAAU,CAAA;IACV,+DAAU,CAAA;IACV,2DAAU,CAAA;AACZ,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B;AAAA,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextage/era-lib",
3
- "version": "1.0.142",
3
+ "version": "1.0.143",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [