From b1b6df781e8fa8a8f98f1d759a13ea98878a9a6b Mon Sep 17 00:00:00 2001 From: aman035 Date: Fri, 8 Nov 2024 11:22:38 +0700 Subject: [PATCH] bump sdk versions --- examples/email-app/package-lock.json | 18 +++++++++--------- examples/email-app/package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/email-app/package-lock.json b/examples/email-app/package-lock.json index f0897384..7c7eed2b 100644 --- a/examples/email-app/package-lock.json +++ b/examples/email-app/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@privy-io/react-auth": "^1.91.0", "@privy-io/wagmi": "^0.2.12", - "@pushprotocol/node-core": "^0.0.22", + "@pushprotocol/node-core": "^0.0.23", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-popover": "^1.1.2", "@radix-ui/react-scroll-area": "^1.2.0", @@ -22,7 +22,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.453.0", - "push-mail": "^0.0.5", + "push-mail": "^0.0.6", "react": "^18.3.1", "react-dom": "^18.3.1", "react-resizable-panels": "^2.1.4", @@ -4784,9 +4784,9 @@ } }, "node_modules/@pushprotocol/node-core": { - "version": "0.0.22", - "resolved": "https://registry.npmjs.org/@pushprotocol/node-core/-/node-core-0.0.22.tgz", - "integrity": "sha512-VRB6yV1DuLGgzGa9I0JJ5o31iBt8UKHjQdlyWShlOKts1tGH3iyKc09qtV3oyIk+I/Fqpbxh1OWxaotTBd4/Bw==", + "version": "0.0.23", + "resolved": "https://registry.npmjs.org/@pushprotocol/node-core/-/node-core-0.0.23.tgz", + "integrity": "sha512-/FvYcBIBkHzx7ugy+g3tqt3JDsJDv0v42vcxUxjitvcMZao+Af/z4/I5PROiXK4F/EJG6adSFC9+sI373x59YQ==", "dependencies": { "@bufbuild/protobuf": "^2.0.0", "@noble/hashes": "^1.5.0", @@ -17921,15 +17921,15 @@ } }, "node_modules/push-mail": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/push-mail/-/push-mail-0.0.5.tgz", - "integrity": "sha512-qW3q+1FMNxcxh4bbz+r/q2da+de+YU6RMpxpY+97Rw0fUsPraRlRC9jpEN3cHXBPB1yIwrYTROH/oiGADm+Wog==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/push-mail/-/push-mail-0.0.6.tgz", + "integrity": "sha512-AKLM+OY5eY8vWe6vhdiSvly5znGfNxkb0W/8UecEjuasBO+d8doZD7jUe4LBy8/ZuB8g+VdqfEaOXRpRIDFX3g==", "dependencies": { "@bufbuild/protobuf": "^2.0.0", "tslib": "^2.3.0" }, "peerDependencies": { - "@pushprotocol/node-core": "^0.0.22", + "@pushprotocol/node-core": "^0.0.23", "viem": "^2" } }, diff --git a/examples/email-app/package.json b/examples/email-app/package.json index ded7e2bd..592e55d1 100644 --- a/examples/email-app/package.json +++ b/examples/email-app/package.json @@ -13,7 +13,7 @@ "dependencies": { "@privy-io/react-auth": "^1.91.0", "@privy-io/wagmi": "^0.2.12", - "@pushprotocol/node-core": "^0.0.22", + "@pushprotocol/node-core": "^0.0.23", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-popover": "^1.1.2", "@radix-ui/react-scroll-area": "^1.2.0", @@ -25,7 +25,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.453.0", - "push-mail": "^0.0.5", + "push-mail": "^0.0.6", "react": "^18.3.1", "react-dom": "^18.3.1", "react-resizable-panels": "^2.1.4",