@peerbit/program
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -1,2 +0,2 @@ | ||
import type { PeerId as Libp2pPeerId } from "@libp2p/interface-peer-id"; | ||
import type { PeerId as Libp2pPeerId } from "@libp2p/interface/peer-id"; | ||
import { Blocks } from "@peerbit/blocks-interface"; | ||
@@ -3,0 +3,0 @@ import { PubSub } from "@peerbit/pubsub-interface"; |
import { PublicSignKey } from "@peerbit/crypto"; | ||
import { Constructor } from "@dao-xyz/borsh"; | ||
import { EventEmitter } from "@libp2p/interfaces/events"; | ||
import { EventEmitter } from "@libp2p/interface/events"; | ||
import { Client } from "./client.js"; | ||
import { Blocks } from "@peerbit/blocks-interface"; | ||
import { PeerId as Libp2pPeerId } from "@libp2p/interface-peer-id"; | ||
import { PeerId as Libp2pPeerId } from "@libp2p/interface/peer-id"; | ||
import { Address } from "./address.js"; | ||
@@ -8,0 +8,0 @@ import { Handler, Manageable, ProgramInitializationOptions } from "./handler.js"; |
@@ -12,3 +12,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import { serialize, deserialize } from "@dao-xyz/borsh"; | ||
import { CustomEvent, EventEmitter } from "@libp2p/interfaces/events"; | ||
import { CustomEvent, EventEmitter } from "@libp2p/interface/events"; | ||
import { waitForAsync } from "@peerbit/time"; | ||
@@ -15,0 +15,0 @@ import { Handler, } from "./handler.js"; |
{ | ||
"name": "@peerbit/program", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Program interface", | ||
@@ -33,3 +33,3 @@ "type": "module", | ||
"@dao-xyz/borsh": "^5.1.5", | ||
"@peerbit/blocks-interface": "^1.0.6", | ||
"@peerbit/blocks-interface": "^1.0.7", | ||
"@peerbit/crypto": "1.0.5", | ||
@@ -39,3 +39,3 @@ "@peerbit/lazy-level": "^1.0.3", | ||
}, | ||
"gitHead": "06d341c4ea81b70c76018899b029f4419c311500" | ||
"gitHead": "2efb4d5dc542ac84cfd79bb576506ba0ca392a72" | ||
} |
@@ -1,2 +0,2 @@ | ||
import type { PeerId as Libp2pPeerId } from "@libp2p/interface-peer-id"; | ||
import type { PeerId as Libp2pPeerId } from "@libp2p/interface/peer-id"; | ||
import { Blocks } from "@peerbit/blocks-interface"; | ||
@@ -3,0 +3,0 @@ import { PubSub } from "@peerbit/pubsub-interface"; |
@@ -5,7 +5,7 @@ import { PublicSignKey, getPublicKeyFromPeerId } from "@peerbit/crypto"; | ||
import { serialize, deserialize } from "@dao-xyz/borsh"; | ||
import { CustomEvent, EventEmitter } from "@libp2p/interfaces/events"; | ||
import { CustomEvent, EventEmitter } from "@libp2p/interface/events"; | ||
import { Client } from "./client.js"; | ||
import { waitForAsync } from "@peerbit/time"; | ||
import { Blocks } from "@peerbit/blocks-interface"; | ||
import { PeerId as Libp2pPeerId } from "@libp2p/interface-peer-id"; | ||
import { PeerId as Libp2pPeerId } from "@libp2p/interface/peer-id"; | ||
import { | ||
@@ -12,0 +12,0 @@ SubscriptionEvent, |
Sorry, the diff of this file is not supported yet
68896