@greenarmor/ges-doc-generator 0.6.3 → 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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @greenarmor/ges-doc-generator
2
2
 
3
- Compliance and security document template generation for the [Green Engineering Standard Framework (GESF)](https://github.com/greenarmor/gesf).
3
+ Compliance and security document template generation for the Green Engineering Standard Framework (GESF).
4
4
 
5
5
  Generates structured Markdown documents, YAML configuration, and JSON metadata files for compliance directories including GDPR policies, security standards, threat models, and data inventories.
6
6
 
@@ -54,8 +54,8 @@ const security = generateSecurityDocs('MyApp', 'saas');
54
54
 
55
55
  ## Related Packages
56
56
 
57
- - [`@greenarmor/ges-core`](https://www.npmjs.com/package/@greenarmor/ges-core) — Types and constants
58
- - [`@greenarmor/ges-cicd-generator`](https://www.npmjs.com/package/@greenarmor/ges-cicd-generator) — CI/CD workflow generation
57
+ - `@greenarmor/ges-core` — Types and constants
58
+ - `@greenarmor/ges-cicd-generator` — CI/CD workflow generation
59
59
 
60
60
  ## License
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greenarmor/ges-doc-generator",
3
- "version": "0.6.3",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "GESF Documentation Generator - Compliance and security document templates",
6
6
  "main": "./dist/index.js",
@@ -12,7 +12,7 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "@greenarmor/ges-core": "0.6.3"
15
+ "@greenarmor/ges-core": "1.0.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "^6.0.0",