Skip to content

Commit 9fdc7a3

Browse files
committed
merge main to hyperwebjs
2 parents aada4b6 + d344ae8 commit 9fdc7a3

File tree

11 files changed

+107
-10
lines changed

11 files changed

+107
-10
lines changed

.github/workflows/run-tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Run Hyperweb Build Tests 🧪
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
6-
types: [opened, synchronize, reopened]
8+
branches:
9+
- main
710
workflow_dispatch:
811

912
jobs:

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hyperweb Build Tools
22

33
<p align="center" width="100%">
4-
<img height="90" src="https://user-images.githubusercontent.com/545047/190171432-5526db8f-9952-45ce-a745-bea4302f912b.svg" />
4+
<img height="148" src="https://github.com/user-attachments/assets/f672f9b8-e59a-4f44-8f51-df3e8d2eaae5" />
55
</p>
66

77
<p align="center" width="100%">
@@ -17,6 +17,7 @@ Hyperweb is a collection of powerful tools designed to simplify and streamline y
1717
- [Packages](#packages)
1818
- [@hyperweb/build](#hyperwebbuild)
1919
- [@hyperweb/ts-json-schema](#hyperwebts-json-schema)
20+
- [hyperwebjs](#hyperwebjs)
2021
- [Development](#development)
2122
- [Project Setup](#project-setup)
2223
- [Running Tests](#running-tests)
@@ -28,6 +29,19 @@ Hyperweb is a collection of powerful tools designed to simplify and streamline y
2829

2930
This monorepo contains the following packages:
3031

32+
### [hyperwebjs](./packages/hyperwebjs)
33+
34+
[![npm version](https://img.shields.io/npm/v/hyperwebjs.svg)](https://www.npmjs.com/package/hyperwebjs)
35+
36+
HyperwebJS is a library for working with the Hyperweb blockchain.
37+
38+
#### Installation
39+
```sh
40+
npm install hyperwebjs
41+
```
42+
43+
[Read more about @hyperweb/ts-json-schema](./packages/hyperwebjs)
44+
3145
### [@hyperweb/build](./packages/build)
3246

3347
[![npm version](https://img.shields.io/npm/v/@hyperweb/build.svg)](https://www.npmjs.com/package/@hyperweb/build)

packages/build/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.2 (2024-10-04)
7+
8+
**Note:** Version bump only for package @hyperweb/build

packages/build/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hyperweb Build
22

33
<p align="center" width="100%">
4-
<img height="90" src="https://user-images.githubusercontent.com/545047/190171432-5526db8f-9952-45ce-a745-bea4302f912b.svg" />
4+
<img height="148" src="https://github.com/user-attachments/assets/f672f9b8-e59a-4f44-8f51-df3e8d2eaae5" />
55
</p>
66

77
<p align="center" width="100%">
@@ -23,7 +23,6 @@ Hyperweb Build is a powerful wrapper around esbuild, designed to simplify and st
2323
- Built-in support for common Hyperweb project configurations
2424
- Easy integration with existing projects
2525

26-
2726
## Installation
2827

2928
```sh

packages/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/build",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"author": "Hyperweb <[email protected]>",
55
"description": "build tools for hyperweb",
66
"main": "index.js",

packages/hyperwebjs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.2 (2024-10-04)
7+
8+
**Note:** Version bump only for package hyperwebjs

packages/hyperwebjs/README.md

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# hyperwebjs
2+
3+
<p align="center">
4+
<img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80"><br />
5+
JS client for hyperweb
6+
</p>
7+
8+
## install
9+
10+
```sh
11+
npm install hyperwebjs
12+
```
13+
14+
## Table of contents
15+
16+
- [hyperwebjs](#hyperwebjs)
17+
- [Install](#install)
18+
- [Table of contents](#table-of-contents)
19+
- [Developing](#developing)
20+
- [Credits](#credits)
21+
22+
## Developing
23+
24+
When first cloning the repo:
25+
26+
```sh
27+
yarn
28+
# build the prod packages. When devs would like to navigate to the source code, this will only navigate from references to their definitions (.d.ts files) between packages.
29+
yarn build
30+
```
31+
32+
Or if you want to make your dev process smoother, you can run:
33+
34+
```sh
35+
yarn
36+
# build the dev packages with .map files, this enables navigation from references to their source code between packages.
37+
yarn build:dev
38+
```
39+
40+
## Related
41+
42+
Checkout these related projects:
43+
44+
* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
45+
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
46+
* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
47+
* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
48+
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
49+
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
50+
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
51+
52+
## Credits
53+
54+
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
55+
56+
57+
## Disclaimer
58+
59+
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
60+
61+
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.

packages/hyperwebjs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "hyperwebjs",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"author": "Hyperweb <[email protected]>",
5-
"description": "Telescope client for Hyperweb",
5+
"description": "JS client for Hyperweb",
66
"main": "index.js",
77
"module": "esm/index.js",
88
"types": "index.d.ts",
@@ -41,4 +41,4 @@
4141
"@cosmology/lcd": "^0.14.0"
4242
},
4343
"keywords": []
44-
}
44+
}

packages/ts-json-schema/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.0.3 (2024-10-04)
7+
8+
**Note:** Version bump only for package @hyperweb/ts-json-schema
9+
10+
11+
12+
13+
614
## 0.0.2 (2024-09-11)
715

816
**Note:** Version bump only for package @hyperweb/ts-json-schema

packages/ts-json-schema/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @hyperweb/ts-json-schema
22

33
<p align="center" width="100%">
4-
<img height="90" src="https://user-images.githubusercontent.com/545047/190171432-5526db8f-9952-45ce-a745-bea4302f912b.svg" />
4+
<img height="148" src="https://github.com/user-attachments/assets/f672f9b8-e59a-4f44-8f51-df3e8d2eaae5" />
55
</p>
66

77
<p align="center" width="100%">

packages/ts-json-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/ts-json-schema",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"author": "Hyperweb, Inc. <[email protected]>",
55
"description": "TS to JSON Schema",
66
"main": "index.js",

0 commit comments

Comments
 (0)