Add custom feeds

This commit is contained in:
Jon Staab
2024-04-10 18:04:17 -07:00
parent b0e40e8177
commit 4db63ca32a
9 changed files with 482 additions and 6 deletions
+89 -6
View File
@@ -125,6 +125,10 @@
"node": ">=4"
}
},
"node_modules/@coracle.social/custom-feeds": {
"resolved": "packages/custom-feeds",
"link": true
},
"node_modules/@coracle.social/lib": {
"resolved": "packages/lib",
"link": true
@@ -1296,6 +1300,14 @@
"node": ">=0.10.0"
}
},
"node_modules/events": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
"engines": {
"node": ">=0.8.x"
}
},
"node_modules/execa": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
@@ -3332,12 +3344,40 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"packages/custom-feeds": {
"name": "@coracle.social/custom-feeds",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@coracle.social/util": "*"
},
"devDependencies": {
"gts": "^5.0.1",
"tsc-multi": "^1.1.0",
"typescript": "~5.1.6"
}
},
"packages/feed": {
"name": "@coracle.social/feed",
"version": "0.0.1",
"extraneous": true,
"license": "MIT",
"dependencies": {
"@coracle.social/util": "^0.0.7"
},
"devDependencies": {
"gts": "^5.0.1",
"tsc-multi": "^1.1.0",
"typescript": "~5.1.6"
}
},
"packages/lib": {
"name": "@coracle.social/lib",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"dependencies": {
"@scure/base": "^1.1.6",
"events": "^3.3.0",
"throttle-debounce": "^5.0.0"
},
"devDependencies": {
@@ -3361,8 +3401,8 @@
"version": "0.0.7",
"license": "MIT",
"dependencies": {
"@coracle.social/lib": "^0.0.4",
"@coracle.social/util": "^0.0.6",
"@coracle.social/lib": "*",
"@coracle.social/util": "*",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
},
@@ -3373,13 +3413,39 @@
"typescript": "~5.1.6"
}
},
"packages/util": {
"name": "@coracle.social/util",
"packages/network/node_modules/@coracle.social/lib": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@coracle.social/lib/-/lib-0.0.4.tgz",
"integrity": "sha512-K4kYlXCZ90ZXPoHYdAhkzq8hjoe/vhVw2pB5XUI4Q/OCqI+h1/bJ4ubtLJV6j37figihjHPqkg3AnJZAYRlcfA==",
"dependencies": {
"@scure/base": "^1.1.6",
"throttle-debounce": "^5.0.0"
}
},
"packages/network/node_modules/@coracle.social/util": {
"version": "0.0.6",
"license": "MIT",
"resolved": "https://registry.npmjs.org/@coracle.social/util/-/util-0.0.6.tgz",
"integrity": "sha512-LHr06XeHqXkwE0Kb/fMqgJnB4U47Wq7WD2fH5Ow4o+x4TWaPLlqrppBL9qN03KNfXB70uNvPsB1XB220wDlvkA==",
"dependencies": {
"@coracle.social/lib": "^0.0.4",
"nostr-tools": "^2.3.2"
}
},
"packages/network/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/util": {
"name": "@coracle.social/util",
"version": "0.0.7",
"license": "MIT",
"dependencies": {
"@coracle.social/lib": "*",
"nostr-tools": "^2.3.2"
},
"devDependencies": {
"@types/events": "^3.0.3",
@@ -3387,6 +3453,23 @@
"tsc-multi": "^1.1.0",
"typescript": "~5.1.6"
}
},
"packages/util/node_modules/@coracle.social/lib": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@coracle.social/lib/-/lib-0.0.4.tgz",
"integrity": "sha512-K4kYlXCZ90ZXPoHYdAhkzq8hjoe/vhVw2pB5XUI4Q/OCqI+h1/bJ4ubtLJV6j37figihjHPqkg3AnJZAYRlcfA==",
"dependencies": {
"@scure/base": "^1.1.6",
"throttle-debounce": "^5.0.0"
}
},
"packages/util/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/"
}
}
}
}