Skip to content

Commit

Permalink
add default adapter catch-all package
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 19, 2024
1 parent 697da51 commit 65f152c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
nodeVersion: '20'
- package: 'nocap-ssl-adapter-default'
nodeVersion: '20'
- package: 'nocap-every-adapter-default'
nodeVersion: '20'

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions apps/trawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@nostrwatch/logger": "^0.0.1",
"@nostrwatch/nocap": "^0.1.0",
"@nostrwatch/nwcache": "^0.0.1",
"@nostrwatch/publisher": "^0.0.1",
"@nostrwatch/seed": "^0.0.1",
"@nostrwatch/utils": "^0.0.1",
"@types/ioredis": "5.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/nocap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"fetch-h2": "3.0.2",
"get-ssl-certificate": "2.3.3",
"jest": "29.7.0",
"murmurhash": "^2.0.1",
"object-hash": "3.0.0",
"promise-deferred": "2.0.4",
"socks-proxy-agent": "8.0.2",
Expand Down

0 comments on commit 65f152c

Please sign in to comment.