Skip to content

Commit ffbf160

Browse files
authored
Merge branch 'main' into feat/config-validation
2 parents 7238baa + 7877a50 commit ffbf160

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

packages/connection-encrypter-plaintext/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"bugs": {
1212
"url": "https://github.com/libp2p/js-libp2p/issues"
1313
},
14+
"publishConfig": {
15+
"access": "public",
16+
"provenance": true
17+
},
1418
"type": "module",
1519
"types": "./dist/src/index.d.ts",
1620
"files": [

packages/interface/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"bugs": {
1212
"url": "https://github.com/libp2p/js-libp2p/issues"
1313
},
14+
"publishConfig": {
15+
"access": "public",
16+
"provenance": true
17+
},
1418
"keywords": [
1519
"interface",
1620
"libp2p"

packages/peer-discovery-mdns/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"bugs": {
1212
"url": "https://github.com/libp2p/js-libp2p/issues"
1313
},
14+
"publishConfig": {
15+
"access": "public",
16+
"provenance": true
17+
},
1418
"keywords": [
1519
"IPFS"
1620
],

0 commit comments

Comments
 (0)