@libp2p/interfaces
Advanced tools
Comparing version 1.3.8 to 1.3.9
@@ -87,3 +87,3 @@ import type { PeerId } from '../peer-id/index.js'; | ||
} | ||
interface SubscriptionChangeData { | ||
export interface SubscriptionChangeData { | ||
peerId: PeerId; | ||
@@ -90,0 +90,0 @@ subscriptions: Subscription[]; |
{ | ||
"name": "@libp2p/interfaces", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "Interfaces for JS Libp2p", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -102,3 +102,3 @@ import type { PeerId } from '../peer-id/index.js' | ||
interface SubscriptionChangeData { | ||
export interface SubscriptionChangeData { | ||
peerId: PeerId | ||
@@ -105,0 +105,0 @@ subscriptions: Subscription[] |
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
1315676