-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/pushDocs
- Loading branch information
Showing
55 changed files
with
251 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ | |
|
||
## Clone the repo | ||
|
||
- `git clone [email protected]:digidem/mapeo-core-next.git` | ||
- `cd mapeo-core-next` | ||
- `git clone [email protected]:digidem/comapeo-core.git` | ||
- `cd comapeo-core` | ||
|
||
## Install dependencies | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mapeo/core", | ||
"version": "9.0.0-alpha.23", | ||
"name": "@comapeo/core", | ||
"version": "1.0.0", | ||
"description": "Offline p2p mapping library", | ||
"main": "src/index.js", | ||
"types": "dist/index.d.ts", | ||
|
@@ -92,22 +92,24 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/digidem/mapeo-core.git" | ||
"url": "git+https://github.com/digidem/comapeo-core.git" | ||
}, | ||
"authors": [ | ||
"Karissa McKelvey", | ||
"Gregor MacLennan", | ||
"noffle" | ||
"Andrew Chou <[email protected]>", | ||
"Evan Hahn <[email protected]>", | ||
"Gregor MacLennan <[email protected]>", | ||
"Seth Vincent", | ||
"Tomás Ciccola <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/digidem/mapeo-core/issues" | ||
"url": "https://github.com/digidem/comapeo-core/issues" | ||
}, | ||
"homepage": "https://github.com/digidem/mapeo-core#readme", | ||
"homepage": "https://github.com/digidem/comapeo-core#readme", | ||
"devDependencies": { | ||
"@bufbuild/buf": "^1.26.1", | ||
"@mapeo/default-config": "4.0.0-alpha.8", | ||
"@mapeo/mock-data": "^1.0.3-alpha.5", | ||
"@mapeo/default-config": "5.0.0", | ||
"@mapeo/mock-data": "2.0.0", | ||
"@sinonjs/fake-timers": "^10.0.2", | ||
"@types/b4a": "^1.6.0", | ||
"@types/bogon": "^1.0.2", | ||
|
@@ -156,7 +158,7 @@ | |
"@fastify/type-provider-typebox": "^4.0.0", | ||
"@hyperswarm/secret-stream": "^6.1.2", | ||
"@mapeo/crypto": "1.0.0-alpha.10", | ||
"@mapeo/schema": "^3.0.0-next.26", | ||
"@comapeo/schema": "1.0.0", | ||
"@mapeo/sqlite-indexer": "1.0.0-alpha.9", | ||
"@sinclair/typebox": "^0.29.6", | ||
"b4a": "^1.6.3", | ||
|
Oops, something went wrong.