@worldcoin/minikit-js 2.0.0-dev.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -119,25 +119,17 @@
119
119
  "wagmi": "^3.0.0"
120
120
  },
121
121
  "peerDependenciesMeta": {
122
- "@worldcoin/idkit-core": {
122
+ "siwe": {
123
123
  "optional": true
124
124
  },
125
- "wagmi": {
125
+ "viem": {
126
126
  "optional": true
127
127
  },
128
- "siwe": {
128
+ "wagmi": {
129
129
  "optional": true
130
130
  }
131
131
  },
132
132
  "private": false,
133
- "scripts": {
134
- "build": "tsup",
135
- "dev": "tsup --watch",
136
- "lint": "prettier --check . --ignore-path ../../.prettierignore",
137
- "prepublishOnly": "npm run build",
138
- "test": "jest",
139
- "type-check": "tsc --noEmit"
140
- },
141
133
  "type": "module",
142
134
  "types": "./build/index.d.ts",
143
135
  "typesVersions": {
@@ -148,5 +140,12 @@
148
140
  ]
149
141
  }
150
142
  },
151
- "version": "2.0.0-dev.0"
152
- }
143
+ "version": "2.0.0",
144
+ "scripts": {
145
+ "build": "tsup",
146
+ "dev": "tsup --watch",
147
+ "lint": "prettier --check . --ignore-path ../../.prettierignore",
148
+ "test": "jest",
149
+ "type-check": "tsc --noEmit"
150
+ }
151
+ }