@circle-fin/app-kit 1.15.0 → 1.15.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@circle-fin/app-kit",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "A one-stop Circle SDK solution for building stablecoin (e.g. USDC) applications, with bridging, swapping, and more on-chain operations",
5
5
  "keywords": [
6
6
  "circle",
@@ -36,7 +36,7 @@
36
36
  "module": "./index.mjs",
37
37
  "types": "./index.d.cts",
38
38
  "dependencies": {
39
- "@circle-fin/onramp-kit": "1.0.0",
39
+ "@circle-fin/onramp-kit": "1.0.1",
40
40
  "@circle-fin/unified-balance-kit": "1.7.0",
41
41
  "@circle-fin/provider-gateway-v1": "1.5.0",
42
42
  "@circle-fin/earn-kit": "1.7.0",
package/server.cjs CHANGED
@@ -8650,7 +8650,7 @@ const swapTokenEnumSchema = zod.z.enum([
8650
8650
  return kit;
8651
8651
  }
8652
8652
 
8653
- var version = "1.0.0";
8653
+ var version = "1.0.1";
8654
8654
  var pkg = {
8655
8655
  version: version};
8656
8656
 
package/server.mjs CHANGED
@@ -8644,7 +8644,7 @@ const swapTokenEnumSchema = z.enum([
8644
8644
  return kit;
8645
8645
  }
8646
8646
 
8647
- var version = "1.0.0";
8647
+ var version = "1.0.1";
8648
8648
  var pkg = {
8649
8649
  version: version};
8650
8650