Skip to content

Commit

Permalink
Merge pull request #19 from storacha/indexing-service-locator
Browse files Browse the repository at this point in the history
feat: Indexing Service locator
  • Loading branch information
Peeja authored Dec 2, 2024
2 parents 83137ba + a71d33b commit ae27d47
Show file tree
Hide file tree
Showing 17 changed files with 661 additions and 57 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 9
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: package.json
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- name: Install
Expand Down
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,32 +46,44 @@
"./locator/content-claims": {
"import": "./src/locator/content-claims.js",
"types": "./dist/src/locator/content-claims.d.ts"
},
"./locator/indexing-service": {
"import": "./src/locator/indexing-service/index.js",
"types": "./dist/src/locator/indexing-service/index.d.ts"
}
},
"dependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"@ipld/dag-ucan": "^3.4.0",
"@storacha/indexing-service-client": "^2.0.0",
"@ucanto/interface": "^10.0.1",
"@web3-storage/blob-index": "^1.0.2",
"@web3-storage/content-claims": "^5.1.0",
"multiformats": "^13.1.0",
"multipart-byte-range": "^3.0.1",
"p-defer": "^4.0.1",
"p-queue": "^8.0.1"
"p-queue": "^8.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@ipld/unixfs": "^3.0.0",
"@types/node": "^22.9.1",
"@ucanto/principal": "^9.0.1",
"@web3-storage/public-bucket": "^1.1.0",
"c8": "^9.1.0",
"carstream": "^2.2.0",
"entail": "^2.1.2",
"ipfs-unixfs-exporter": "^13.5.0",
"standard": "^17.1.0",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
},
"standard": {
"ignore": [
"*.ts"
]
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"engines": {
"node": ">=20.11.0"
}
}
137 changes: 107 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ae27d47

Please sign in to comment.