@circle-fin/usdckit 0.25.3 → 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.
@@ -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.3' || '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.3' || '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.3",
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"