@suitecut/audio-kokoro-sherpa 1.0.0 → 2.0.0
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Install this adapter for Sherpa-compatible Kokoro model files. SuiteCut's bundle
|
|
|
4
4
|
provider does not need this package.
|
|
5
5
|
|
|
6
6
|
```sh
|
|
7
|
-
npm install --save-dev
|
|
7
|
+
npm install --save-dev https://github.com/skyaara/suitecut/releases/download/v2.0.0/suitecut-audio-sherpa-core-2.0.0.tgz https://github.com/skyaara/suitecut/releases/download/v2.0.0/suitecut-audio-kokoro-sherpa-2.0.0.tgz
|
|
8
8
|
```
|
|
9
9
|
|
|
10
10
|
Configure a provider ID other than the reserved built-in `kokoro` ID.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@suitecut/audio-kokoro-sherpa",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Sherpa-compatible Kokoro WebAssembly text-to-speech plugin for SuiteCut.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"suitecut",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"prepack": "pnpm build"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"suitecut": ">=1.0.0 <
|
|
46
|
+
"suitecut": ">=1.0.0 <3"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
49
49
|
"suitecut": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@suitecut/audio-sherpa-core": "^
|
|
54
|
+
"@suitecut/audio-sherpa-core": "^2.0.0",
|
|
55
55
|
"zod": "^4.4.3"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|