Skip to content

Commit

Permalink
Merge pull request fireproof-storage#112 from fireproof-storage/updat…
Browse files Browse the repository at this point in the history
…e-pail

Update-pail
  • Loading branch information
jchris authored May 8, 2024
2 parents 9f0a4fc + ed958da commit 6639199
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/connect-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireproof/aws",
"version": "0.17.1",
"version": "0.18.0",
"description": "",
"main": "./dist/browser/index.cjs",
"module": "./dist/browser/index.esm.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireproof/ipfs",
"version": "0.17.1",
"version": "0.18.0",
"description": "",
"main": "./dist/browser/index.cjs",
"module": "./dist/browser/index.esm.js",
Expand Down Expand Up @@ -61,9 +61,9 @@
"@ucanto/core": "^10.0.1",
"@ucanto/interface": "^10.0.1",
"@web3-storage/clock": "^0.4.1",
"@web3-storage/pail": "^0.5.0",
"@web3-storage/pail": "^0.6.0",
"@web3-storage/w3up-client": "^12.5.2",
"cross-fetch": "^4.0.0",
"multiformats": "^13.1.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/connect-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireproof/netlify",
"version": "0.17.5",
"version": "0.18.0",
"description": "",
"main": "./dist/browser/index.cjs",
"module": "./dist/browser/index.esm.js",
Expand Down Expand Up @@ -48,4 +48,4 @@
"cross-fetch": "^4.0.0",
"js-base64": "^3.7.5"
}
}
}
6 changes: 3 additions & 3 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.10",
"version": "0.18.0",
"description": "",
"main": "./dist/browser/index.cjs",
"module": "./dist/browser/index.esm.js",
Expand Down Expand Up @@ -54,10 +54,10 @@
"dependencies": {
"@fireproof/aws": "workspace:^",
"@fireproof/encrypted-blockstore": "workspace:^",
"@web3-storage/pail": "^0.5.0",
"@web3-storage/pail": "^0.6.0",
"cross-fetch": "^4.0.0",
"js-base64": "^3.7.5",
"multiformats": "^12.0.1",
"partysocket": "^1.0.1"
}
}
}
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.8",
"version": "0.18.0",
"description": "Content-addressed blockstore with pluggable CRDT storage connectors.",
"type": "module",
"main": "./dist/lib/index.cjs",
Expand Down Expand Up @@ -156,7 +156,7 @@
"@ipld/dag-json": "^10.2.0",
"@ipld/unixfs": "^2.2.0",
"@peculiar/webcrypto": "^1.4.6",
"@web3-storage/pail": "^0.5.0",
"@web3-storage/pail": "^0.6.0",
"charwise": "^3.0.1",
"cross-fetch": "^4.0.0",
"eslint-plugin-n": "^16.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/encrypted-blockstore/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = "0.17.8";
export const PACKAGE_VERSION = "0.18.0";
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.9",
"version": "0.18.0",
"description": "Live database for the web.",
"type": "module",
"module": "./dist/browser/fireproof.js",
Expand Down Expand Up @@ -137,7 +137,7 @@
"@ipld/dag-json": "^10.1.2",
"@ipld/unixfs": "^2.1.1",
"@peculiar/webcrypto": "^1.4.3",
"@web3-storage/pail": "^0.5.0",
"@web3-storage/pail": "^0.6.0",
"charwise": "^3.0.1",
"idb": "^7.1.1",
"ipfs-unixfs-exporter": "^13.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/fireproof/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = "0.17.9";
export const PACKAGE_VERSION = "0.18.0";
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-fireproof",
"version": "0.17.11",
"version": "0.18.0",
"description": "Fireproof live database, JavaScript API and React hooks",
"type": "module",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireproof/solid-js",
"version": "0.17.3",
"version": "0.18.0",
"description": "The official SolidJS adapter for Fireproof. Light up your data with an embedded live database for your SolidJS web app.",
"type": "module",
"module": "./dist/server.js",
Expand Down
24 changes: 16 additions & 8 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 6639199

Please sign in to comment.