@libp2p/daemon-server 8.0.4 → 8.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/daemon-server",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
4
4
  "description": "API server for libp2p-daemon instances",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/main/packages/libp2p-daemon-server#readme",
@@ -121,7 +121,15 @@
121
121
  "@semantic-release/changelog",
122
122
  "@semantic-release/npm",
123
123
  "@semantic-release/github",
124
- "@semantic-release/git"
124
+ [
125
+ "@semantic-release/git",
126
+ {
127
+ "assets": [
128
+ "CHANGELOG.md",
129
+ "package.json"
130
+ ]
131
+ }
132
+ ]
125
133
  ]
126
134
  },
127
135
  "scripts": {
@@ -135,26 +143,26 @@
135
143
  "release": "aegir release"
136
144
  },
137
145
  "dependencies": {
138
- "@chainsafe/libp2p-gossipsub": "^14.1.0",
139
- "@libp2p/crypto": "^5.0.6",
140
- "@libp2p/daemon-protocol": "^7.0.2",
141
- "@libp2p/interface": "^2.2.0",
142
- "@libp2p/kad-dht": "^14.1.0",
143
- "@libp2p/logger": "^5.1.3",
144
- "@libp2p/peer-id": "^5.0.7",
145
- "@libp2p/tcp": "^10.0.11",
146
- "@multiformats/multiaddr": "^12.3.1",
147
- "it-drain": "^3.0.7",
146
+ "@chainsafe/libp2p-gossipsub": "^14.1.1",
147
+ "@libp2p/crypto": "^5.1.2",
148
+ "@libp2p/daemon-protocol": "^7.0.0",
149
+ "@libp2p/interface": "^2.10.0",
150
+ "@libp2p/kad-dht": "^15.1.0",
151
+ "@libp2p/logger": "^5.1.16",
152
+ "@libp2p/peer-id": "^5.1.3",
153
+ "@libp2p/tcp": "^10.1.11",
154
+ "@multiformats/multiaddr": "^12.4.0",
155
+ "it-drain": "^3.0.9",
148
156
  "it-length-prefixed": "^10.0.1",
149
- "it-length-prefixed-stream": "^1.2.0",
157
+ "it-length-prefixed-stream": "^2.0.2",
150
158
  "it-pipe": "^3.0.1",
151
- "it-protobuf-stream": "^1.1.5",
159
+ "it-protobuf-stream": "^2.0.2",
152
160
  "it-pushable": "^3.2.3",
153
- "multiformats": "^13.3.1",
161
+ "multiformats": "^13.3.4",
154
162
  "uint8arrays": "^5.1.0"
155
163
  },
156
164
  "devDependencies": {
157
- "aegir": "^45.0.1",
165
+ "aegir": "^46.0.3",
158
166
  "sinon-ts": "^2.0.0"
159
167
  }
160
168
  }
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0