@skillit/client 1.1.1 → 1.1.2
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skillit/client",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "The skillit CLI — generate, audit, and refine AI-agent skills from a TypeScript codebase, plus the Anthropic model client for the headless refine loop.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Pradeep Mouli",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"@anthropic-ai/sdk": "^0.102.0",
|
|
31
31
|
"commander": "^15.0.0",
|
|
32
32
|
"typescript": "^6.0.3",
|
|
33
|
-
"@skillit/cli": "1.1.
|
|
34
|
-
"@skillit/core": "4.0.
|
|
35
|
-
"@skillit/
|
|
36
|
-
"@skillit/
|
|
33
|
+
"@skillit/cli": "1.1.2",
|
|
34
|
+
"@skillit/core": "4.0.2",
|
|
35
|
+
"@skillit/typedoc": "2.0.3",
|
|
36
|
+
"@skillit/mcp": "2.0.2"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "tsc -p tsconfig.build.json",
|