Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @peerbit/[email protected]
 - @peerbit/[email protected]
 - @peerbit/[email protected]
 - @peerbit/[email protected]
 - @peerbit/[email protected]
 - @peerbit/[email protected]
 - @dao-xyz/[email protected]
 - @dao-xyz/[email protected]
 - @dao-xyz/[email protected]
  • Loading branch information
marcus-pousette committed Feb 24, 2024
1 parent c6f73a5 commit 638d3cc
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions packages/blog-platform/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/blog",
"version": "0.0.1",
"version": "0.0.2",
"author": "dao.xyz",
"repository": "https://github.com/@dao-xyz/peerbit-examples",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,13 +37,13 @@
"watch": "nodemon"
},
"devDependencies": {
"typescript": "^5.3.3",
"@types/inquirer": "^9"
"@types/inquirer": "^9",
"typescript": "^5.3.3"
},
"dependencies": {
"@peerbit/blog-sdk": "^0.0.1",
"@inquirer/editor": "^2",
"@inquirer/input": "^2",
"@inquirer/select": "^2",
"@inquirer/input": "^2"
"@peerbit/blog-sdk": "^0.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/blog-platform/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/blog-sdk",
"version": "0.0.1",
"version": "0.0.2",
"author": "dao.xyz",
"repository": "https://github.com/@dao-xyz/peerbit-examples",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/file-share/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/please",
"version": "0.0.13",
"version": "0.0.14",
"author": "dao.xyz",
"repository": "https://github.com/@dao-xyz/peerbit-examples",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@peerbit/please-lib": "^0.0.8",
"@peerbit/please-lib": "^0.0.9",
"chalk": "^5.3.0",
"peerbit": "^4",
"yargs": "^17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/file-share/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/please-lib",
"version": "0.0.8",
"version": "0.0.9",
"author": "dao.xyz",
"repository": "https://github.com/@dao-xyz/peerbit-examples",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/many-chat-rooms/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/example-many-chat-rooms",
"version": "0.0.3",
"version": "0.0.4",
"author": "dao.xyz",
"repository": "https://github.com/@dao-xyz/peerbit-examples",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/react",
"version": "0.0.6",
"version": "0.0.7",
"homepage": "https://dao-xyz.github.io/peerbit-examples",
"module": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
Expand All @@ -22,9 +22,9 @@
"react": "*"
},
"dependencies": {
"@peerbit/document": "^6",
"@chainsafe/libp2p-yamux": "^6",
"@libp2p/webrtc": "^4",
"@peerbit/document": "^6",
"@peerbit/proxy-window": "^3",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/social-media-app/app-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dao-xyz/app-sdk",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://dao-xyz.github.io/peerbit-examples",
"module": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/social-media-app/app-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dao-xyz/app-service",
"version": "0.0.6",
"version": "0.0.7",
"author": "dao.xyz",
"repository": "https://github.com/@dao-xyz/peerbit-examples",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/social-media-app/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dao-xyz/social",
"version": "0.0.4",
"version": "0.0.5",
"author": "dao.xyz",
"repository": "https://github.com/@dao-xyz/peerbit-examples",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@dao-xyz/app-service": "^0.0.6",
"@dao-xyz/app-service": "^0.0.7",
"@peerbit/document": "^6",
"peerbit": "^4",
"uuid": "^9.0.0"
Expand Down

0 comments on commit 638d3cc

Please sign in to comment.