mirror of
https://github.com/fluencelabs/js-multiaddr-to-uri
synced 2024-12-04 20:20:36 +00:00
chore: update deps (#45)
BREAKING CHANGES: - Upgrades the multiaddr dep to one that uses Uint8Arrays internally
This commit is contained in:
parent
73966a97bf
commit
e2caa8574a
@ -1,4 +1,4 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '10'
|
- 'lts/*'
|
||||||
- '12'
|
- 'node'
|
||||||
|
2005
package-lock.json
generated
2005
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -16,12 +16,12 @@
|
|||||||
"author": "Alan Shaw",
|
"author": "Alan Shaw",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "^2.4.0",
|
"ava": "^3.11.1",
|
||||||
"nyc": "^15.0.0",
|
"nyc": "^15.0.0",
|
||||||
"standard": "^14.3.1"
|
"standard": "^14.3.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"multiaddr": "^7.2.1"
|
"multiaddr": "^8.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user