@erebos/api-bzz-base
Advanced tools
Comparing version 0.5.4 to 0.5.5
{ | ||
"name": "@erebos/api-bzz-base", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Base Bzz API", | ||
@@ -34,4 +34,4 @@ "repository": "git@github.com:MainframeHQ/erebos.git", | ||
"devDependencies": { | ||
"flow-bin": "^0.88.0" | ||
"flow-bin": "^0.89.0" | ||
} | ||
} |
@@ -136,3 +136,3 @@ import { hexInput, hexValue } from '@erebos/hex' | ||
postFeedValue( | ||
keyPair: KeyPair, | ||
keyPair: elliptic.ec.KeyPair, | ||
data: hexInput, | ||
@@ -139,0 +139,0 @@ options?: FeedOptions, |
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
48993