@erebos/api-bzz-base
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "@erebos/api-bzz-base", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Base Bzz API", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:MainframeHQ/erebos.git", |
@@ -27,2 +27,7 @@ import { hexInput, hexValue } from '@erebos/hex' | ||
export interface FeedTopicParams { | ||
name?: string | ||
topic?: string | Buffer | ||
} | ||
export interface FeedMetadata { | ||
@@ -104,3 +109,3 @@ feed: { | ||
export function getFeedTopic(params: FeedParams): hexValue | ||
export function getFeedTopic(params: FeedTopicParams): hexValue | ||
@@ -107,0 +112,0 @@ export class HTTPError extends Error { |
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
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
67110
1007