@instadapp/vue-web3
Advanced tools
Comparing version 0.8.1 to 0.8.2
/*! | ||
* @instadapp/vue-web3 v0.8.1 | ||
* @instadapp/vue-web3 v0.8.2 | ||
* (c) 2022 | ||
@@ -4,0 +4,0 @@ * @license MIT |
/*! | ||
* @instadapp/vue-web3 v0.8.1 | ||
* @instadapp/vue-web3 v0.8.2 | ||
* (c) 2022 | ||
@@ -4,0 +4,0 @@ * @license MIT |
/*! | ||
* @instadapp/vue-web3 v0.8.1 | ||
* @instadapp/vue-web3 v0.8.2 | ||
* (c) 2022 | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -28,2 +28,3 @@ { | ||
"@nuxt/kit": "^3.0.0-rc.3", | ||
"events": "^3.3.0", | ||
"rollup-plugin-node-polyfills": "^0.2.1" | ||
@@ -30,0 +31,0 @@ }, |
{ | ||
"name": "@instadapp/vue-web3", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Vue web3 composition api", | ||
@@ -30,3 +30,7 @@ "license": "MIT", | ||
"./dist/*": "./dist/*", | ||
"./nuxt/*": "./nuxt/*" | ||
"./nuxt/*": "./nuxt/*", | ||
"./nuxt": { | ||
"import": "./nuxt/dist/module.mjs", | ||
"require": "./nuxt/dist/module.cjs" | ||
} | ||
}, | ||
@@ -55,2 +59,3 @@ "sideEffects": false, | ||
"@web3-react/types": "^6.0.7", | ||
"events": "^3.3.0", | ||
"tiny-invariant": "^1.1.0", | ||
@@ -57,0 +62,0 @@ "vue-demi": "^0.11.4" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
260495
9
+ Addedevents@^3.3.0
+ Addedevents@3.3.0(transitive)