podverse-shared
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -19,3 +19,3 @@ import { SatoshiStreamStats } from './satoshiStream'; | ||
address: string; | ||
amount?: number; | ||
amount: number; | ||
customKey?: string; | ||
@@ -25,3 +25,3 @@ customValue?: unknown; | ||
name?: string; | ||
normalizedSplit?: number; | ||
normalizedSplit: number; | ||
split: number; | ||
@@ -28,0 +28,0 @@ type: string; |
{ | ||
"name": "podverse-shared", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "Helpers that are used across multiple Podverse modules", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
56800