@jack-kernel/sdk 1.2.2 → 1.2.3

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@jack-kernel/sdk.svg)](https://www.npmjs.com/package/@jack-kernel/sdk)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![Discord](https://img.shields.io/discord/1131014788072349827?color=7289da&label=Discord&logo=discord&logoColor=white)](https://discord.gg/7k8CdmYHpn)
6
+ [![X (Twitter)](https://img.shields.io/badge/Follow-%40Jack__kernel-1DA1F2?logo=x&logoColor=white)](https://x.com/Jack_kernel)
5
7
 
6
8
  TypeScript SDK for the JACK cross-chain execution kernel. Provides a comprehensive, type-safe interface for creating and managing cross-chain intents, tracking execution, and monitoring costs.
7
9
 
@@ -855,7 +857,7 @@ MIT © JACK Team
855
857
 
856
858
  ## Support
857
859
 
858
- - **Documentation**: [https://jack.hashpass.tech/docs](https://jack.hashpass.tech/docs)
860
+ - **Documentation**: [https://docs.jack.lukas.money/docs](https://docs.jack.lukas.money/docs)
859
861
  - **Repository**: [https://github.com/hashpass-tech/JACK](https://github.com/hashpass-tech/JACK)
860
862
  - **Issues**: [GitHub Issues](https://github.com/hashpass-tech/JACK/issues)
861
863
  - **Discord**: [Join our community](https://discord.gg/7k8CdmYHpn)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jack-kernel/sdk",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "TypeScript SDK for JACK cross-chain execution kernel",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",