@usdctofiat/offramp 4.4.0 → 4.4.2

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,21 @@ 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.2] - 2026-06-26
9
+
10
+ ### Fixed
11
+
12
+ - Align `@zkp2p/sdk` to `0.6.2`, picking up the latest public upstream SDK
13
+ surface including the buyer-TEE verification adapter export.
14
+
15
+ ## [4.4.1] - 2026-06-24
16
+
17
+ ### Fixed
18
+
19
+ - Align `@zkp2p/sdk` to `0.5.8`, which forwards the configured API key to
20
+ Curator `/v3/intent/sign` fallback signing. This keeps private/keyed curator
21
+ take flows working through the packaged `offramp()` dependency.
22
+
8
23
  ## [4.4.0] - 2026-06-24
9
24
 
10
25
  ### 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.2";
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-4DWGIXLS.js.map