chore: update release-please config and fix missing dependency on discovery (#1948)

This commit is contained in:
Sasha 2024-04-09 10:04:51 +03:00 committed by GitHub
parent 0616d8267f
commit efe9b8d794
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 4 deletions

1
package-lock.json generated
View File

@ -36536,6 +36536,7 @@
"version": "0.0.1",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@waku/core": "0.0.27",
"@waku/enr": "0.0.21",
"@waku/interfaces": "0.0.22",
"@waku/proto": "^0.0.6",

View File

@ -54,6 +54,7 @@
"@waku/interfaces": "0.0.22",
"@waku/proto": "^0.0.6",
"@waku/enr": "0.0.21",
"@waku/core": "0.0.27",
"@waku/utils": "0.0.15",
"debug": "^4.3.4",
"dns-query": "^0.11.2",

View File

@ -1,6 +1,12 @@
{
"bootstrap-sha": "aead369227b49ea9c4619dec48f079ebfc0c85db",
"plugins": ["node-workspace", "sentence-case"],
"plugins": [
{
"type": "node-workspace",
"updatePeerDependencies": true
},
"sentence-case"
],
"release-type": "node",
"separate-pull-requests": false,
"versioning": "always-bump-patch",
@ -15,7 +21,11 @@
"packages/message-encryption": {},
"packages/sdk": {},
"packages/relay": {},
"packages/discovery": { "release-as": "0.0.1" },
"packages/react-native-polyfills": { "release-as": "0.0.1" }
"packages/discovery": {
"release-as": "0.0.1"
},
"packages/react-native-polyfills": {
"release-as": "0.0.1"
}
}
}
}