@lightprotocol/compressed-token 0.17.0 → 0.17.1

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.
@@ -2338,7 +2338,10 @@ declare class CompressedTokenProgram {
2338
2338
  /** @internal */
2339
2339
  static get deriveCpiAuthorityPda(): PublicKey;
2340
2340
  /**
2341
- * Construct createMint instruction for compressed tokens
2341
+ * Construct createMint instruction for compressed tokens.
2342
+ * @returns [createMintAccountInstruction, initializeMintInstruction, createTokenPoolInstruction]
2343
+ *
2344
+ * Note that `createTokenPoolInstruction` must be executed after `initializeMintInstruction`.
2342
2345
  */
2343
2346
  static createMint(params: CreateMintParams): Promise<TransactionInstruction[]>;
2344
2347
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightprotocol/compressed-token",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "JS client to interact with the compressed-token program",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/node/index.cjs",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "license": "Apache-2.0",
38
38
  "peerDependencies": {
39
- "@lightprotocol/stateless.js": "0.17.0"
39
+ "@lightprotocol/stateless.js": "0.17.1"
40
40
  },
41
41
  "dependencies": {
42
42
  "@coral-xyz/anchor": "0.29.0",