Skip to content

Commit

Permalink
chore: update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Oct 24, 2024
1 parent 3b98ca9 commit 84bc32b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ecosystem-sdk/sdk-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/wallets-connect-with-nextjs",
"version": "0.0.18",
"version": "0.0.19",
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.7",
"@rapidfire/id": "^0.0.14",
Expand Down
4 changes: 2 additions & 2 deletions 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.18",
"version": "0.0.19",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@openfort/ecosystem-js": "^0.0.6"
"@openfort/ecosystem-js": "^0.0.7"
},
"files": [
"dist",
Expand Down
8 changes: 4 additions & 4 deletions ecosystem-sdk/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@openfort/ecosystem-js@^0.0.6":
version "0.0.6"
resolved "https://registry.yarnpkg.com/@openfort/ecosystem-js/-/ecosystem-js-0.0.6.tgz#051770bc73995009c7a188cc6fdd3a1458d72d1f"
integrity sha512-w31r0x8kcHbwpGh8D3jU7nGErXQwAvsnj4kAIxICiqVQt1RoxAbX60qCC4MjiN3xoY4y+LLT+PN6eOdJSafIyA==
"@openfort/ecosystem-js@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@openfort/ecosystem-js/-/ecosystem-js-0.0.7.tgz#b6b635e2ad3670ca38b60cc83042b9c76a278a86"
integrity sha512-NbKy64J+iEoNIomhunLB1QSpsXS6K2jQdW0uHVOvrrbNU7BbWeaPVSs9dcMiT3oj6uXZL3+pY2LvoQZjo7MUlQ==
dependencies:
"@openfort/openfort-js" "0.8.11"
"@stdlib/number-float64-base-normalize" "0.0.8"
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.18",
"version": "0.0.19",
"main": "index.js",
"type": "commonjs",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions ecosystem-wallet/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ecosystem-frontend",
"version": "0.0.18",
"version": "0.0.19",
"private": true,
"dependencies": {
"@openfort/ecosystem-js": "^0.0.6",
"@openfort/ecosystem-js": "^0.0.7",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down
8 changes: 4 additions & 4 deletions ecosystem-wallet/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1819,10 +1819,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@openfort/ecosystem-js@^0.0.6":
version "0.0.6"
resolved "https://registry.yarnpkg.com/@openfort/ecosystem-js/-/ecosystem-js-0.0.6.tgz#051770bc73995009c7a188cc6fdd3a1458d72d1f"
integrity sha512-w31r0x8kcHbwpGh8D3jU7nGErXQwAvsnj4kAIxICiqVQt1RoxAbX60qCC4MjiN3xoY4y+LLT+PN6eOdJSafIyA==
"@openfort/ecosystem-js@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@openfort/ecosystem-js/-/ecosystem-js-0.0.7.tgz#b6b635e2ad3670ca38b60cc83042b9c76a278a86"
integrity sha512-NbKy64J+iEoNIomhunLB1QSpsXS6K2jQdW0uHVOvrrbNU7BbWeaPVSs9dcMiT3oj6uXZL3+pY2LvoQZjo7MUlQ==
dependencies:
"@openfort/openfort-js" "0.8.11"
"@stdlib/number-float64-base-normalize" "0.0.8"
Expand Down

0 comments on commit 84bc32b

Please sign in to comment.