diff --git a/.changeset/modern-plants-battle.md b/.changeset/modern-plants-battle.md new file mode 100644 index 0000000..288d49d --- /dev/null +++ b/.changeset/modern-plants-battle.md @@ -0,0 +1,6 @@ +--- +"partyfn": patch +"partyhard": patch +--- + +stubs diff --git a/packages/partyfn/README.md b/packages/partyfn/README.md new file mode 100644 index 0000000..31e8c5e --- /dev/null +++ b/packages/partyfn/README.md @@ -0,0 +1,3 @@ +## partyfn + +Nothing here yet. diff --git a/packages/partyfn/package.json b/packages/partyfn/package.json new file mode 100644 index 0000000..a0996e1 --- /dev/null +++ b/packages/partyfn/package.json @@ -0,0 +1,20 @@ +{ + "name": "partyfn", + "version": "0.0.1", + "repository": { + "type": "git", + "url": "git://github.com/threepointone/partyserver.git" + }, + "type": "module", + "files": [ + "dist", + "README.md" + ], + "keywords": [ + "durable-objects", + "rpc" + ], + "author": "Sunil Pai ", + "license": "ISC", + "description": "RPC on Durable Objects" +} diff --git a/packages/partyhard/README.md b/packages/partyhard/README.md new file mode 100644 index 0000000..89be1c8 --- /dev/null +++ b/packages/partyhard/README.md @@ -0,0 +1,3 @@ +## partyhard + +Nothing here yet. diff --git a/packages/partyhard/package.json b/packages/partyhard/package.json new file mode 100644 index 0000000..246f314 --- /dev/null +++ b/packages/partyhard/package.json @@ -0,0 +1,19 @@ +{ + "name": "partyhard", + "version": "0.0.1", + "repository": { + "type": "git", + "url": "git://github.com/threepointone/partyserver.git" + }, + "type": "module", + "files": [ + "dist", + "README.md" + ], + "keywords": [ + "durable-objects" + ], + "author": "Sunil Pai ", + "license": "ISC", + "description": "" +}