mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 06:31:11 +00:00
chore(tokenjuice): bump bundled runtime to 0.6.3
This commit is contained in:
parent
d513dc7146
commit
8c3b1366ce
5 changed files with 9 additions and 7 deletions
|
|
@ -8,6 +8,7 @@ Docs: https://docs.openclaw.ai
|
|||
|
||||
### Changes
|
||||
|
||||
- Plugins/tokenjuice: bump the bundled tokenjuice runtime to 0.6.3. Thanks @vincentkoc.
|
||||
- Providers/Azure Speech: add Azure Speech as a bundled TTS provider with
|
||||
Speech-resource auth, voice listing, SSML escaping, native Ogg/Opus
|
||||
voice-note output, and telephony output. (#51776) Thanks @leonchui.
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ describe("tokenjuice package manifest", () => {
|
|||
fs.readFileSync(new URL("./package.json", import.meta.url), "utf8"),
|
||||
) as TokenjuicePackageManifest;
|
||||
|
||||
expect(packageJson.dependencies?.tokenjuice).toBe("0.6.1");
|
||||
expect(packageJson.dependencies?.tokenjuice).toBe("0.6.3");
|
||||
expect(packageJson.openclaw?.bundle?.stageRuntimeDependencies).toBe(true);
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Bundled tokenjuice exec output compaction plugin",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"tokenjuice": "0.6.1"
|
||||
"tokenjuice": "0.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openclaw/plugin-sdk": "workspace:*"
|
||||
|
|
|
|||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
|
|
@ -1291,8 +1291,8 @@ importers:
|
|||
extensions/tokenjuice:
|
||||
dependencies:
|
||||
tokenjuice:
|
||||
specifier: 0.6.1
|
||||
version: 0.6.1
|
||||
specifier: 0.6.3
|
||||
version: 0.6.3
|
||||
devDependencies:
|
||||
'@openclaw/plugin-sdk':
|
||||
specifier: workspace:*
|
||||
|
|
@ -7054,8 +7054,8 @@ packages:
|
|||
resolution: {integrity: sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==}
|
||||
engines: {node: '>=14.16'}
|
||||
|
||||
tokenjuice@0.6.1:
|
||||
resolution: {integrity: sha512-9Vg9303NeNrTa9n7gQhiHsXfgi7b61bi26zxoAobW/pKIuMOUD/G04+5NPKAbpj+TSKaSEivZZp79222oHbdEA==}
|
||||
tokenjuice@0.6.3:
|
||||
resolution: {integrity: sha512-Y4KEoFbcJiyE7FTj//SSIWmYxC27sAoj07ns2Ta3R/H2otlK/jJBoXVorzsg9tUpvTJcG8UlHQvj/lwql549Kg==}
|
||||
engines: {node: '>=20'}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -14283,7 +14283,7 @@ snapshots:
|
|||
'@tokenizer/token': 0.3.0
|
||||
ieee754: 1.2.1
|
||||
|
||||
tokenjuice@0.6.1: {}
|
||||
tokenjuice@0.6.3: {}
|
||||
|
||||
totalist@3.0.1: {}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ minimumReleaseAge: 2880
|
|||
|
||||
minimumReleaseAgeExclude:
|
||||
- "acpx"
|
||||
- "tokenjuice"
|
||||
- "@agentclientprotocol/sdk"
|
||||
- "axios"
|
||||
- "basic-ftp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue