@learncard/ethereum-plugin 1.0.0 → 1.0.2

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 -3
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@learncard/ethereum-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/ethereum-plugin.esm.js",
7
- "private": false,
8
7
  "files": [
9
8
  "dist"
10
9
  ],
@@ -33,7 +32,7 @@
33
32
  "dependencies": {
34
33
  "@uniswap/default-token-list": "^4.1.0",
35
34
  "ethers": "^5.6.9",
36
- "@learncard/core": "9.0.0"
35
+ "@learncard/core": "9.0.2"
37
36
  },
38
37
  "scripts": {
39
38
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",