@comapeo/core 1.0.0 → 1.0.1
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": "@comapeo/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Offline p2p mapping library",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -151,6 +151,7 @@
|
|
|
151
151
|
"yazl": "^2.5.1"
|
|
152
152
|
},
|
|
153
153
|
"dependencies": {
|
|
154
|
+
"@comapeo/schema": "1.0.0",
|
|
154
155
|
"@digidem/types": "^2.3.0",
|
|
155
156
|
"@electron/asar": "^3.2.8",
|
|
156
157
|
"@fastify/error": "^3.4.1",
|
|
@@ -158,7 +159,6 @@
|
|
|
158
159
|
"@fastify/type-provider-typebox": "^4.0.0",
|
|
159
160
|
"@hyperswarm/secret-stream": "^6.1.2",
|
|
160
161
|
"@mapeo/crypto": "1.0.0-alpha.10",
|
|
161
|
-
"@comapeo/schema": "1.0.0",
|
|
162
162
|
"@mapeo/sqlite-indexer": "1.0.0-alpha.9",
|
|
163
163
|
"@sinclair/typebox": "^0.29.6",
|
|
164
164
|
"b4a": "^1.6.3",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"big-sparse-array": "^1.0.3",
|
|
168
168
|
"bogon": "^1.1.0",
|
|
169
169
|
"compact-encoding": "^2.12.0",
|
|
170
|
-
"corestore": "
|
|
170
|
+
"corestore": "6.8.4",
|
|
171
171
|
"debug": "^4.3.4",
|
|
172
172
|
"dot-prop": "^9.0.0",
|
|
173
173
|
"drizzle-orm": "^0.30.8",
|
|
@@ -184,7 +184,7 @@ function mutatingAddPeerState(accumulator, currentValue) {
|
|
|
184
184
|
accumulator.status === 'stopped'
|
|
185
185
|
} else if (
|
|
186
186
|
currentValue.status === 'starting' &&
|
|
187
|
-
accumulator.status === '
|
|
187
|
+
accumulator.status === 'started'
|
|
188
188
|
) {
|
|
189
189
|
accumulator.status = 'starting'
|
|
190
190
|
}
|