mirror of
https://github.com/fluencelabs/js-multiaddr-to-uri
synced 2024-12-03 22:00:23 +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
|
||||
node_js:
|
||||
- '10'
|
||||
- '12'
|
||||
- 'lts/*'
|
||||
- 'node'
|
||||
|
2017
package-lock.json
generated
2017
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -16,12 +16,12 @@
|
||||
"author": "Alan Shaw",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"ava": "^3.11.1",
|
||||
"nyc": "^15.0.0",
|
||||
"standard": "^14.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"multiaddr": "^7.2.1"
|
||||
"multiaddr": "^8.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user