fix multiformats package version

This commit is contained in:
Samuel Newman
2025-04-28 09:55:51 +03:00
parent 4ec4251383
commit d4a44bf8dd
4 changed files with 23 additions and 27 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"platform/*": ["./src/platform/*"],
"state/*": ["./src/state/*"],
"view/*": ["./src/view/*"],
"crypto": ["./src/platform/crypto.ts"]
"crypto": ["./src/platform/crypto.ts"],
"multiformats": ["node_modules/multiformats/types/src/index.d.ts"]
}
},
"exclude": ["bskyweb", "bskyembed", "web-build"]