We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97dfa80 commit 8c169dbCopy full SHA for 8c169db
packages/libp2p/package.json
@@ -12,6 +12,7 @@
12
"url": "https://github.com/libp2p/js-libp2p/issues"
13
},
14
"publishConfig": {
15
+ "access": "public",
16
"provenance": true
17
18
"keywords": [
@@ -24,6 +25,22 @@
24
25
],
26
"type": "module",
27
"types": "./dist/src/index.d.ts",
28
+ "typesVersions": {
29
+ "*": {
30
+ "*": [
31
+ "*",
32
+ "dist/*",
33
+ "dist/src/*",
34
+ "dist/src/*/index"
35
+ ],
36
+ "src/*": [
37
38
39
40
41
+ ]
42
+ }
43
+ },
44
"files": [
45
"src",
46
"dist",
@@ -34,6 +51,10 @@
51
".": {
52
53
"import": "./dist/src/index.js"
54
55
+ "./version": {
56
+ "types": "./dist/src/version.d.ts",
57
+ "import": "./dist/src/version.js"
58
}
59
60
"eslintConfig": {
0 commit comments