Skip to content

Commit

Permalink
Merge pull request #69 from cosmology-tech/lib-names
Browse files Browse the repository at this point in the history
change the libs names
Zetazzz authored Dec 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 8ee1f5b + b7330c8 commit c9ec865
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%">
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",
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%">
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">
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",
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">
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"protoDirs": [
"./protos/injectivejs"
],
"outPath": "./libs/injective-query/src",
"outPath": "./libs/injective-react/src",
"options": {
"classesUseArrowFunctions": true,
"env": "v-next",
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"protoDirs": [
"./protos/interchainjs"
],
"outPath": "./libs/interchain-query/src",
"outPath": "./libs/interchain-react/src",
"options": {
"classesUseArrowFunctions": true,
"env": "v-next",

0 comments on commit c9ec865

Please sign in to comment.