Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Feb 12, 2024
1 parent 82cc108 commit d0bbdf7
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 34 deletions.
2 changes: 1 addition & 1 deletion packages/connect-ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@web3-storage/pail": "^0.4.0",
"@web3-storage/pail": "^0.4.2",
"@fireproof/core": "workspace:^",
"@fireproof/connect": "workspace:^",
"@fireproof/encrypted-blockstore": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-partykit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireproof/partykit",
"version": "0.17.4",
"version": "0.17.5",
"description": "",
"main": "./dist/browser/index.cjs",
"module": "./dist/browser/index.esm.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@web3-storage/pail": "^0.4.0",
"@web3-storage/pail": "^0.4.2",
"@fireproof/connect": "workspace:^",
"@fireproof/encrypted-blockstore": "workspace:^",
"cross-fetch": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireproof/connect",
"version": "0.17.3",
"version": "0.17.4",
"description": "",
"main": "./dist/browser/index.cjs",
"module": "./dist/browser/index.esm.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@web3-storage/pail": "^0.4.0",
"@web3-storage/pail": "^0.4.2",
"@ipld/dag-json": "^10.1.2",
"@fireproof/encrypted-blockstore": "workspace:^",
"cross-fetch": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/encrypted-blockstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireproof/encrypted-blockstore",
"version": "0.17.3",
"version": "0.17.4",
"description": "Content-addressed blockstore with pluggable CRDT storage connectors.",
"type": "module",
"main": "./dist/lib/index.cjs",
Expand Down Expand Up @@ -151,7 +151,7 @@
"util": "^0.12.5"
},
"dependencies": {
"@web3-storage/pail": "^0.4.0",
"@web3-storage/pail": "^0.4.2",
"@ipld/car": "^5.2.0",
"@ipld/dag-cbor": "^9.0.3",
"@ipld/dag-json": "^10.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/fireproof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireproof/core",
"version": "0.17.4",
"version": "0.17.5",
"description": "Live database for the web.",
"type": "module",
"module": "./dist/browser/fireproof.js",
Expand Down Expand Up @@ -131,7 +131,7 @@
"util": "^0.12.5"
},
"dependencies": {
"@web3-storage/pail": "^0.4.1",
"@web3-storage/pail": "^0.4.2",
"@fireproof/encrypted-blockstore": "workspace:^",
"@ipld/car": "^5.2.0",
"@ipld/dag-cbor": "^9.0.3",
Expand Down
37 changes: 12 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0bbdf7

Please sign in to comment.