*patch 6.1.5 not 5.0.2
This commit is contained in:
parent
911c34076e
commit
ffc62dc5be
|
@ -108,7 +108,7 @@
|
||||||
"protomux": "@lumeweb/kernel-protomux-client"
|
"protomux": "@lumeweb/kernel-protomux-client"
|
||||||
},
|
},
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
"@libp2p/tcp@5.0.2": "patches/@libp2p__tcp@5.0.2.patch"
|
"@libp2p/tcp@6.1.5": "patches/@libp2p__tcp@6.1.5.patch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
diff --git a/package.json b/package.json
|
|
||||||
index ebe277ee0823744075577945103d234b501810cb..556bea63296a85e2334562dc87455a5690613467 100644
|
|
||||||
--- a/package.json
|
|
||||||
+++ b/package.json
|
|
||||||
@@ -36,6 +36,14 @@
|
|
||||||
".": {
|
|
||||||
"types": "./src/index.d.ts",
|
|
||||||
"import": "./dist/src/index.js"
|
|
||||||
+ },
|
|
||||||
+ "./socket-to-conn": {
|
|
||||||
+ "types": "./dist/src/socket-to-conn.d.ts",
|
|
||||||
+ "import": "./dist/src/socket-to-conn.js"
|
|
||||||
+ },
|
|
||||||
+ "./utils": {
|
|
||||||
+ "types": "./dist/src/utils.d.ts",
|
|
||||||
+ "import": "./dist/src/utils.js"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"eslintConfig": {
|
|
Loading…
Reference in New Issue