Skip to content

Commit

Permalink
initial publish (npm)
Browse files Browse the repository at this point in the history
  • Loading branch information
philcockfield committed Feb 26, 2024
1 parent 39f8041 commit 579da16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Expand Up @@ -12,17 +12,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).



## [0.0.1] - YYYY-MM-DD
## [0.0.1] - 2024-02-27
#### Added
- Setup initial project structure.
- Copied over from [source](https://github.com/cellplatform/platform-0.2.0/tree/main/code/ext/ext.lib.automerge.webrtc/src/Store.Network.WebrtcAdapter) monorepo.
- Setup CI/CD.
#### Changed
#### Deprecated
#### Removed
#### Fixed
#### Security




- Initial publish to NPM.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
[![ci.node](https://github.com/philcockfield/automerge-repo-network-peerjs/actions/workflows/ci.node.yml/badge.svg)](https://github.com/philcockfield/automerge-repo-network-peerjs/actions/workflows/ci.node.yml)
# automerge-repo-network-peerjs

A network adapter for [automerge-repo](https://github.com/automerge/automerge-repo) for WebRTC (P2P), based on the point-to-point [MessageChannelNetworkAdapter](https://github.com/automerge/automerge-repo/blob/main/packages/automerge-repo-network-messagechannel/src/index.ts).
A network adapter for [automerge-repo](https://github.com/automerge/automerge-repo) for WebRTC, based on the point-to-point [MessageChannelNetworkAdapter](https://github.com/automerge/automerge-repo/blob/main/packages/automerge-repo-network-messagechannel/src/index.ts).

---

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "automerge-repo-network-peerjs",
"version": "0.0.0",
"version": "0.0.1",
"description": "Network adapter for automerge-repo using peerjs",
"author": "phil Cockfield",
"license": "MIT",
Expand Down

0 comments on commit 579da16

Please sign in to comment.