@screenbook/core 1.2.0 → 1.4.0

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 (1) hide show
  1. package/package.json +11 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@screenbook/core",
3
- "version": "1.2.0",
4
- "description": "Core library for Screenbook - screen metadata definitions and validation",
3
+ "version": "1.4.0",
4
+ "description": "Define screens in code with TypeScript. Core library for screen catalog and navigation graph generation.",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -31,10 +31,15 @@
31
31
  },
32
32
  "keywords": [
33
33
  "screenbook",
34
- "screen",
35
- "catalog",
36
- "navigation",
37
- "graph"
34
+ "screen-catalog",
35
+ "navigation-graph",
36
+ "documentation",
37
+ "documentation-generator",
38
+ "frontend",
39
+ "developer-tools",
40
+ "impact-analysis",
41
+ "typescript",
42
+ "screen-documentation"
38
43
  ],
39
44
  "license": "MIT",
40
45
  "repository": {