-
Notifications
You must be signed in to change notification settings - Fork 55
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
Oct 2, 2023
1 parent
0bf3806
commit 17fd526
Showing
14 changed files
with
42 additions
and
42 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": "yarn", | ||
"useWorkspaces": true, | ||
"version": "1.0.3" | ||
"version": "1.0.4" | ||
} |
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.0.3", | ||
"version": "1.0.4", | ||
"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]>", | ||
|
@@ -16,7 +16,7 @@ | |
"@automerge/automerge": "^2.1.0" | ||
}, | ||
"dependencies": { | ||
"@automerge/automerge-repo": "^1.0.3" | ||
"@automerge/automerge-repo": "^1.0.4" | ||
}, | ||
"watch": { | ||
"build": { | ||
|
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.0.3", | ||
"version": "1.0.4", | ||
"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]>", | ||
|
@@ -13,7 +13,7 @@ | |
"test": "mocha --no-warnings --experimental-specifier-resolution=node --exit" | ||
}, | ||
"dependencies": { | ||
"@automerge/automerge-repo": "^1.0.3" | ||
"@automerge/automerge-repo": "^1.0.4" | ||
}, | ||
"peerDependencies": { | ||
"@automerge/automerge": "^2.1.0" | ||
|
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-react-hooks", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"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]>", | ||
|
@@ -16,7 +16,7 @@ | |
"@automerge/automerge": "^2.1.0" | ||
}, | ||
"dependencies": { | ||
"@automerge/automerge-repo": "^1.0.3", | ||
"@automerge/automerge-repo": "^1.0.4", | ||
"eventemitter3": "^5.0.1", | ||
"react": "^18.2.0", | ||
"react-usestateref": "^1.0.8" | ||
|
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.0.3", | ||
"version": "1.0.4", | ||
"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]>", | ||
|
@@ -12,7 +12,7 @@ | |
"watch": "npm-watch" | ||
}, | ||
"dependencies": { | ||
"@automerge/automerge-repo": "^1.0.3" | ||
"@automerge/automerge-repo": "^1.0.4" | ||
}, | ||
"peerDependencies": { | ||
"@automerge/automerge": "^2.1.0" | ||
|
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.0.3", | ||
"version": "1.0.4", | ||
"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]>", | ||
|
@@ -15,7 +15,7 @@ | |
"@automerge/automerge": "^2.1.0" | ||
}, | ||
"dependencies": { | ||
"@automerge/automerge-repo": "^1.0.3", | ||
"@automerge/automerge-repo": "^1.0.4", | ||
"rimraf": "^5.0.1" | ||
}, | ||
"watch": { | ||
|
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.0.3", | ||
"version": "1.0.4", | ||
"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]>", | ||
|