@erebos/api-bzz-react-native
Advanced tools
Comparing version 0.11.0 to 0.12.0
{ | ||
"name": "@erebos/api-bzz-react-native", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Bzz API for react-native", | ||
@@ -26,6 +26,6 @@ "repository": "git@github.com:MainframeHQ/erebos.git", | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.4", | ||
"@erebos/api-bzz-base": "^0.11.0", | ||
"@babel/runtime": "^7.7.6", | ||
"@erebos/api-bzz-base": "^0.12.0", | ||
"universal-url": "^2.0.0" | ||
} | ||
} |
import * as stream from 'readable-stream'; | ||
import { BaseBzz, BzzConfig, DirectoryData, UploadOptions } from '@erebos/api-bzz-base'; | ||
import { hexValue } from '@erebos/hex'; | ||
export * from '@erebos/api-bzz-base'; | ||
export declare class Bzz extends BaseBzz<Response, stream.Readable> { | ||
constructor(config: BzzConfig); | ||
uploadDirectory(directory: DirectoryData, options?: UploadOptions): Promise<hexValue>; | ||
uploadDirectory(directory: DirectoryData, options?: UploadOptions): Promise<string>; | ||
} |
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
4853
109
+ Added@erebos/api-bzz-base@0.12.0(transitive)
+ Added@erebos/hex@0.12.0(transitive)
- Removed@erebos/api-bzz-base@0.11.0(transitive)
Updated@babel/runtime@^7.7.6
Updated@erebos/api-bzz-base@^0.12.0