@opencangjie/skills 0.0.11 → 0.0.12
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ const __dirname = path.dirname(__filename);
|
|
|
9
9
|
const SDK_VERSION = '0.0.11';
|
|
10
10
|
const DEFAULT_BASE_URL = 'http://127.0.0.1:8080';
|
|
11
11
|
const DEFAULT_TIMEOUT = 30000;
|
|
12
|
-
const RUNTIME_VERSION = '0.0.
|
|
12
|
+
const RUNTIME_VERSION = '0.0.2';
|
|
13
13
|
const GITHUB_REPO = 'UCTooCom/agentskills-runtime';
|
|
14
14
|
const ATOMGIT_REPO = 'uctoo/agentskills-runtime';
|
|
15
15
|
const DOWNLOAD_MIRRORS = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opencangjie/skills",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"description": "JavaScript/TypeScript SDK for AgentSkills Runtime - Install, manage, and execute AI agent skills with built-in runtime support",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"node": ">=18.0.0"
|
|
82
82
|
},
|
|
83
83
|
"runtime": {
|
|
84
|
-
"version": "0.0.
|
|
84
|
+
"version": "0.0.2",
|
|
85
85
|
"downloadUrl": "https://github.com/UCTooCom/agentskills-runtime/releases",
|
|
86
86
|
"platforms": {
|
|
87
87
|
"win32-x64": "agentskills-runtime-win-x64.tar.gz",
|