@greenarmor/ges-policy-engine 1.0.0 → 1.0.1
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/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @greenarmor/ges-policy-engine
|
|
2
2
|
|
|
3
|
-
Policy pack management and enforcement for the
|
|
3
|
+
Policy pack management and enforcement for the Green Engineering Standard Framework (GESF).
|
|
4
4
|
|
|
5
5
|
Manages compliance policy packs for GDPR, OWASP, NIST, CIS, AI systems, blockchain, and government projects. Each policy pack defines the controls and standards applicable to a specific compliance domain.
|
|
6
6
|
|
|
@@ -51,8 +51,8 @@ allPacks.forEach(p => console.log(`${p.id}: ${p.name}`));
|
|
|
51
51
|
|
|
52
52
|
## Related Packages
|
|
53
53
|
|
|
54
|
-
-
|
|
55
|
-
-
|
|
54
|
+
- `@greenarmor/ges-core` — Types and constants
|
|
55
|
+
- `@greenarmor/ges-compliance-engine` — Control evaluation
|
|
56
56
|
|
|
57
57
|
## License
|
|
58
58
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@greenarmor/ges-policy-engine",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "GESF Policy Engine - Policy packs management and enforcement",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@greenarmor/ges-core": "1.0.
|
|
16
|
-
"@greenarmor/ges-compliance-engine": "1.0.
|
|
15
|
+
"@greenarmor/ges-core": "1.0.1",
|
|
16
|
+
"@greenarmor/ges-compliance-engine": "1.0.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"typescript": "^6.0.0",
|