@usdctofiat/offramp 4.4.0 → 4.4.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/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to `@usdctofiat/offramp` will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
 
8
+ ## [4.4.1] - 2026-06-24
9
+
10
+ ### Fixed
11
+
12
+ - Align `@zkp2p/sdk` to `0.5.8`, which forwards the configured API key to
13
+ Curator `/v3/intent/sign` fallback signing. This keeps private/keyed curator
14
+ take flows working through the packaged `offramp()` dependency.
15
+
8
16
  ## [4.4.0] - 2026-06-24
9
17
 
10
18
  ### Added
@@ -1,6 +1,6 @@
1
1
  // src/config.ts
2
2
  import { getContracts, getGatingServiceAddress } from "@zkp2p/sdk";
3
- var SDK_VERSION = "4.4.0";
3
+ var SDK_VERSION = "4.4.1";
4
4
  var BASE_CHAIN_ID = 8453;
5
5
  var RUNTIME_ENV = "production";
6
6
  var API_BASE_URL = "https://api.zkp2p.xyz";
@@ -1673,4 +1673,4 @@ export {
1673
1673
  createPeerExtensionSdk,
1674
1674
  peerExtensionSdk
1675
1675
  };
1676
- //# sourceMappingURL=chunk-CPTVCTLU.js.map
1676
+ //# sourceMappingURL=chunk-PWKUFVPJ.js.map