mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fef846a3f0
* build(protocol): make @openclaw/gateway-protocol publishable to npm * chore(mxc): align package version with release train * fix(release): support gateway-only core packages
26 lines
641 B
JSON
26 lines
641 B
JSON
{
|
|
"name": "@openclaw/gateway-protocol",
|
|
"version": "2026.7.2",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@openclaw/gateway-protocol",
|
|
"version": "2026.7.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"typebox": "1.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.19.0"
|
|
}
|
|
},
|
|
"node_modules/typebox": {
|
|
"version": "1.3.3",
|
|
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.3.3.tgz",
|
|
"integrity": "sha512-URXGUE31PJDQC+PtRMJeLdF4kmmOdFoVPikPCtV2oOIhUpNpppEdIz7W8bH8cFYPYHdDpaRvqwdegMTmHliudg==",
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|