@brainai/satp-client 2.0.4 → 2.0.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/v3-pda.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brainai/satp-client",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "SATP client SDK surface prepared for release-candidate review; publish only after the release packet passes.",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
package/src/v3-pda.js CHANGED
@@ -15,7 +15,7 @@ const V3_DEVNET_PROGRAM_IDS = {
15
15
  };
16
16
 
17
17
  // Mainnet registry source: Anchor.toml [programs.mainnet], checked by
18
- // scripts/verify-v3-program-sources.mjs and the D1 authority packet.
18
+ // scripts/verify-v3-program-sources.mjs and docs/v3-program-source-verification.md.
19
19
  // docs/mainnet-authority-decision-packet-6c8a5545.md remains the owner-gating
20
20
  // packet for deploy/key/publish actions. Keep V3 separate from legacy V2
21
21
  // MAINNET_PROGRAM_IDS in constants.js; do not fall back to V2 program IDs.