@vechain/connex-framework
Advanced tools
Comparing version 2.0.0-beta.38 to 2.0.0
{ | ||
"name": "@vechain/connex-framework", | ||
"version": "2.0.0-beta.38", | ||
"version": "2.0.0", | ||
"description": "A library implements VeChain Connex interface", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@vechain/connex-types": "^2.0.0-beta.38", | ||
"@vechain/connex-types": "^2.0.0", | ||
"thor-devkit": "^2.0.1", | ||
@@ -41,3 +41,3 @@ "validator-ts": "^0.9.1" | ||
"sideEffects": false, | ||
"gitHead": "d5a167c5d68ee9a60777692f492353cdaf0424f4" | ||
"gitHead": "0da677e35685d212d774eb116d70a682392c6419" | ||
} |
@@ -25,6 +25,6 @@ # Connex Framework | ||
const net = new SimpleNet('http://localhost:8669/') | ||
const driver = Driver.connect(net) | ||
const driver = await Driver.connect(net) | ||
// now we get the ready-to-use Connex instance object | ||
const framework = new Framework(driver) | ||
const connex = new Framework(driver) | ||
``` | ||
@@ -31,0 +31,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
166116
3
+ Addedbn.js@4.12.0(transitive)
- Removedbn.js@4.12.1(transitive)
Updated@vechain/connex-types@^2.0.0