Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 5776191

Browse files
authored
Merge pull request #1241 from ssbc/update-ssb-conn12
update ssb-conn to 0.12.0
2 parents 601f91c + 155815e commit 5776191

File tree

2 files changed

+51
-66
lines changed

2 files changed

+51
-66
lines changed

package-lock.json

Lines changed: 35 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ssb-blobs": "^1.2.2",
7272
"ssb-client": "^4.7.9",
7373
"ssb-config": "^3.4.3",
74-
"ssb-conn": "~0.10.3",
74+
"ssb-conn": "~0.12.0",
7575
"ssb-db": "^19.3.0",
7676
"ssb-ebt": "^5.6.7",
7777
"ssb-friends": "^4.1.4",
@@ -88,7 +88,7 @@
8888
"ssb-query": "^2.4.3",
8989
"ssb-ref": "^2.13.9",
9090
"ssb-replicate": "^1.3.1",
91-
"ssb-room": "^1.0.0",
91+
"ssb-room": "^1.1.3",
9292
"ssb-search": "^1.2.1",
9393
"ssb-sort": "^1.1.3",
9494
"ssb-suggest": "^1.0.4",
@@ -114,17 +114,24 @@
114114
"category": "Network",
115115
"target": [
116116
{
117-
"target": "AppImage",
118-
"arch": ["x64", "arm64"]
117+
"target": "AppImage",
118+
"arch": [
119+
"x64",
120+
"arm64"
121+
]
119122
},
120123
{
121-
"target": "snap",
122-
"arch": ["x64"]
124+
"target": "snap",
125+
"arch": [
126+
"x64"
127+
]
123128
},
124129
{
125-
"target": "deb",
126-
"arch": ["x64"]
127-
}
130+
"target": "deb",
131+
"arch": [
132+
"x64"
133+
]
134+
}
128135
]
129136
},
130137
"deb": {

0 commit comments

Comments
 (0)