@onflow/sdk-send
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -5,2 +5,6 @@ ### Unreleased | ||
### 0.0.6 -- 2020-12-03 | ||
- 2020-12-03 -- VSN `@onflow/send` 0.0.23 | ||
### 0.0.5 -- 2020-11-17 | ||
@@ -22,4 +26,4 @@ | ||
config() | ||
.put("sdk.resolve", async (ix) => ix) | ||
.put("sdk.send", async (ix) => console.log(ix)) | ||
.put("sdk.resolve", async ix => ix) | ||
.put("sdk.send", async ix => console.log(ix)) | ||
@@ -30,4 +34,4 @@ await send([getAccount("0x1d007d755706c469")]) | ||
const opts = { | ||
resolve: async (ix) => ix, | ||
send: async (ix) => console.log(ix), | ||
resolve: async ix => ix, | ||
send: async ix => console.log(ix), | ||
} | ||
@@ -34,0 +38,0 @@ |
{ | ||
"name": "@onflow/sdk-send", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Flow JS SDK -- Send interactions to Access Nodes after resolving them with the default resolver.", | ||
@@ -40,4 +40,4 @@ "license": "Apache-2.0", | ||
"@onflow/sdk-resolve": "0.0.4", | ||
"@onflow/send": "0.0.22" | ||
"@onflow/send": "0.0.23" | ||
} | ||
} |
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
10176
+ Added@onflow/send@0.0.23(transitive)
Updated@onflow/send@0.0.23