@libp2p/memory 2.0.12 → 2.0.13-1c3b61777
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.min.js.map +2 -2
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/package.json +5 -5
- package/src/index.ts +1 -1
- package/dist/typedoc-urls.json +0 -8
package/dist/src/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* A [libp2p transport](https://
|
|
4
|
+
* A [libp2p transport](https://libp2p.io/docs/transports-overview/)
|
|
5
5
|
* that operates in-memory only.
|
|
6
6
|
*
|
|
7
7
|
* This is intended for testing and can only be used to connect two libp2p nodes
|
package/dist/src/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* A [libp2p transport](https://
|
|
4
|
+
* A [libp2p transport](https://libp2p.io/docs/transports-overview/)
|
|
5
5
|
* that operates in-memory only.
|
|
6
6
|
*
|
|
7
7
|
* This is intended for testing and can only be used to connect two libp2p nodes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/memory",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13-1c3b61777",
|
|
4
4
|
"description": "A memory transport for libp2p",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-memory#readme",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"test:electron-main": "aegir test -t electron-main"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@libp2p/interface": "
|
|
48
|
-
"@libp2p/utils": "
|
|
47
|
+
"@libp2p/interface": "3.1.0-1c3b61777",
|
|
48
|
+
"@libp2p/utils": "7.0.13-1c3b61777",
|
|
49
49
|
"@multiformats/multiaddr": "^13.0.1",
|
|
50
50
|
"@multiformats/multiaddr-matcher": "^3.0.1",
|
|
51
51
|
"@types/sinon": "^20.0.0",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"uint8arraylist": "^2.4.8"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@libp2p/logger": "
|
|
62
|
-
"@libp2p/peer-id": "
|
|
61
|
+
"@libp2p/logger": "6.2.2-1c3b61777",
|
|
62
|
+
"@libp2p/peer-id": "6.0.4-1c3b61777",
|
|
63
63
|
"aegir": "^47.0.22",
|
|
64
64
|
"sinon": "^21.0.0",
|
|
65
65
|
"sinon-ts": "^2.0.0"
|
package/src/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* A [libp2p transport](https://
|
|
4
|
+
* A [libp2p transport](https://libp2p.io/docs/transports-overview/)
|
|
5
5
|
* that operates in-memory only.
|
|
6
6
|
*
|
|
7
7
|
* This is intended for testing and can only be used to connect two libp2p nodes
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"MemoryTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_memory.MemoryTransportComponents.html",
|
|
3
|
-
".:MemoryTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_memory.MemoryTransportComponents.html",
|
|
4
|
-
"MemoryTransportInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_memory.MemoryTransportInit.html",
|
|
5
|
-
".:MemoryTransportInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_memory.MemoryTransportInit.html",
|
|
6
|
-
"memory": "https://libp2p.github.io/js-libp2p/functions/_libp2p_memory.memory.html",
|
|
7
|
-
".:memory": "https://libp2p.github.io/js-libp2p/functions/_libp2p_memory.memory.html"
|
|
8
|
-
}
|