Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change the libs names #69

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# interchainjs
# injective-react

<p align="center">
<img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80">
<img src="https://user-images.githubusercontent.com/545047/193426489-d5d3c9a9-d738-43a0-a628-b8b4f1a8034b.png" width="80">
</p>

<p align="center" width="100%">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "injective-query",
"name": "injective-react",
"version": "0.0.1-beta.36",
"description": "Injective-query is a JavaScript library providing react query hooks for interacting with injective sdk.",
"description": "injective-react is a JavaScript library providing react query hooks for interacting with injective sdk.",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions libs/injectivejs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# interchainjs
# InjectiveJS

<p align="center">
<img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80">
<img src="https://user-images.githubusercontent.com/545047/193426489-d5d3c9a9-d738-43a0-a628-b8b4f1a8034b.png" width="80">
</p>

<p align="center" width="100%">
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# interchainjs
# interchain-react

<p align="center">
<img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "interchain-query",
"name": "interchain-react",
"version": "0.0.1-beta.36",
"description": "InterchainJS is a JavaScript library providing react query hooks for interacting with Cosmos SDK based blockchains.",
"description": "interchain-react is a JavaScript library providing react query hooks for interacting with Cosmos SDK based blockchains.",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion libs/interchainjs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# interchainjs
# InterchainJS

<p align="center">
<img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"scripts": {
"codegen": "yarn codegen:ic && yarn codegen:inj",
"codegen:ic": "telescope transpile --config ./scripts/interchainjs.telescope.json && telescope transpile --config ./scripts/interchain-query.telescope.json",
"codegen:inj": "telescope transpile --config ./scripts/inj.telescope.json && telescope transpile --config ./scripts/inj-query.telescope.json",
"codegen:ic": "telescope transpile --config ./scripts/interchainjs.telescope.json && telescope transpile --config ./scripts/interchain-react.telescope.json",
"codegen:inj": "telescope transpile --config ./scripts/inj.telescope.json && telescope transpile --config ./scripts/inj-react.telescope.json",
"codegen:types": "telescope transpile --config ./scripts/cosmos-types.telescope.json",
"proto": "telescope download --config ./scripts/.protod.config.json && telescope download --config ./scripts/.injective.protod.config.json",
"test": "lerna run test --stream",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"protoDirs": [
"./protos/injectivejs"
],
"outPath": "./libs/injective-query/src",
"outPath": "./libs/injective-react/src",
"options": {
"classesUseArrowFunctions": true,
"env": "v-next",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"protoDirs": [
"./protos/interchainjs"
],
"outPath": "./libs/interchain-query/src",
"outPath": "./libs/interchain-react/src",
"options": {
"classesUseArrowFunctions": true,
"env": "v-next",
Expand Down
Loading