@onflow/fcl
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -1,2 +0,2 @@ | ||
var e=require("@onflow/sdk"),r=require("@onflow/resolver-encode"),o=require("@onflow/resolver-signatures");exports.send=function(s){return void 0===s&&(s=[]),Array.isArray(s)&&(s=e.build(s)),e.pipe(s,[resolve([e.resolveParams,r.encode,o.resolveSignatures])])}; | ||
var e=require("@onflow/sdk"),r=require("@onflow/resolver-encode"),o=require("@onflow/resolver-signatures");exports.send=function(s){return void 0===s&&(s=[]),Array.isArray(s)&&(s=e.build(s)),e.pipe(s,[e.resolve([e.resolveParams,r.encode,o.resolveSignatures])])}; | ||
//# sourceMappingURL=fcl.js.map |
@@ -1,2 +0,2 @@ | ||
import{build as r,pipe as o,resolveParams as e}from"@onflow/sdk";import{encode as n}from"@onflow/resolver-encode";import{resolveSignatures as f}from"@onflow/resolver-signatures";var i=function(i){return void 0===i&&(i=[]),Array.isArray(i)&&(i=r(i)),o(i,[resolve([e,n,f])])};export{i as send}; | ||
import{build as r,pipe as o,resolve as e,resolveParams as n}from"@onflow/sdk";import{encode as f}from"@onflow/resolver-encode";import{resolveSignatures as i}from"@onflow/resolver-signatures";var t=function(t){return void 0===t&&(t=[]),Array.isArray(t)&&(t=r(t)),o(t,[e([n,f,i])])};export{t as send}; | ||
//# sourceMappingURL=fcl.module.js.map |
@@ -1,2 +0,2 @@ | ||
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("@onflow/sdk"),require("@onflow/resolver-encode"),require("@onflow/resolver-signatures")):"function"==typeof define&&define.amd?define(["exports","@onflow/sdk","@onflow/resolver-encode","@onflow/resolver-signatures"],o):o(e.fcl={},e.sdk,e.resolverEncode,e.resolverSignatures)}(this,function(e,o,r,n){e.send=function(e){return void 0===e&&(e=[]),Array.isArray(e)&&(e=o.build(e)),o.pipe(e,[resolve([o.resolveParams,r.encode,n.resolveSignatures])])}}); | ||
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("@onflow/sdk"),require("@onflow/resolver-encode"),require("@onflow/resolver-signatures")):"function"==typeof define&&define.amd?define(["exports","@onflow/sdk","@onflow/resolver-encode","@onflow/resolver-signatures"],o):o(e.fcl={},e.sdk,e.resolverEncode,e.resolverSignatures)}(this,function(e,o,r,n){e.send=function(e){return void 0===e&&(e=[]),Array.isArray(e)&&(e=o.build(e)),o.pipe(e,[o.resolve([o.resolveParams,r.encode,n.resolveSignatures])])}}); | ||
//# sourceMappingURL=fcl.umd.js.map |
{ | ||
"name": "@onflow/fcl", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Flow Client Library", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -9,4 +9,4 @@ import * as sdk from "@onflow/sdk" | ||
return sdk.pipe(args, [ | ||
resolve([sdk.resolveParams, encode, resolveSignatures]), | ||
sdk.resolve([sdk.resolveParams, encode, resolveSignatures]), | ||
]) | ||
} |
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
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
4463