forked from automerge/automerge-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Mar 19, 2024
1 parent
6c4c1ae
commit f59ba36
Showing
18 changed files
with
7,098 additions
and
2,942 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"useNx": true, | ||
"npmClient": "pnpm", | ||
"useWorkspaces": true, | ||
"version": "1.1.2" | ||
"version": "1.1.3" | ||
} |
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": "@automerge/automerge-repo-network-broadcastchannel", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "BroadcastChannel network adapter for Automerge Repo", | ||
"repository": "https://github.com/automerge/automerge-repo/tree/master/packages/automerge-repo-network-broadcastchannel", | ||
"author": "Peter van Hardenberg <[email protected]>", | ||
|
@@ -26,4 +26,4 @@ | |
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
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": "@automerge/automerge-repo-network-messagechannel", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "MessageChannel network adapter for Automerge Repo", | ||
"repository": "https://github.com/automerge/automerge-repo/tree/master/packages/automerge-repo-network-messagechannel", | ||
"author": "Peter van Hardenberg <[email protected]>", | ||
|
@@ -28,4 +28,4 @@ | |
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
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": "@automerge/automerge-repo-network-websocket", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "isomorphic node/browser Websocket network adapter for Automerge Repo", | ||
"repository": "https://github.com/automerge/automerge-repo/tree/master/packages/automerge-repo-network-websocket", | ||
"author": "Peter van Hardenberg <[email protected]>", | ||
|
@@ -31,4 +31,4 @@ | |
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
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": "@automerge/automerge-repo-react-hooks", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Hooks to access an Automerge Repo from your react app.", | ||
"repository": "https://github.com/automerge/automerge-repo/tree/master/packages/automerge-repo-react-hooks", | ||
"author": "Peter van Hardenberg <[email protected]>", | ||
|
@@ -42,4 +42,4 @@ | |
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
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": "@automerge/automerge-repo-storage-indexeddb", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "IndexedDB storage adapter for Automerge Repo", | ||
"repository": "https://github.com/automerge/automerge-repo/tree/master/packages/automerge-repo-storage-indexeddb", | ||
"author": "Peter van Hardenberg <[email protected]>", | ||
|
@@ -25,4 +25,4 @@ | |
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
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": "@automerge/automerge-repo-storage-nodefs", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Simple Node filesystem storage adapter for Automerge Repo", | ||
"repository": "https://github.com/automerge/automerge-repo/tree/master/packages/automerge-repo-storage-nodefs", | ||
"author": "Peter van Hardenberg <[email protected]>", | ||
|
@@ -26,4 +26,4 @@ | |
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@automerge/automerge-repo", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A repository object to manage a collection of automerge documents", | ||
"repository": "https://github.com/automerge/automerge-repo/tree/master/packages/automerge-repo", | ||
"author": "Peter van Hardenberg <[email protected]>", | ||
|
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": "@automerge/create-repo-node-app", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Create an automerge-repo app for node", | ||
"repository": "https://github.com/automerge/automerge-repo/tree/master/packages/create-repo-node-app", | ||
"author": "Alex Good <[email protected]>", | ||
|
@@ -14,4 +14,4 @@ | |
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
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": "@automerge/create-vite-app", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Create an automerge-repo app which uses Vite", | ||
"repository": "https://github.com/automerge/automerge-repo/tree/master/packages/create-vite-app", | ||
"author": "Alex Good <[email protected]>", | ||
|
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
Oops, something went wrong.