@erebos/api-bzz-base
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "@erebos/api-bzz-base", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Base Bzz API", | ||
@@ -28,7 +28,8 @@ "repository": "git@github.com:MainframeHQ/erebos.git", | ||
"@erebos/hex": "^0.7.0", | ||
"@erebos/keccak256": "^0.7.0" | ||
"@erebos/keccak256": "^0.7.0", | ||
"rxjs": "^6.5.2" | ||
}, | ||
"devDependencies": { | ||
"flow-bin": "^0.98.1" | ||
"flow-bin": "^0.101.0" | ||
} | ||
} |
@@ -66,3 +66,3 @@ import { hexInput, hexValue } from '@erebos/hex' | ||
export interface PollOptions extends FeedOptions { | ||
export interface PollOptions extends FetchOptions { | ||
interval: number | ||
@@ -150,11 +150,11 @@ immediate?: boolean | ||
hashOrParams: string | FeedParams, | ||
options?: FeedOptions, | ||
options?: FetchOptions, | ||
): Promise<T> | ||
getFeedContentHash( | ||
hashOrParams: string | FeedParams, | ||
options?: FeedOptions, | ||
options?: FetchOptions, | ||
): Promise<string | null> | ||
getFeedContent( | ||
hashOrParams: string | FeedParams, | ||
options?: FeedOptions, | ||
options?: DownloadOptions, | ||
): Promise<T | null> | ||
@@ -161,0 +161,0 @@ pollFeedChunk( |
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
69632
4
+ Addedrxjs@^6.5.2
+ Addedrxjs@6.6.7(transitive)
+ Addedtslib@1.14.1(transitive)