Skip to content

Commit

Permalink
Bundle latest into v11.1 (#84)
Browse files Browse the repository at this point in the history
* Bundling latest registry to npm

* Add bundled backup method
  • Loading branch information
grod220 authored Aug 20, 2024
1 parent bd7a2d1 commit 61359f5
Show file tree
Hide file tree
Showing 11 changed files with 1,034 additions and 814 deletions.
6 changes: 6 additions & 0 deletions npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @penumbra-labs/registry

## 11.1.0

### Minor Changes

- Update to latest bundle

## 11.0.0

### Major Changes
Expand Down
24 changes: 12 additions & 12 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-labs/registry",
"version": "11.0.0",
"version": "11.1.0",
"description": "Chain and asset registry for Penumbra",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -16,20 +16,20 @@
"test": "vitest run"
},
"devDependencies": {
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.10.0-20240703080008-312294d02bf9.1",
"@bufbuild/protobuf": "^1.10.0",
"@changesets/cli": "^2.27.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"eslint": "^9.6.0",
"fetch-mock": "^10.0.7",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vitest": "^2.0.1"
"@eslint/js": "^9.9.0",
"@penumbra-zone/protobuf": "^6.0.0",
"eslint": "^9.9.0",
"fetch-mock": "^11.1.1",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"vite": "^5.4.1",
"vite-plugin-dts": "^4.0.3",
"vitest": "^2.0.5"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 61359f5

Please sign in to comment.