mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-27 12:45:21 +00:00
chore: update release-please config and fix missing dependency on discovery (#1948)
This commit is contained in:
parent
0616d8267f
commit
efe9b8d794
1
package-lock.json
generated
1
package-lock.json
generated
@ -36536,6 +36536,7 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@waku/core": "0.0.27",
|
||||||
"@waku/enr": "0.0.21",
|
"@waku/enr": "0.0.21",
|
||||||
"@waku/interfaces": "0.0.22",
|
"@waku/interfaces": "0.0.22",
|
||||||
"@waku/proto": "^0.0.6",
|
"@waku/proto": "^0.0.6",
|
||||||
|
@ -54,6 +54,7 @@
|
|||||||
"@waku/interfaces": "0.0.22",
|
"@waku/interfaces": "0.0.22",
|
||||||
"@waku/proto": "^0.0.6",
|
"@waku/proto": "^0.0.6",
|
||||||
"@waku/enr": "0.0.21",
|
"@waku/enr": "0.0.21",
|
||||||
|
"@waku/core": "0.0.27",
|
||||||
"@waku/utils": "0.0.15",
|
"@waku/utils": "0.0.15",
|
||||||
"debug": "^4.3.4",
|
"debug": "^4.3.4",
|
||||||
"dns-query": "^0.11.2",
|
"dns-query": "^0.11.2",
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
{
|
{
|
||||||
"bootstrap-sha": "aead369227b49ea9c4619dec48f079ebfc0c85db",
|
"bootstrap-sha": "aead369227b49ea9c4619dec48f079ebfc0c85db",
|
||||||
"plugins": ["node-workspace", "sentence-case"],
|
"plugins": [
|
||||||
|
{
|
||||||
|
"type": "node-workspace",
|
||||||
|
"updatePeerDependencies": true
|
||||||
|
},
|
||||||
|
"sentence-case"
|
||||||
|
],
|
||||||
"release-type": "node",
|
"release-type": "node",
|
||||||
"separate-pull-requests": false,
|
"separate-pull-requests": false,
|
||||||
"versioning": "always-bump-patch",
|
"versioning": "always-bump-patch",
|
||||||
@ -15,7 +21,11 @@
|
|||||||
"packages/message-encryption": {},
|
"packages/message-encryption": {},
|
||||||
"packages/sdk": {},
|
"packages/sdk": {},
|
||||||
"packages/relay": {},
|
"packages/relay": {},
|
||||||
"packages/discovery": { "release-as": "0.0.1" },
|
"packages/discovery": {
|
||||||
"packages/react-native-polyfills": { "release-as": "0.0.1" }
|
"release-as": "0.0.1"
|
||||||
|
},
|
||||||
|
"packages/react-native-polyfills": {
|
||||||
|
"release-as": "0.0.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user