diff --git a/example-dimo-auth/dimo-network-login-with-dimo-0.0.10.tgz b/example-dimo-auth/dimo-network-login-with-dimo-0.0.10.tgz new file mode 100644 index 0000000..dc2fbaf Binary files /dev/null and b/example-dimo-auth/dimo-network-login-with-dimo-0.0.10.tgz differ diff --git a/example-dimo-auth/package-lock.json b/example-dimo-auth/package-lock.json index 1218a4c..c7ff143 100644 --- a/example-dimo-auth/package-lock.json +++ b/example-dimo-auth/package-lock.json @@ -8,7 +8,7 @@ "name": "example-dimo-auth", "version": "0.1.0", "dependencies": { - "@dimo-network/login-with-dimo": "file:./dimo-network-login-with-dimo-0.0.9.tgz", + "@dimo-network/login-with-dimo": "file:./dimo-network-login-with-dimo-0.0.10.tgz", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", @@ -2235,9 +2235,9 @@ } }, "node_modules/@dimo-network/login-with-dimo": { - "version": "0.0.9", - "resolved": "file:dimo-network-login-with-dimo-0.0.9.tgz", - "integrity": "sha512-RnluCr1ksYIWc7/lOmJZeSExYY/UiCYiBpCeRYl0r618ATqtdLPD83xTrPyW/FVqWQFfHK+FO13GQiBl04F4BQ==", + "version": "0.0.10", + "resolved": "file:dimo-network-login-with-dimo-0.0.10.tgz", + "integrity": "sha512-GKPGZ2yI2nTzR26Ghwxa+EnnbLWf4djKyUggMkNCkQjhh3sq/YrJNwvgh4F4eBnAGP5Mj+PhDr9n1V3Ddhi8aA==", "license": "ISC", "peerDependencies": { "react": "^18.0.0", diff --git a/example-dimo-auth/package.json b/example-dimo-auth/package.json index d5f9e57..2469ab7 100644 --- a/example-dimo-auth/package.json +++ b/example-dimo-auth/package.json @@ -10,7 +10,7 @@ "@types/node": "^16.18.114", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", - "@dimo-network/login-with-dimo": "file:./dimo-network-login-with-dimo-0.0.9.tgz", + "@dimo-network/login-with-dimo": "file:./dimo-network-login-with-dimo-0.0.10.tgz", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "5.0.1", diff --git a/sdk/package.json b/sdk/package.json index bc1dbff..e55cea4 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@dimo-network/login-with-dimo", - "version": "0.0.9", + "version": "0.0.10", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",