Skip to content

Commit

Permalink
chore: update rapidfire/id
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Nov 21, 2024
1 parent 25d730e commit 5b332bd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ecosystem-sdk/sdk-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@examples/wallets-connect-with-nextjs",
"version": "0.0.27",
"version": "0.0.28",
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.7",
"@rapidfire/id": "^0.0.25",
"@rapidfire/id": "^0.0.27",
"@tanstack/react-query": "^5.51.11",
"connectkit": "^1.8.2",
"ethers": "^5.7.2",
Expand Down
18 changes: 9 additions & 9 deletions ecosystem-sdk/sdk-sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1040,10 +1040,10 @@
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==

"@openfort/ecosystem-js@^0.0.8":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@openfort/ecosystem-js/-/ecosystem-js-0.0.8.tgz#986f3015581c201148b6b385ca501e76d590d92b"
integrity sha512-tj4lZlf8C3WfspRBxYy4GgETX8kBD5t7mW2y524l5ccb5cH3xqKulxdjViNdin7oZ8Ja4Csi447m/QJJn1KXLA==
"@openfort/ecosystem-js@^0.0.9":
version "0.0.9"
resolved "https://registry.yarnpkg.com/@openfort/ecosystem-js/-/ecosystem-js-0.0.9.tgz#98a8fa3d9f49de7e94cb93a753236f2a36006615"
integrity sha512-O5qtisQnIyWJr+TCXRfPlzO2gB7EXhFlXgJmMG8urjWVLJKxLwuDPrVjukUzR76yGQmG3iOruYnBBX8VVXryDw==
dependencies:
"@openfort/openfort-js" "0.8.11"
"@stdlib/number-float64-base-normalize" "0.0.8"
Expand Down Expand Up @@ -1203,12 +1203,12 @@
react-remove-scroll "2.6.0"
ua-parser-js "^1.0.37"

"@rapidfire/id@^0.0.25":
version "0.0.25"
resolved "https://registry.yarnpkg.com/@rapidfire/id/-/id-0.0.25.tgz#14743f2fe559ffc516011606ab2ec52f473b922d"
integrity sha512-fdA5Ao/P67z/e0xOgVDDiJEpex0CDzhQjs+r/86BmP6Eg6gsMR4tCrs2no1QmQDA53jRAdkvi3RViscPOyOYrA==
"@rapidfire/id@^0.0.27":
version "0.0.27"
resolved "https://registry.yarnpkg.com/@rapidfire/id/-/id-0.0.27.tgz#5d4903b0be2aa3723f19046c3ff54625eda4e650"
integrity sha512-eSqHT51vVt2UuJw9vGa1Hqdzz7rzDorr/U95Aathi1/hqfqJDtNZavaVgfEzf44s/MvM7JBWmmQYs6dQOeTR7Q==
dependencies:
"@openfort/ecosystem-js" "^0.0.8"
"@openfort/ecosystem-js" "^0.0.9"

"@rtsao/scc@^1.1.0":
version "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-sdk/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapidfire/id",
"version": "0.0.27",
"version": "0.0.28",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-wallet/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecosystem-backend",
"version": "0.0.27",
"version": "0.0.28",
"main": "index.js",
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-wallet/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecosystem-frontend",
"version": "0.0.27",
"version": "0.0.28",
"private": true,
"dependencies": {
"@openfort/ecosystem-js": "^0.0.9",
Expand Down

0 comments on commit 5b332bd

Please sign in to comment.