Files
openclaw/packages/gateway-protocol/npm-shrinkwrap.json
T
Peter Steinberger fef846a3f0 build(protocol): make @openclaw/gateway-protocol publishable to npm (#111664)
* build(protocol): make @openclaw/gateway-protocol publishable to npm

* chore(mxc): align package version with release train

* fix(release): support gateway-only core packages
2026-07-19 23:18:24 -07:00

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"
}
}
}