@warpgogol/forge 2.4.0 → 2.4.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/package.json +3 -12
package/package.json
CHANGED
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warpgogol/forge",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"description": "Framework for documenting and implementing ideas — RFC/ADR governance, skills, and project bootstrapping.",
|
|
8
|
-
"keywords": [
|
|
9
|
-
"rfc",
|
|
10
|
-
"adr",
|
|
11
|
-
"governance",
|
|
12
|
-
"skills",
|
|
13
|
-
"ai-agent",
|
|
14
|
-
"documentation",
|
|
15
|
-
"framework"
|
|
16
|
-
],
|
|
8
|
+
"keywords": ["rfc", "adr", "governance", "skills", "ai-agent", "documentation", "framework"],
|
|
17
9
|
"homepage": "https://warpgogol.com",
|
|
18
10
|
"repository": {
|
|
19
11
|
"type": "git",
|
|
@@ -306,6 +298,5 @@
|
|
|
306
298
|
"default": "./dist/os/program/program.module.js"
|
|
307
299
|
}
|
|
308
300
|
}
|
|
309
|
-
}
|
|
310
|
-
"packageManager": "pnpm@11.10.0"
|
|
301
|
+
}
|
|
311
302
|
}
|