Skip to content

Commit

Permalink
change the libs names
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Dec 17, 2024
1 parent 8ee1f5b commit b7330c8
Show file tree
Hide file tree
Showing 291 changed files with 14 additions and 14 deletions.
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.
File renamed without changes.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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

0 comments on commit b7330c8

Please sign in to comment.