proof-of-take-sdk 5.0.15 → 5.0.17

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.
@@ -1727,7 +1727,8 @@
1727
1727
  {
1728
1728
  "name": "token_mint",
1729
1729
  "docs": [
1730
- "Token mint this season is scoped to (used for PDA derivation)."
1730
+ "Token mint this season is scoped to (used for PDA derivation).",
1731
+ "Supports both classic SPL Token and Token-2022 (launchpad) mints."
1731
1732
  ]
1732
1733
  },
1733
1734
  {
@@ -1733,7 +1733,8 @@ export type ProofOfTake = {
1733
1733
  {
1734
1734
  "name": "tokenMint";
1735
1735
  "docs": [
1736
- "Token mint this season is scoped to (used for PDA derivation)."
1736
+ "Token mint this season is scoped to (used for PDA derivation).",
1737
+ "Supports both classic SPL Token and Token-2022 (launchpad) mints."
1737
1738
  ];
1738
1739
  },
1739
1740
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proof-of-take-sdk",
3
- "version": "5.0.15",
3
+ "version": "5.0.17",
4
4
  "description": "TypeScript SDK for Proof of Take Solana program",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",