Files
livekit-protocol/package.json
T
lukasIO c04669aee6 Separate protobufs and set up changesets publishing workflow (#629)
* 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>
2024-03-08 10:37:35 +01:00

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