Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Couldn't find any versions for "@web3modal/siwe" that matches "3.5.0-6a05dc24" #1666

Closed
daweilv opened this issue Dec 26, 2023 · 1 comment
Labels
bug Something isn't working needs review

Comments

@daweilv
Copy link

daweilv commented Dec 26, 2023

Link to minimal reproducible example

node_modules/@web3modal/ethers5/package.json @Version 3.5.2

Summary

none exist "@web3modal/siwe": "3.5.0-6a05dc24", package version, pls help check and update optionalDependencies
node_modules/@web3modal/ethers5/package.json

{
  "name": "@web3modal/ethers5",
  "version": "3.5.2",
  "type": "module",
  "main": "./dist/esm/exports/index.js",
  "types": "./dist/types/exports/index.d.ts",
  "files": [
    "dist",
    "!tsconfig.tsbuildinfo"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/exports/index.d.ts",
      "import": "./dist/esm/exports/index.js",
      "default": "./dist/esm/exports/index.js"
    },
    "./react": {
      "types": "./dist/types/exports/react.d.ts",
      "import": "./dist/esm/exports/react.js",
      "default": "./dist/esm/exports/react.js"
    },
    "./vue": {
      "types": "./dist/types/exports/vue.d.ts",
      "import": "./dist/esm/exports/vue.js",
      "default": "./dist/esm/exports/vue.js"
    }
  },
  "typesVersions": {
    "*": {
      "react": [
        "./dist/types/exports/react.d.ts"
      ],
      "vue": [
        "./dist/types/exports/vue.d.ts"
      ]
    }
  },
  "scripts": {
    "build:clean": "rm -rf dist",
    "build": "tsc --build",
    "watch": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
  },
  "dependencies": {
    "@coinbase/wallet-sdk": "3.7.2",
    "@walletconnect/ethereum-provider": "2.10.6",
    "@web3modal/polyfills": "3.5.2",
    "@web3modal/scaffold": "3.5.2",
    "@web3modal/scaffold-react": "3.5.2",
    "@web3modal/scaffold-utils": "3.5.2",
    "@web3modal/scaffold-vue": "3.5.2",
    "valtio": "1.11.2"
  },
  "devDependencies": {
    "@web3modal/siwe": "*",
    "ethers": "5.7.2"
  },
  "peerDependencies": {
    "@web3modal/siwe": "*",
    "ethers": ">=5.0.0 <6.0.0",
    "react": ">=17",
    "react-dom": ">=17",
    "vue": ">=3"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "@web3modal/siwe": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "vue": {
      "optional": true
    }
  },
  "optionalDependencies": {
    "@web3modal/siwe": "3.5.0-6a05dc24",
    "react": ">=17",
    "react-dom": ">=17",
    "vue": ">=3"
  },
  "keywords": [
    "web3",
    "crypto",
    "ethereum",
    "web3modal",
    "walletconnect",
    "lit",
    "webcomponents"
  ],
  "author": "WalletConnect <walletconnect.com>",
  "license": "Apache-2.0",
  "homepage": "https://github.com/web3modal/web3modal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web3modal/web3modal.git"
  },
  "bugs": {
    "url": "https://github.com/web3modal/web3modal/issues"
  }
}

List of related npm package versions

"name": "@web3modal/ethers5",
"version": "3.5.2",

@daweilv daweilv added bug Something isn't working needs review labels Dec 26, 2023
@enesozturk
Copy link
Contributor

Hey @daweilv, thanks for reporting this issue, we recently merged a fix for it, so version 3.5.3 will be good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs review
Projects
None yet
Development

No branches or pull requests

2 participants