proof-of-take-sdk 5.0.14 → 5.0.15

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.
@@ -2010,7 +2010,8 @@
2010
2010
  {
2011
2011
  "name": "token_mint",
2012
2012
  "docs": [
2013
- "Token mint this season is scoped to (used for PDA derivation)."
2013
+ "Token mint this season is scoped to (used for PDA derivation).",
2014
+ "Supports both SPL Token and Token-2022 mints via InterfaceAccount."
2014
2015
  ]
2015
2016
  },
2016
2017
  {
@@ -2016,7 +2016,8 @@ export type ProofOfTake = {
2016
2016
  {
2017
2017
  "name": "tokenMint";
2018
2018
  "docs": [
2019
- "Token mint this season is scoped to (used for PDA derivation)."
2019
+ "Token mint this season is scoped to (used for PDA derivation).",
2020
+ "Supports both SPL Token and Token-2022 mints via InterfaceAccount."
2020
2021
  ];
2021
2022
  },
2022
2023
  {
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.15",
4
4
  "description": "TypeScript SDK for Proof of Take Solana program",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",