@seastudio/sdk 3.3.1 → 3.3.3
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/{chunk-2SQFLDTT.cjs → chunk-3STW46ME.cjs} +4 -1
- package/dist/chunk-GCE3TTCJ.cjs +184 -0
- package/dist/{chunk-BUC7WN5U.js → chunk-HXP4V4WE.js} +4 -1
- package/dist/chunk-O2C4Z5B5.cjs +65 -0
- package/dist/chunk-OVBIWRAB.js +170 -0
- package/dist/chunk-ZOGVKB2Z.js +57 -0
- package/dist/index.cjs +93 -11
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3 -1
- package/dist/mcp/core/index.d.cts +2 -2
- package/dist/mcp/core/index.d.ts +2 -2
- package/dist/mcp/index.cjs +11 -11
- package/dist/mcp/index.d.cts +2 -2
- package/dist/mcp/index.d.ts +2 -2
- package/dist/mcp/index.js +1 -1
- package/dist/mcp/seastudio/index.d.cts +1 -1
- package/dist/mcp/seastudio/index.d.ts +1 -1
- package/dist/registry-OS2Xo46V.d.cts +138 -0
- package/dist/registry-OS2Xo46V.d.ts +138 -0
- package/dist/skill/index.cjs +87 -0
- package/dist/skill/index.d.cts +60 -0
- package/dist/skill/index.d.ts +60 -0
- package/dist/skill/index.js +2 -0
- package/dist/skill/registry.cjs +34 -0
- package/dist/skill/registry.d.cts +1 -0
- package/dist/skill/registry.d.ts +1 -0
- package/dist/skill/registry.js +1 -0
- package/dist/{types-CUFTi2bZ.d.cts → types-DY867NzA.d.cts} +1 -0
- package/dist/{types-CUFTi2bZ.d.ts → types-DY867NzA.d.ts} +1 -0
- package/package.json +11 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkO2C4Z5B5_cjs = require('../chunk-O2C4Z5B5.cjs');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "getMarketSkill", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () { return chunkO2C4Z5B5_cjs.getMarketSkill; }
|
|
10
|
+
});
|
|
11
|
+
Object.defineProperty(exports, "getSkillRegistryTransport", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return chunkO2C4Z5B5_cjs.getSkillRegistryTransport; }
|
|
14
|
+
});
|
|
15
|
+
Object.defineProperty(exports, "listMarketSkills", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return chunkO2C4Z5B5_cjs.listMarketSkills; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "publishSkill", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return chunkO2C4Z5B5_cjs.publishSkill; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "selectPublishSkillFile", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return chunkO2C4Z5B5_cjs.selectPublishSkillFile; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "setSkillRegistryTransport", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return chunkO2C4Z5B5_cjs.setSkillRegistryTransport; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "useElectronSkillRegistryTransport", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkO2C4Z5B5_cjs.useElectronSkillRegistryTransport; }
|
|
34
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { f as SkillRegistryTransport, l as getMarketSkill, m as getSkillRegistryTransport, n as listMarketSkills, p as publishSkill, s as selectPublishSkillFile, o as setSkillRegistryTransport, u as useElectronSkillRegistryTransport } from '../registry-OS2Xo46V.cjs';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { f as SkillRegistryTransport, l as getMarketSkill, m as getSkillRegistryTransport, n as listMarketSkills, p as publishSkill, s as selectPublishSkillFile, o as setSkillRegistryTransport, u as useElectronSkillRegistryTransport } from '../registry-OS2Xo46V.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { getMarketSkill, getSkillRegistryTransport, listMarketSkills, publishSkill, selectPublishSkillFile, setSkillRegistryTransport, useElectronSkillRegistryTransport } from '../chunk-ZOGVKB2Z.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seastudio/sdk",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"description": "SeaStudio SDK - UI 组件 + MCP 信息交换中心",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -32,6 +32,16 @@
|
|
|
32
32
|
"import": "./dist/mcp/seastudio/index.js",
|
|
33
33
|
"require": "./dist/mcp/seastudio/index.cjs"
|
|
34
34
|
},
|
|
35
|
+
"./skill": {
|
|
36
|
+
"types": "./dist/skill/index.d.ts",
|
|
37
|
+
"import": "./dist/skill/index.js",
|
|
38
|
+
"require": "./dist/skill/index.cjs"
|
|
39
|
+
},
|
|
40
|
+
"./skill/registry": {
|
|
41
|
+
"types": "./dist/skill/registry.d.ts",
|
|
42
|
+
"import": "./dist/skill/registry.js",
|
|
43
|
+
"require": "./dist/skill/registry.cjs"
|
|
44
|
+
},
|
|
35
45
|
"./ui/cosmos.css": "./src/ui/cosmos.css",
|
|
36
46
|
"./styles/cosmos.css": "./src/ui/cosmos.css"
|
|
37
47
|
},
|