Add zap utils

This commit is contained in:
Jon Staab
2024-03-25 16:52:49 -07:00
parent eb9c778a66
commit 0b5a4e8511
13 changed files with 307 additions and 19 deletions
+11
View File
@@ -3322,6 +3322,9 @@
"name": "@coracle.social/lib",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@scure/base": "^1.1.6"
},
"devDependencies": {
"@types/events": "^3.0.3",
"gts": "^5.0.1",
@@ -3329,6 +3332,14 @@
"typescript": "~5.1.6"
}
},
"packages/lib/node_modules/@scure/base": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.6.tgz",
"integrity": "sha512-ok9AWwhcgYuGG3Zfhyqg+zwl+Wn5uE+dwC0NV/2qQkx4dABbb/bx96vWu8NSj+BNjjSjno+JRYRjle1jV08k3g==",
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"packages/network": {
"name": "@coracle.social/network",
"version": "0.0.2",