privacycash 1.1.2 → 1.1.3

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.
@@ -1,6 +1,6 @@
1
1
  import { PublicKey, SystemProgram, ComputeBudgetProgram } from '@solana/web3.js';
2
2
  import { ASSOCIATED_TOKEN_PROGRAM_ID, TOKEN_PROGRAM_ID } from '@solana/spl-token';
3
- import { logger } from './logger';
3
+ import { logger } from './logger.js';
4
4
  /**
5
5
  * Helper function to use an existing ALT (recommended for production)
6
6
  * Use create_alt.ts to create the ALT once, then hardcode the address and use this function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "privacycash",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "repository": "https://github.com/Privacy-Cash/privacy-cash-sdk",
@@ -11,7 +11,7 @@ import {
11
11
  TransactionMessage
12
12
  } from '@solana/web3.js';
13
13
  import { ASSOCIATED_TOKEN_PROGRAM_ID, TOKEN_PROGRAM_ID } from '@solana/spl-token';
14
- import { logger } from './logger';
14
+ import { logger } from './logger.js';
15
15
 
16
16
 
17
17
  /**