mirror of
https://github.com/stoatchat/livekit-protocol.git
synced 2026-07-01 22:04:52 -04:00
c04669aee6
* Separate protobufs from module code * update generate workflow * install mage only * fix paths * generated protobuf * fix test action * fix cache dependency path * setup versioning * add golang workspace file * delete generated files from git * Update gitinore * fix release workflow * Move go code back to root * fix working directory * fix changeset script * revert debug changes * remove go cache path --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
14 lines
334 B
JSON
14 lines
334 B
JSON
{
|
|
"name": "github.com/livekit/protocol",
|
|
"private": true,
|
|
"version": "1.10.1",
|
|
"scripts": {
|
|
"changeset": "changeset",
|
|
"publish:ci": "pnpm --filter @livekit/protocol run build && changeset publish"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.27.1",
|
|
"@livekit/changesets-changelog-github": "^0.0.4"
|
|
}
|
|
}
|