@0dotxyz/p0-ts-sdk 2.7.1-alpha.2 → 2.7.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/dist/index.d.cts CHANGED
@@ -7170,10 +7170,11 @@ declare class MarginfiAccountWrapper {
7170
7170
  * 0.1.10 inserts required accounts into six instructions (positional wire
7171
7171
  * break, both directions). For the three the SDK executes or simulates
7172
7172
  * (end-flashloan, transfer, pulse-health), the builders in `instructions.ts`
7173
- * build 0.1.10-style and inline-remove the inserted account while the target
7174
- * program still runs 0.1.9 decided by the announced upgrade time below.
7173
+ * AND their duplicates in `sync-instructions.ts` build 0.1.10-style and
7174
+ * inline-remove the inserted account while the target program still runs
7175
+ * 0.1.9 — decided by the announced upgrade time below.
7175
7176
  *
7176
- * TODO(upgrade): delete this file (and the three inline checks) once the
7177
+ * TODO(upgrade): delete this file (and the six inline checks) once the
7177
7178
  * upgrade is final.
7178
7179
  */
7179
7180
  /**
package/dist/index.d.ts CHANGED
@@ -7170,10 +7170,11 @@ declare class MarginfiAccountWrapper {
7170
7170
  * 0.1.10 inserts required accounts into six instructions (positional wire
7171
7171
  * break, both directions). For the three the SDK executes or simulates
7172
7172
  * (end-flashloan, transfer, pulse-health), the builders in `instructions.ts`
7173
- * build 0.1.10-style and inline-remove the inserted account while the target
7174
- * program still runs 0.1.9 decided by the announced upgrade time below.
7173
+ * AND their duplicates in `sync-instructions.ts` build 0.1.10-style and
7174
+ * inline-remove the inserted account while the target program still runs
7175
+ * 0.1.9 — decided by the announced upgrade time below.
7175
7176
  *
7176
- * TODO(upgrade): delete this file (and the three inline checks) once the
7177
+ * TODO(upgrade): delete this file (and the six inline checks) once the
7177
7178
  * upgrade is final.
7178
7179
  */
7179
7180
  /**