Skip to content

Commit

Permalink
testnet-preview helper (#19)
Browse files Browse the repository at this point in the history
* testnet-preview helper

* added tests
  • Loading branch information
Valentine1898 authored Apr 22, 2024
1 parent 1635754 commit 3b83953
Show file tree
Hide file tree
Showing 7 changed files with 981 additions and 7 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/typescript-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,22 @@ jobs:

- name: Build
run: pnpm build

test:
name: Test
runs-on: ubuntu-latest
defaults:
run:
working-directory: npm

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8

- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm test
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

## 4.1.0

### Minor Changes

- Added registry for testnet-preview

## 4.0.0

### Major Changes
Expand Down
8 changes: 5 additions & 3 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,20 @@
"lint": "eslint . --max-warnings=0",
"build": "tsup src/index.ts --format cjs,esm --dts",
"changeset": "changeset",
"changeset:publish": "changeset publish"
"changeset:publish": "changeset publish",
"test": "vitest run"
},
"devDependencies": {
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.8.0-20240415223544-c0a709144747.2",
"@eslint/eslintrc": "^3.0.2",
"@changesets/cli": "^2.27.1",
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.0.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0"
"typescript-eslint": "^7.7.0",
"vitest": "^1.5.0"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 3b83953

Please sign in to comment.