@usdctofiat/offramp 4.4.4 → 4.4.6
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 +15 -0
- package/README.md +1 -1
- package/dist/{chunk-NDVYCYUC.js → chunk-UM4EZUIC.js} +2 -2
- package/dist/{chunk-NDVYCYUC.js.map → chunk-UM4EZUIC.js.map} +1 -1
- package/dist/{errors-B-Gaf0US.d.cts → errors-CPxG5V2r.d.cts} +1 -1
- package/dist/{errors-B-Gaf0US.d.ts → errors-CPxG5V2r.d.ts} +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.cjs.map +1 -1
- package/dist/react.d.cts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/react.js +1 -1
- package/package.json +3 -3
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.6] - 2026-07-03
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Align the published package dependency and developer-resource metadata on
|
|
13
|
+
`@zkp2p/sdk` to `0.7.2`, matching the current USDCtoFiat app surface and
|
|
14
|
+
upstream ZKP2P SDK release line.
|
|
15
|
+
|
|
16
|
+
## [4.4.5] - 2026-07-01
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Align the published package dependency on `@zkp2p/sdk` to `0.6.3` so
|
|
21
|
+
downstream app installs and starter templates resolve the current upstream SDK.
|
|
22
|
+
|
|
8
23
|
## [4.4.4] - 2026-06-27
|
|
9
24
|
|
|
10
25
|
### Fixed
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ OFFRAMP_DEVELOPER_RESOURCES.delegation.required; // true
|
|
|
27
27
|
OFFRAMP_DEVELOPER_RESOURCES.delegation.feeRateBps; // 10
|
|
28
28
|
OFFRAMP_DEVELOPER_RESOURCES.links.agentSkill; // https://usdctofiat.xyz/skills/usdctofiat.md
|
|
29
29
|
OFFRAMP_DEVELOPER_RESOURCES.upstreamSourceTruths.map((source) => source.label);
|
|
30
|
-
// ["@zkp2p/sdk 0.
|
|
30
|
+
// ["@zkp2p/sdk 0.7.2", "Curator API", ...]
|
|
31
31
|
OFFRAMP_DEVELOPER_RESOURCES.checklist.map((item) => item.title); // integration doctor
|
|
32
32
|
|
|
33
33
|
const botPlaybook = getOfframpDeveloperResources("bot");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/config.ts
|
|
2
2
|
import { getContracts, getGatingServiceAddress } from "@zkp2p/sdk";
|
|
3
|
-
var SDK_VERSION = "4.4.
|
|
3
|
+
var SDK_VERSION = "4.4.6";
|
|
4
4
|
var BASE_CHAIN_ID = 8453;
|
|
5
5
|
var RUNTIME_ENV = "production";
|
|
6
6
|
var API_BASE_URL = "https://api.zkp2p.xyz";
|
|
@@ -1671,4 +1671,4 @@ export {
|
|
|
1671
1671
|
createPeerExtensionSdk,
|
|
1672
1672
|
peerExtensionSdk
|
|
1673
1673
|
};
|
|
1674
|
-
//# sourceMappingURL=chunk-
|
|
1674
|
+
//# sourceMappingURL=chunk-UM4EZUIC.js.map
|