@learncard/ethereum-plugin 1.0.23 → 1.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/ethereum-plugin",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/ethereum-plugin.esm.js",
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@uniswap/default-token-list": "^4.1.0",
34
34
  "ethers": "^5.6.9",
35
- "@learncard/core": "9.3.11"
35
+ "@learncard/core": "9.3.12"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",