mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-10 04:26:33 +00:00
951ebdac9d
* feat!(@waku/sdk): rename package from @waku/create to @waku/sdk * feat: proxy @waku/core and @waku/utils through @waku/sdk * address comments * update package-lock * Update .size-limit.cjs Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com> * integrate to release please --------- Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com> Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com> Co-authored-by: Sasha <oleksandr@status.im>
24 lines
656 B
JSON
24 lines
656 B
JSON
{
|
|
"bootstrap-sha": "aead369227b49ea9c4619dec48f079ebfc0c85db",
|
|
"plugins": ["node-workspace", "sentence-case"],
|
|
"release-type": "node",
|
|
"separate-pull-requests": false,
|
|
"versioning": "always-bump-patch",
|
|
"group-pull-request-title-pattern": "chore: release ${branch}",
|
|
"packages": {
|
|
"packages/utils": {},
|
|
"packages/proto": {},
|
|
"packages/interfaces": {},
|
|
"packages/message-hash": {},
|
|
"packages/enr": {},
|
|
"packages/peer-exchange": {},
|
|
"packages/core": {},
|
|
"packages/dns-discovery": {},
|
|
"packages/message-encryption": {},
|
|
"packages/sdk": {
|
|
"release-as": "0.0.16"
|
|
},
|
|
"packages/relay": {}
|
|
}
|
|
}
|