@lightprotocol/compressed-token 0.10.1 → 0.11.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.
- package/dist/cjs/browser/index.cjs +13 -2
- package/dist/cjs/browser/index.cjs.map +1 -1
- package/dist/cjs/node/index.cjs +13 -2
- package/dist/cjs/node/index.cjs.map +1 -1
- package/dist/es/browser/index.js +13 -2
- package/dist/es/browser/index.js.map +1 -1
- package/dist/types/index.d.ts +9 -1
- package/package.json +4 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { PublicKey, AccountMeta, TransactionInstruction, Signer, ConfirmOptions,
|
|
|
3
3
|
import { BN, Program } from '@coral-xyz/anchor';
|
|
4
4
|
|
|
5
5
|
type LightCompressedToken = {
|
|
6
|
-
version: '0.
|
|
6
|
+
version: '0.6.2';
|
|
7
7
|
name: 'light_compressed_token';
|
|
8
8
|
instructions: [
|
|
9
9
|
{
|
|
@@ -1673,6 +1673,14 @@ type LightCompressedToken = {
|
|
|
1673
1673
|
{
|
|
1674
1674
|
code: 6023;
|
|
1675
1675
|
name: 'InvalidTokenPoolPda';
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
code: 6024;
|
|
1679
|
+
name: 'NoInputTokenAccountsProvided';
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
code: 6025;
|
|
1683
|
+
name: 'NoInputsProvided';
|
|
1676
1684
|
}
|
|
1677
1685
|
];
|
|
1678
1686
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightprotocol/compressed-token",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.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",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"license": "Apache-2.0",
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@solana/web3.js": "^1.95.0",
|
|
40
|
-
"@lightprotocol/stateless.js": "0.
|
|
40
|
+
"@lightprotocol/stateless.js": "0.11.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@coral-xyz/anchor": "0.29.0",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"tslib": "^2.6.2",
|
|
76
76
|
"typescript": "^5.5.3",
|
|
77
77
|
"vitest": "^1.6.0",
|
|
78
|
-
"@lightprotocol/
|
|
79
|
-
"@lightprotocol/
|
|
78
|
+
"@lightprotocol/hasher.rs": "0.2.0",
|
|
79
|
+
"@lightprotocol/programs": "0.3.0"
|
|
80
80
|
},
|
|
81
81
|
"nx": {
|
|
82
82
|
"targets": {
|