Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@onflow/sdk

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/sdk - npm Package Compare versions

Comparing version 1.3.1-typescript.0 to 1.3.1

# @onflow/sdk
## 1.3.1-typescript.0
## 1.3.1
### Patch Changes
- Updated dependencies [[`fb3bd37e`](https://github.com/onflow/fcl-js/commit/fb3bd37e02bf0de046ea164e6c2f1a0c27e515c1)]:
- @onflow/config@1.3.0-typescript.0
- [#1807](https://github.com/onflow/fcl-js/pull/1807) [`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9) Thanks [@jribbink](https://github.com/jribbink)! - Fix versioning & actor bug
- Updated dependencies [[`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9)]:
- @onflow/util-actor@1.3.1
- @onflow/config@1.2.1
- @onflow/rlp@1.2.1
- @onflow/transport-http@1.8.1
- @onflow/util-address@1.2.1
- @onflow/util-invariant@1.2.1
- @onflow/util-logger@1.3.1
- @onflow/util-template@1.2.1
## 1.3.0

@@ -14,8 +23,7 @@

- [#1728](https://github.com/onflow/fcl-js/pull/1728) [`a4f8c00c`](https://github.com/onflow/fcl-js/commit/a4f8c00c4cf292d3a4afac610dedbc89ff3affea) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build
### Patch Changes
- Updated dependencies [[`a4f8c00c`](https://github.com/onflow/fcl-js/commit/a4f8c00c4cf292d3a4afac610dedbc89ff3affea), [`845ffa75`](https://github.com/onflow/fcl-js/commit/845ffa756e07188557d150cdb9ff7af59019a477), [`92b966d3`](https://github.com/onflow/fcl-js/commit/92b966d39936ba0a90629ee320e62e4fed5d2296)]:
- @onflow/transport-http@1.8.0
- Updated dependencies [[`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42)]:
- @onflow/util-invariant@1.2.0

@@ -25,23 +33,17 @@ - @onflow/util-template@1.2.0

- @onflow/util-logger@1.3.0
- @onflow/rlp@1.2.0
- @onflow/transport-http@1.8.0
- @onflow/util-actor@1.3.0
- @onflow/config@1.2.0
- @onflow/rlp@1.2.0
## 1.3.0-alpha.0
## 1.2.3
### Minor Changes
### Patch Changes
- TS build
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`06846f8e`](https://github.com/onflow/fcl-js/commit/06846f8e9c1e2cdf10aa8dfdff6e6c5b31af81e5) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Refactor Resolve Accounts to user role based async decomposition for resolving internal accounts
### Patch Changes
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`06846f8e`](https://github.com/onflow/fcl-js/commit/06846f8e9c1e2cdf10aa8dfdff6e6c5b31af81e5) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Fixed duplicate signatures when sending transaction
- Updated dependencies []:
- @onflow/transport-http@1.8.0-alpha.0
- @onflow/util-invariant@1.2.0-alpha.0
- @onflow/util-template@1.2.0-alpha.0
- @onflow/util-address@1.2.0-alpha.0
- @onflow/util-logger@1.3.0-alpha.0
- @onflow/util-actor@1.3.0-alpha.0
- @onflow/config@1.2.0-alpha.0
- @onflow/rlp@1.2.0-alpha.0
- Updated dependencies [[`06846f8e`](https://github.com/onflow/fcl-js/commit/06846f8e9c1e2cdf10aa8dfdff6e6c5b31af81e5)]:
- @onflow/transport-http@1.7.2

@@ -48,0 +50,0 @@ ## 1.2.2

export function build(fns?: any[]): any;

@@ -22,3 +22,2 @@ export const UNKNOWN: "UNKNOWN";

export function interaction(): any;
export function uuid(): string;
export function isNumber(d: any): boolean;

@@ -25,0 +24,0 @@ export function isArray(d: any): boolean;

@@ -0,0 +0,0 @@ export { build } from "./build/build.js";

@@ -0,0 +0,0 @@ /**

export function atBlockId(id: any): any;

@@ -0,0 +0,0 @@ export function authorizations(ax?: any[]): any;

export function getEvents(eventType: any, start: any, end: any): any;
export function getLatestBlock(isSealed?: boolean): any;
export function getNetworkParameters(): any;

@@ -1,1 +0,1 @@

export function invariant(...args: any[]): any;
export function invariant(...args: any[]): (ix: any) => any;
export function limit(computeLimit: any): (ix: any) => any;

@@ -1,1 +0,1 @@

export function payer(authz: any): Promise<(ix: any) => any>;
export function payer(ax?: any[]): any;
export function ping(): (ix: any) => any;
export function proposer(authz: any): Promise<(ix: any) => any>;
export function ref(refBlock: any): any;
export function script(...args: any[]): any;
export function validator(cb: any): (ix: any) => any;
export function voucherIntercept(fn: any): (ix: any) => any;
export function decode(decodeInstructions: any, customDecoders?: object, stack?: Array<any>): Promise<any>;
export function decodeResponse(response: any, customDecoders?: {}): Promise<any>;
export function decode(response: any): Promise<any>;
export function encodeTransactionPayload(tx: any): string;
export function encodeTransactionEnvelope(tx: any): string;
export function encodeTxIdFromVoucher(voucher: any): string;

@@ -33,2 +33,2 @@ export function buildPreSignable(acct: any, ix: any): {

};
export function resolveAccounts(ix: any): Promise<any>;
export function resolveAccounts(ix: any, opts?: {}): Promise<any>;
export function resolveArguments(ix: any): Promise<any>;
export function resolveCadence(ix: any): Promise<any>;
export function resolveComputeLimit(ix: any): Promise<any>;
export function resolveFinalNormalization(ix: any): Promise<any>;
export function resolveProposerSequenceNumber({ node }: {
node: any;
}): (ix: any) => Promise<any>;
export function resolveRefBlockId(opts: any): (ix: any) => Promise<any>;

@@ -0,0 +0,0 @@ export function resolveSignatures(ix: any): Promise<any>;

export function resolveValidators(ix: any): Promise<any>;
export function resolveVoucherIntercept(ix: any): Promise<any>;

@@ -0,0 +0,0 @@ export function findInsideSigners(ix: any): any[];

export function response(): any;
export function send(args?: Array<Function>, opts?: object): Promise<any>;

@@ -5,2 +5,3 @@ export function sig(opts: any): string;

export function authzResolveMany(opts?: {}): (account: any) => any;
export function authzDeepResolveMany(opts?: {}, depth?: number): (account: any) => any;
export function idof(acct: any): string;
export { mockSend } from "./mock-send";
export { run } from "./run";
export { authzFn, authzResolve, authzResolveMany, sig, idof } from "./authz-fn";
export { authzFn, authzResolve, authzResolveMany, authzDeepResolveMany, sig, idof } from "./authz-fn";

@@ -0,0 +0,0 @@ export function mockAccountResponse(ix: any, numberOfKeys?: number): {

export function run(fns?: any[]): any;
export const VERSION: any;

@@ -0,0 +0,0 @@ export class UnableToDetermineMessageEncodingTypeForSignerAddress extends Error {

export { validateSignableTransaction } from "./validate-tx.js";
export { encodeMessageFromSignable } from "./encode-signable.js";
export function validateSignableTransaction(signable: any): boolean;

@@ -0,0 +0,0 @@ declare function send_1(ix: any, ...args: any[]): Promise<any>;

{
"name": "@onflow/sdk",
"version": "1.3.1-typescript.0",
"version": "1.3.1",
"description": "Flow SDK",

@@ -21,4 +21,4 @@ "license": "Apache-2.0",

"devDependencies": {
"@onflow/fcl-bundle": "^1.4.0",
"@onflow/typedefs": "^1.2.0",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/typedefs": "^1.2.1",
"eslint": "^8.35.0",

@@ -45,13 +45,14 @@ "eslint-plugin-jsdoc": "^40.0.1",

"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.3.0-typescript.0",
"@onflow/rlp": "^1.2.0",
"@onflow/transport-http": "^1.8.0",
"@onflow/util-actor": "^1.3.0",
"@onflow/util-address": "^1.2.0",
"@onflow/util-invariant": "^1.2.0",
"@onflow/util-logger": "^1.3.0",
"@onflow/util-template": "^1.2.0",
"@onflow/config": "^1.2.1",
"@onflow/rlp": "^1.2.1",
"@onflow/transport-http": "^1.8.1",
"@onflow/util-actor": "^1.3.1",
"@onflow/util-address": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/util-template": "^1.2.1",
"deepmerge": "^4.2.2",
"sha3": "^2.1.4"
"sha3": "^2.1.4",
"uuid": "^9.0.1"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet