@libp2p/interface-internal
Advanced tools
Comparing version 0.0.1-a1ec46b5 to 0.0.1-a41d25d4
{ | ||
"name": "@libp2p/interface-internal", | ||
"version": "0.0.1-a1ec46b5", | ||
"version": "0.0.1-a41d25d4", | ||
"description": "Interfaces implemented by internal libp2p components", | ||
@@ -63,6 +63,2 @@ "license": "Apache-2.0 OR MIT", | ||
}, | ||
"./transport": { | ||
"types": "./dist/src/transport/index.d.ts", | ||
"import": "./dist/src/transport/index.js" | ||
}, | ||
"./transport-manager": { | ||
@@ -86,4 +82,4 @@ "types": "./dist/src/transport-manager/index.d.ts", | ||
"dependencies": { | ||
"@libp2p/interface": "0.0.1-a1ec46b5", | ||
"@libp2p/peer-collections": "3.0.2-a1ec46b5", | ||
"@libp2p/interface": "0.0.1-a41d25d4", | ||
"@libp2p/peer-collections": "3.0.2-a41d25d4", | ||
"@multiformats/multiaddr": "^12.1.3", | ||
@@ -93,7 +89,4 @@ "uint8arraylist": "^2.4.3" | ||
"devDependencies": { | ||
"aegir": "^39.0.13" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
"aegir": "^40.0.1" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
export {} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
23696
+ Added@libp2p/interface@0.0.1-a41d25d4(transitive)
+ Added@libp2p/peer-collections@3.0.2-a41d25d4(transitive)
+ Added@libp2p/peer-id@2.0.3-a41d25d4(transitive)
+ Added@types/node@22.10.7(transitive)
- Removed@libp2p/interface@0.0.1-a1ec46b5(transitive)
- Removed@libp2p/peer-collections@3.0.2-a1ec46b5(transitive)
- Removed@libp2p/peer-id@2.0.3-a1ec46b5(transitive)
- Removed@types/node@22.10.6(transitive)