Skip to content

Commit

Permalink
✅ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
whonion committed Jun 24, 2024
1 parent c3f58f3 commit 3abb0b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Setup Node.js
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Status](https://img.shields.io/badge/status-active-success.svg)](https://github.com/whonion/ts-hyperline-aio/blob/main/) [![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Build TS](https://github.com/whonion/ts-hyperline-aio/actions/workflows/build.yml/badge.svg)](https://github.com/whonion/ts-hyperline-aio/actions/workflows/build.yml) [![viem](https://img.shields.io/badge/viem-2.13.0-blue)](https://www.npmjs.com/package/viem) ![Node Version](https://img.shields.io/badge/Node.js-20.12.12-blue.svg) ![node-fetch Version](https://img.shields.io/badge/node--fetch-3.3.2-blueviolet.svg) [![ts-node](https://img.shields.io/badge/ts--node-10.9.2-brightgreen)](https://www.npmjs.com/package/ts-node) ![cosmjs/proto-signing Version](https://img.shields.io/badge/cosmjs/proto--signing-0.32.3-orange.svg) ![Bech32 Version](https://img.shields.io/badge/bech32-2.0.0-brightgreen.svg) ![dotenv Version](https://img.shields.io/badge/dotenv-16.4.5-yellow.svg)</br>
[![Status](https://img.shields.io/badge/status-active-success.svg)](https://github.com/whonion/ts-hyperline-aio/blob/main/) [![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Build TS](https://github.com/whonion/ts-hyperline-aio/actions/workflows/build.yml/badge.svg)](https://github.com/whonion/ts-hyperline-aio/actions/workflows/build.yml) [![viem](https://img.shields.io/badge/viem-2.15.1-blue)](https://www.npmjs.com/package/viem) ![Node Version](https://img.shields.io/badge/Node.js-20.14.2-blue.svg) ![node-fetch Version](https://img.shields.io/badge/node--fetch-3.3.2-blueviolet.svg) [![ts-node](https://img.shields.io/badge/ts--node-10.9.2-brightgreen)](https://www.npmjs.com/package/ts-node) ![cosmjs/proto-signing Version](https://img.shields.io/badge/cosmjs/proto--signing-0.32.3-orange.svg) ![Bech32 Version](https://img.shields.io/badge/bech32-2.0.0-brightgreen.svg) ![dotenv Version](https://img.shields.io/badge/dotenv-16.4.5-yellow.svg)</br>

## hyperline-aio
TypeScript Implementation of bridger and minter for hyperline projects
Expand Down
44 changes: 9 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,56 +2,30 @@
"name": "ts-hyperline-aio",
"version": "1.0.0",
"description": "TypeScript Implementation of bridger and minter for hyperline projects",
"author": "RegEdit",
"license": "MIT",
"keywords": [
"Hyperline",
"ODOS",
"Camelot",
"Nexus",
"Nautilus"
],
"bugs": {
"url": "https://github.com/whonion/ts-hyperline-aio/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/whonion/ts-hyperline-aio"
},
"engines": {
"node": ">=20"
},
"files": [
"main.ts",
"src",
"data",
"LICENSE",
"README.md",
"SECURITY.md",
"CODE_OF_CONDUCT.md",
"!**/.gitattributes"
],
"start": "ts-node main.ts",
"compile": "tsc --project tsconfig.json",
"author": "https://github.com/whonion",
"scripts": {
"app": "npm-run-all nexus odos bridge",

"nexus": "ts-node main.ts",
"start": "ts-node main.ts",
"odos": "ts-node src/odos.ts",
"bridge": "ts-node src/nautilus.ts",
"unbridge": "ts-node src/nautilusback.ts",

"bridge-cosmos": "ts-node src/nexusback.ts",
"app": "npm-run-all start odos bridge",
"build": "tsc --project tsconfig.json",
"clean": "tsc --build --clean"
},
"dependencies": {
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"bech32": "^2.0.0",
"dotenv": "^16.4.5",
"node-fetch": "^3.3.2",
"ts-node": "^10.9.2",
"viem": "^2.13.0"
"viem": "^2.15.1"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"npm-run-all": "^4.1.5"
}
}

0 comments on commit 3abb0b8

Please sign in to comment.