proof-of-take-sdk 5.0.14 → 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
  {
@@ -2010,7 +2011,8 @@
2010
2011
  {
2011
2012
  "name": "token_mint",
2012
2013
  "docs": [
2013
- "Token mint this season is scoped to (used for PDA derivation)."
2014
+ "Token mint this season is scoped to (used for PDA derivation).",
2015
+ "Supports both SPL Token and Token-2022 mints via InterfaceAccount."
2014
2016
  ]
2015
2017
  },
2016
2018
  {
@@ -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
  {
@@ -2016,7 +2017,8 @@ export type ProofOfTake = {
2016
2017
  {
2017
2018
  "name": "tokenMint";
2018
2019
  "docs": [
2019
- "Token mint this season is scoped to (used for PDA derivation)."
2020
+ "Token mint this season is scoped to (used for PDA derivation).",
2021
+ "Supports both SPL Token and Token-2022 mints via InterfaceAccount."
2020
2022
  ];
2021
2023
  },
2022
2024
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proof-of-take-sdk",
3
- "version": "5.0.14",
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",