Merge 4cecb55b53 into release/next-userspace

This commit is contained in:
janeway-bot 2021-05-28 02:56:01 +04:00 committed by GitHub
commit 86ba56dc45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/http-api",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"description": "Library to interact with an Urbit ship over HTTP",
"repository": {
@ -52,12 +52,15 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@microsoft/fetch-event-source": "^2.0.0",
"@urbit/api": "file:../api",
"@urbit/api": "^1.1.0",
"browser-or-node": "^1.3.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"node-fetch": "^2.6.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.1"
},
"bundledDependencies": {
"@urbit/api"
}
}