@greenarmor/ges-compliance-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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @greenarmor/ges-compliance-engine
2
2
 
3
- GDPR compliance controls, evaluation, and compliance checking for the [Green Engineering Standard Framework (GESF)](https://github.com/greenarmor/gesf).
3
+ GDPR compliance controls, evaluation, and compliance checking for the Green Engineering Standard Framework (GESF).
4
4
 
5
5
  Evaluates GDPR controls based on Articles 5, 25, 30, 32, 33, and 34 — producing structured control objects with pass/fail/warning status.
6
6
 
@@ -36,9 +36,9 @@ const evaluated = allControls.map(c => evaluateControl(c));
36
36
 
37
37
  ## Related Packages
38
38
 
39
- - [`@greenarmor/ges-core`](https://www.npmjs.com/package/@greenarmor/ges-core) — Types and constants
40
- - [`@greenarmor/ges-scoring-engine`](https://www.npmjs.com/package/@greenarmor/ges-scoring-engine) — Scoring evaluated controls
41
- - [`@greenarmor/ges-policy-engine`](https://www.npmjs.com/package/@greenarmor/ges-policy-engine) — Policy pack management
39
+ - `@greenarmor/ges-core` — Types and constants
40
+ - `@greenarmor/ges-scoring-engine` — Scoring evaluated controls
41
+ - `@greenarmor/ges-policy-engine` — Policy pack management
42
42
 
43
43
  ## License
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greenarmor/ges-compliance-engine",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "GESF Compliance Engine - GDPR controls, evaluation, and compliance checking",
6
6
  "main": "./dist/index.js",
@@ -12,7 +12,7 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "@greenarmor/ges-core": "1.0.0"
15
+ "@greenarmor/ges-core": "1.0.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "^6.0.0",