@nextage/era-lib 1.0.129 → 1.0.132
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.
- package/build/events/types/category-type.enums.d.ts +2 -1
- package/build/events/types/category-type.enums.d.ts.map +1 -1
- package/build/events/types/category-type.enums.js +2 -1
- package/build/events/types/category-type.enums.js.map +1 -1
- package/build/events/types/threat.interfaces.js +0 -1
- package/build/events/types/threat.interfaces.js.map +1 -1
- package/package.json +2 -2
|
@@ -5,7 +5,8 @@ export declare enum CategoryType {
|
|
|
5
5
|
THREAT = "threat",
|
|
6
6
|
VULNERABILITY = "vulnerability",
|
|
7
7
|
VULNERABILITY_TYPE = "vulnerabilityType",
|
|
8
|
-
|
|
8
|
+
CONTROL_SOA = "controlSoa",
|
|
9
|
+
CONTROL_FNSC = "controlFnsc",
|
|
9
10
|
RT = "responsibleTreatment",
|
|
10
11
|
CP = "concernedPeople",
|
|
11
12
|
TREATMENT = "treatment",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"category-type.enums.d.ts","sourceRoot":"","sources":["../../../src/events/types/category-type.enums.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,KAAK,UAAuB;IAC5B,UAAU,cAAsB;IAChC,WAAW,eAAsB;IACjC,MAAM,WAAuB;IAC7B,aAAa,kBAAuB;IACpC,kBAAkB,sBAAsB;IACxC,
|
|
1
|
+
{"version":3,"file":"category-type.enums.d.ts","sourceRoot":"","sources":["../../../src/events/types/category-type.enums.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,KAAK,UAAuB;IAC5B,UAAU,cAAsB;IAChC,WAAW,eAAsB;IACjC,MAAM,WAAuB;IAC7B,aAAa,kBAAuB;IACpC,kBAAkB,sBAAsB;IACxC,WAAW,eAAsB;IACjC,YAAY,gBAAsB;IAClC,EAAE,yBAAyC;IAC3C,EAAE,oBAAoC;IACtC,SAAS,cAAuB;IAChC,QAAQ,aAAuB;CAChC"}
|
|
@@ -9,7 +9,8 @@ var CategoryType;
|
|
|
9
9
|
CategoryType["THREAT"] = "threat";
|
|
10
10
|
CategoryType["VULNERABILITY"] = "vulnerability";
|
|
11
11
|
CategoryType["VULNERABILITY_TYPE"] = "vulnerabilityType";
|
|
12
|
-
CategoryType["
|
|
12
|
+
CategoryType["CONTROL_SOA"] = "controlSoa";
|
|
13
|
+
CategoryType["CONTROL_FNSC"] = "controlFnsc";
|
|
13
14
|
CategoryType["RT"] = "responsibleTreatment";
|
|
14
15
|
CategoryType["CP"] = "concernedPeople";
|
|
15
16
|
CategoryType["TREATMENT"] = "treatment";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"category-type.enums.js","sourceRoot":"","sources":["../../../src/events/types/category-type.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"category-type.enums.js","sourceRoot":"","sources":["../../../src/events/types/category-type.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAaX;AAbD,WAAY,YAAY;IACtB,+BAA4B,CAAA;IAC5B,wCAAgC,CAAA;IAChC,0CAAiC,CAAA;IACjC,iCAA6B,CAAA;IAC7B,+CAAoC,CAAA;IACpC,wDAAwC,CAAA;IACxC,0CAAiC,CAAA;IACjC,4CAAkC,CAAA;IAClC,2CAA2C,CAAA;IAC3C,sCAAsC,CAAA;IACtC,uCAAgC,CAAA;IAChC,qCAA+B,CAAA;AACjC,CAAC,EAbW,YAAY,4BAAZ,YAAY,QAavB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"threat.interfaces.js","sourceRoot":"","sources":["../../../src/events/types/threat.interfaces.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"threat.interfaces.js","sourceRoot":"","sources":["../../../src/events/types/threat.interfaces.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextage/era-lib",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.132",
|
|
4
4
|
"main": "./build/index.js",
|
|
5
5
|
"types": "./build/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@apollo/federation-internals": "^2.11.2",
|
|
20
20
|
"@apollo/subgraph": "^2.11.2",
|
|
21
|
-
"@nextage/nx-frame-be": "^1.0.
|
|
21
|
+
"@nextage/nx-frame-be": "^1.0.26",
|
|
22
22
|
"@types/cookie-parser": "^1.4.7",
|
|
23
23
|
"@types/csurf": "^1.11.5",
|
|
24
24
|
"@types/express": "^4.17.21",
|