Skip to content

Commit 6639199

Browse files
authored
Merge pull request #112 from fireproof-storage/update-pail
Update-pail
2 parents 9f0a4fc + ed958da commit 6639199

File tree

11 files changed

+33
-25
lines changed

11 files changed

+33
-25
lines changed

packages/connect-aws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireproof/aws",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "",
55
"main": "./dist/browser/index.cjs",
66
"module": "./dist/browser/index.esm.js",

packages/connect-ipfs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireproof/ipfs",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "",
55
"main": "./dist/browser/index.cjs",
66
"module": "./dist/browser/index.esm.js",
@@ -61,9 +61,9 @@
6161
"@ucanto/core": "^10.0.1",
6262
"@ucanto/interface": "^10.0.1",
6363
"@web3-storage/clock": "^0.4.1",
64-
"@web3-storage/pail": "^0.5.0",
64+
"@web3-storage/pail": "^0.6.0",
6565
"@web3-storage/w3up-client": "^12.5.2",
6666
"cross-fetch": "^4.0.0",
6767
"multiformats": "^13.1.0"
6868
}
69-
}
69+
}

packages/connect-netlify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireproof/netlify",
3-
"version": "0.17.5",
3+
"version": "0.18.0",
44
"description": "",
55
"main": "./dist/browser/index.cjs",
66
"module": "./dist/browser/index.esm.js",
@@ -48,4 +48,4 @@
4848
"cross-fetch": "^4.0.0",
4949
"js-base64": "^3.7.5"
5050
}
51-
}
51+
}

packages/connect-partykit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireproof/partykit",
3-
"version": "0.17.10",
3+
"version": "0.18.0",
44
"description": "",
55
"main": "./dist/browser/index.cjs",
66
"module": "./dist/browser/index.esm.js",
@@ -54,10 +54,10 @@
5454
"dependencies": {
5555
"@fireproof/aws": "workspace:^",
5656
"@fireproof/encrypted-blockstore": "workspace:^",
57-
"@web3-storage/pail": "^0.5.0",
57+
"@web3-storage/pail": "^0.6.0",
5858
"cross-fetch": "^4.0.0",
5959
"js-base64": "^3.7.5",
6060
"multiformats": "^12.0.1",
6161
"partysocket": "^1.0.1"
6262
}
63-
}
63+
}

packages/encrypted-blockstore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireproof/encrypted-blockstore",
3-
"version": "0.17.8",
3+
"version": "0.18.0",
44
"description": "Content-addressed blockstore with pluggable CRDT storage connectors.",
55
"type": "module",
66
"main": "./dist/lib/index.cjs",
@@ -156,7 +156,7 @@
156156
"@ipld/dag-json": "^10.2.0",
157157
"@ipld/unixfs": "^2.2.0",
158158
"@peculiar/webcrypto": "^1.4.6",
159-
"@web3-storage/pail": "^0.5.0",
159+
"@web3-storage/pail": "^0.6.0",
160160
"charwise": "^3.0.1",
161161
"cross-fetch": "^4.0.0",
162162
"eslint-plugin-n": "^16.6.2",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = "0.17.8";
1+
export const PACKAGE_VERSION = "0.18.0";

packages/fireproof/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireproof/core",
3-
"version": "0.17.9",
3+
"version": "0.18.0",
44
"description": "Live database for the web.",
55
"type": "module",
66
"module": "./dist/browser/fireproof.js",
@@ -137,7 +137,7 @@
137137
"@ipld/dag-json": "^10.1.2",
138138
"@ipld/unixfs": "^2.1.1",
139139
"@peculiar/webcrypto": "^1.4.3",
140-
"@web3-storage/pail": "^0.5.0",
140+
"@web3-storage/pail": "^0.6.0",
141141
"charwise": "^3.0.1",
142142
"idb": "^7.1.1",
143143
"ipfs-unixfs-exporter": "^13.1.7",

packages/fireproof/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = "0.17.9";
1+
export const PACKAGE_VERSION = "0.18.0";

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-fireproof",
3-
"version": "0.17.11",
3+
"version": "0.18.0",
44
"description": "Fireproof live database, JavaScript API and React hooks",
55
"type": "module",
66
"module": "dist/index.js",

packages/solid-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireproof/solid-js",
3-
"version": "0.17.3",
3+
"version": "0.18.0",
44
"description": "The official SolidJS adapter for Fireproof. Light up your data with an embedded live database for your SolidJS web app.",
55
"type": "module",
66
"module": "./dist/server.js",

pnpm-lock.yaml

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)