@folks-finance/xchain-sdk 0.0.47 → 0.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![NPM version][npm-image]][npm-url]
6
6
  [![Downloads][downloads-image]][npm-url]
7
7
 
8
- ![xChain Header](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/raw/main/media/repo-header.png)
8
+ ![xChain Header](https://github.com/Folks-Finance/xchain-js-sdk/raw/main/media/repo-header.png)
9
9
 
10
10
  The official JavaScript SDK for the Folks Finance Cross-Chain Lending Protocol.
11
11
 
@@ -260,8 +260,8 @@ Like the initialization hook, `useSyncFolksCoreSigner` should be called in a com
260
260
 
261
261
  [license-image]: https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square
262
262
  [license-url]: https://opensource.org/licenses/MIT
263
- [ci-image]: https://img.shields.io/github/actions/workflow/status/Folks-Finance/folks-finance-xchain-js-sdk/lint-and-typecheck.yml?branch=main&logo=github&style=flat-square
264
- [ci-url]: https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/actions/workflows/lint-and-typecheck.yml
263
+ [ci-image]: https://img.shields.io/github/actions/workflow/status/Folks-Finance/xchain-js-sdk/lint-and-typecheck.yml?branch=main&logo=github&style=flat-square
264
+ [ci-url]: https://github.com/Folks-Finance/xchain-js-sdk/actions/workflows/lint-and-typecheck.yml
265
265
  [npm-image]: https://img.shields.io/npm/v/@folks-finance/xchain-sdk.svg?style=flat-square
266
266
  [npm-url]: https://www.npmjs.com/package/@folks-finance/xchain-sdk
267
267
  [downloads-image]: https://img.shields.io/npm/dm/@folks-finance/xchain-sdk.svg?style=flat-square
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@folks-finance/xchain-sdk",
3
3
  "description": "The official JavaScript SDK for the Folks Finance Cross-Chain Lending Protocol",
4
- "version": "0.0.47",
4
+ "version": "0.0.48",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/Folks-Finance/folks-finance-xchain-js-sdk.git"
11
+ "url": "https://github.com/Folks-Finance/xchain-js-sdk.git"
12
12
  },
13
13
  "type": "module",
14
14
  "engines": {