chore(photon): bump spectrum-ts to 3.1.0

This commit is contained in:
underthestars-zhy 2026-06-11 12:35:21 -07:00 committed by Teknium
parent a652131c42
commit 9bfff6e16c
2 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
"name": "@hermes-agent/photon-sidecar",
"version": "0.3.0",
"dependencies": {
"spectrum-ts": "3.0.0"
"spectrum-ts": "3.1.0"
},
"engines": {
"node": ">=18.17"
@ -1420,9 +1420,9 @@
}
},
"node_modules/spectrum-ts": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/spectrum-ts/-/spectrum-ts-3.0.0.tgz",
"integrity": "sha512-96XNXaEqohhTJfE/XL3+iNW9Pflc2jj7Xk5LLPthKEwOz6e6vdBh/KB5miAe2lQ+mkFtwEguVe2n4MVkBLcAtA==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/spectrum-ts/-/spectrum-ts-3.1.0.tgz",
"integrity": "sha512-Dv5rsXATxGUXFnKf3VPK0VpkMPyVkf4HHUYkti0V2AKhz2m+ut3I1UPNMsvZOsiqmF+5hW8Xvrw+u/I82+XcDA==",
"license": "MIT",
"dependencies": {
"@photon-ai/advanced-imessage": "^0.11.0",

View file

@ -12,7 +12,7 @@
"node": ">=18.17"
},
"dependencies": {
"spectrum-ts": "3.0.0"
"spectrum-ts": "3.1.0"
},
"overrides": {
"protobufjs": "8.6.1",