@surfmate.team/digital-human-runninghub 0.3.0 → 0.3.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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@surfmate.team/digital-human-runninghub",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "RunningHub (ComfyUI-as-a-service) adapter. A generic, workflow-agnostic client (upload / run AI app / watch task) plus a greeting-video binding that implements greeting's GreetingVideoPort by composing the client with an injected TTS VoiceSynthesisPort. The client is reusable for ANY RunningHub workflow (waiting videos, image edit, …).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -16,15 +16,10 @@
|
|
|
16
16
|
"import": "./dist/index.js"
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"build": "tsup",
|
|
21
|
-
"typecheck": "tsc --noEmit",
|
|
22
|
-
"test": "vitest run"
|
|
23
|
-
},
|
|
24
19
|
"dependencies": {
|
|
25
|
-
"@surfmate.team/digital-human-greeting": "
|
|
26
|
-
"@surfmate.team/digital-human-voice": "
|
|
27
|
-
"@surfmate.team/digital-human-waiting": "
|
|
20
|
+
"@surfmate.team/digital-human-greeting": "0.2.0",
|
|
21
|
+
"@surfmate.team/digital-human-voice": "0.1.0",
|
|
22
|
+
"@surfmate.team/digital-human-waiting": "0.1.0"
|
|
28
23
|
},
|
|
29
24
|
"devDependencies": {
|
|
30
25
|
"tsup": "^8.5.0",
|
|
@@ -33,5 +28,10 @@
|
|
|
33
28
|
},
|
|
34
29
|
"publishConfig": {
|
|
35
30
|
"access": "public"
|
|
31
|
+
},
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "tsup",
|
|
34
|
+
"typecheck": "tsc --noEmit",
|
|
35
|
+
"test": "vitest run"
|
|
36
36
|
}
|
|
37
|
-
}
|
|
37
|
+
}
|