@circle-fin/usdckit 0.25.1 → 0.25.4

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.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # USDCKit
2
2
 
3
+ > **⚠️ Important:** We have upgraded the product to [App Kit](https://docs.arc.io/app-kit) and recommend using it for all production deployments. USDCKit will remain available as a private beta product. Thank you.
4
+
3
5
  ## Introduction
4
6
 
5
7
  USDCKit is a Node.js SDK that streamlines interactions with USDC. With USDCKit, you can integrate USDC into your applications and enable secure and efficient blockchain transactions. USDCKit aims to provide multi-chain fund orchestration features to enable USDC payment use cases like crypto acquiring (C2B), payroll (B2C), remittance (C2C), and B2B cross-border payments.
@@ -14,4 +14,4 @@ exports.VERSION = void 0;
14
14
  /**
15
15
  * The current semantic version of the SDK
16
16
  */
17
- exports.VERSION = `${'0.25.1' || '0.0.0'}`;
17
+ exports.VERSION = `${'0.25.4' || '0.0.0'}`;
@@ -11,4 +11,4 @@
11
11
  /**
12
12
  * The current semantic version of the SDK
13
13
  */
14
- export const VERSION = `${'0.25.1' || '0.0.0'}`;
14
+ export const VERSION = `${'0.25.4' || '0.0.0'}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@circle-fin/usdckit",
3
- "version": "0.25.1",
3
+ "version": "0.25.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/crcl-main/w3s-node-sdk.git"