Skip to content

Commit

Permalink
chore: extract connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
mabels committed Jul 3, 2024
1 parent 9cafae7 commit 4287da1
Show file tree
Hide file tree
Showing 24 changed files with 17 additions and 2,924 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"vite-tsconfig-paths": "^4.3.2"
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"repository": {
"type": "git",
Expand All @@ -79,11 +79,7 @@
"@ipld/dag-cbor": "^9.2.0",
"@ipld/dag-json": "^10.2.1",
"@ipld/unixfs": "^3.0.0",
"@netlify/blobs": "^7.3.0",
"@ucanto/interface": "^10.0.1",
"@web3-storage/clock": "^0.4.1",
"@web3-storage/pail": "^0.6.0",
"@web3-storage/w3up-client": "^15.0.0",
"better-sqlite3": "^11.0.0",
"charwise": "^3.0.1",
"cross-fetch": "^4.0.0",
Expand All @@ -92,8 +88,6 @@
"js-base64": "^3.7.7",
"multiformats": "^13.1.1",
"p-limit": "^5.0.0",
"partykit": "^0.0.107",
"partysocket": "^1.0.1",
"prolly-trees": "^1.0.4",
"randombytes": "^2.1.0",
"react": "^18.3.1",
Expand Down
1,117 changes: 15 additions & 1,102 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

59 changes: 0 additions & 59 deletions src/connectors/connect-aws/README.md

This file was deleted.

135 changes: 0 additions & 135 deletions src/connectors/connect-aws/connect-s3.ts

This file was deleted.

54 changes: 0 additions & 54 deletions src/connectors/connect-aws/index.ts

This file was deleted.

20 changes: 0 additions & 20 deletions src/connectors/connect-ipfs/index.ts

This file was deleted.

41 changes: 0 additions & 41 deletions src/connectors/connect-netlify/README.md

This file was deleted.

Loading

0 comments on commit 4287da1

Please sign in to comment.