@lightprotocol/stateless.js 0.15.3 → 0.15.4
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.
- package/dist/cjs/browser/index.cjs +2 -2
- package/dist/cjs/browser/index.cjs.map +1 -1
- package/dist/cjs/node/index.cjs +2 -2
- package/dist/cjs/node/index.cjs.map +1 -1
- package/dist/es/browser/index.js +2 -2
- package/dist/es/browser/index.js.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/types/index.d.ts
CHANGED
|
@@ -7932,7 +7932,7 @@ type EventWithParsedTokenTlvData = {
|
|
|
7932
7932
|
* @param compressedAccount - The compressed account
|
|
7933
7933
|
* @returns The parsed token data
|
|
7934
7934
|
*/
|
|
7935
|
-
declare function parseTokenLayoutWithIdl(compressedAccount: CompressedAccount): TokenData | null;
|
|
7935
|
+
declare function parseTokenLayoutWithIdl(compressedAccount: CompressedAccount, programId?: PublicKey): TokenData | null;
|
|
7936
7936
|
/**
|
|
7937
7937
|
* Retrieves all compressed token accounts for a given mint and owner.
|
|
7938
7938
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightprotocol/stateless.js",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.4",
|
|
4
4
|
"description": "JavaScript API for Light and ZK Compression",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/node/index.cjs",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"tslib": "^2.7.0",
|
|
72
72
|
"typescript": "^5.6.2",
|
|
73
73
|
"vitest": "^2.1.1",
|
|
74
|
-
"@lightprotocol/
|
|
75
|
-
"@lightprotocol/
|
|
74
|
+
"@lightprotocol/programs": "0.3.0",
|
|
75
|
+
"@lightprotocol/hasher.rs": "0.2.0"
|
|
76
76
|
},
|
|
77
77
|
"nx": {
|
|
78
78
|
"targets": {
|