Skip to content

Commit 5d40e6a

Browse files
docs: update package.json
1 parent 823b4b2 commit 5d40e6a

File tree

5 files changed

+22
-14
lines changed

5 files changed

+22
-14
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@graplix/monorepo",
33
"private": true,
4-
"description": "A type-safe, declarative language for defining and documenting URL structures in web applications",
54
"repository": {
65
"type": "git",
76
"url": "https://github.com/daangn/graplix.git"

packages/codegen/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "@graplix/codegen",
3-
"version": "0.0.0",
4-
"description": "TypeScript code generator for Graplix schemas",
3+
"version": "2.0.0",
4+
"description": "Code generation toolkit and CLI for Graplix TypeScript helpers",
55
"keywords": [
66
"graplix",
77
"codegen",
8-
"typescript"
8+
"cli",
9+
"typescript",
10+
"rebac",
11+
"mappers",
12+
"schema"
913
],
1014
"repository": {
1115
"type": "git",

packages/engine/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "@graplix/engine",
3-
"version": "0.0.0",
4-
"description": "Runtime check engine for Graplix schemas",
3+
"version": "2.0.0",
4+
"description": "Runtime ReBAC engine for evaluating Graplix relation checks",
55
"keywords": [
66
"graplix",
7+
"permissions",
78
"authorization",
89
"rebac",
10+
"engine",
911
"runtime",
1012
"typescript"
1113
],

packages/language/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "@graplix/language",
3-
"version": "0.0.0",
4-
"description": "Core language implementation for Graplix using Langium",
3+
"version": "2.0.0",
4+
"description": "Langium-based parser, validator, and language services for Graplix schemas",
55
"keywords": [
66
"graplix",
7-
"url",
7+
"rebac",
88
"dsl",
99
"langium",
1010
"parser",
11-
"type-safe"
11+
"validator",
12+
"language-server"
1213
],
1314
"repository": {
1415
"type": "git",

packages/vscode-extension/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"name": "graplix-vscode-extension",
33
"displayName": "Graplix Language Support",
4-
"version": "0.0.0",
4+
"version": "2.0.0",
55
"private": true,
6-
"description": "VS Code language support for Graplix - a type-safe URL definition language",
6+
"description": "VS Code extension for Graplix syntax highlighting and language server features",
77
"keywords": [
88
"graplix",
9-
"url",
9+
"rebac",
1010
"dsl",
11+
"vscode-extension",
1112
"syntax-highlighting",
12-
"language-server"
13+
"language-server",
14+
"langium"
1315
],
1416
"repository": {
1517
"type": "git",

0 commit comments

Comments
 (0)