@onflow/sdk
Advanced tools
Comparing version 1.2.2 to 1.2.3-accounts.0
# @onflow/sdk | ||
## 1.2.3-accounts.0 | ||
### Patch Changes | ||
- [#1708](https://github.com/onflow/fcl-js/pull/1708) [`f5f185b7`](https://github.com/onflow/fcl-js/commit/f5f185b7e18f19b1b2b2abe335050b0ba80b594f) Thanks [@nialexsan](https://github.com/nialexsan)! - Updated packages | ||
- testing refactored accounts resolver | ||
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`6f4a0067`](https://github.com/onflow/fcl-js/commit/6f4a006712e94089c3e0ffbcb1cfbf625ab8d18f) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Refactor Resolve Accounts to user role based async decomposition for resolving internal accounts | ||
- Updated dependencies [[`f5f185b7`](https://github.com/onflow/fcl-js/commit/f5f185b7e18f19b1b2b2abe335050b0ba80b594f)]: | ||
- @onflow/transport-http@1.7.2-accounts.0 | ||
## 1.2.2 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@onflow/sdk", | ||
"version": "1.2.2", | ||
"version": "1.2.3-accounts.0", | ||
"description": "Flow SDK", | ||
@@ -47,3 +47,3 @@ "license": "Apache-2.0", | ||
"@onflow/rlp": "^1.1.0", | ||
"@onflow/transport-http": "^1.7.1", | ||
"@onflow/transport-http": "^1.7.2-accounts.0", | ||
"@onflow/util-actor": "^1.2.0", | ||
@@ -50,0 +50,0 @@ "@onflow/util-address": "^1.1.0", |
@@ -1,1 +0,1 @@ | ||
export function payer(authz: any): Promise<(ix: any) => any>; | ||
export function payer(ax?: any[]): any; |
@@ -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>; |
@@ -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"; |
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
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
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
801614
6109
1