Skip to content

Commit

Permalink
Add fallible tryGetMetadata method
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Oct 23, 2024
1 parent 00538e3 commit f4f7440
Show file tree
Hide file tree
Showing 6 changed files with 461 additions and 550 deletions.
5 changes: 0 additions & 5 deletions npm/.changeset/small-islands-bathe.md

This file was deleted.

7 changes: 7 additions & 0 deletions npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @penumbra-labs/registry

## 11.4.0

### Minor Changes

- Add fallible tryGetMetadata method to registry
- 4a563c9: Add priority scores

## 11.3.1

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-labs/registry",
"version": "11.3.1",
"version": "11.4.0",
"description": "Chain and asset registry for Penumbra",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -17,19 +17,19 @@
},
"devDependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@changesets/cli": "^2.27.8",
"@changesets/cli": "^2.27.9",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@penumbra-zone/protobuf": "^6.0.0",
"eslint": "^9.10.0",
"fetch-mock": "^11.1.4",
"@eslint/js": "^9.13.0",
"@penumbra-zone/protobuf": "^6.2.0",
"eslint": "^9.13.0",
"fetch-mock": "^11.1.5",
"prettier": "^3.3.3",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.6",
"vite-plugin-dts": "^4.2.1",
"vitest": "^2.1.1"
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.3"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit f4f7440

Please sign in to comment.