@lightprotocol/zk-compression-cli 0.19.2 → 0.19.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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -12,7 +12,7 @@ export declare const CARGO_GENERATE_TAG = "v0.18.4";
12
12
  export declare const SOLANA_VALIDATOR_PROCESS_NAME = "solana-test-validator";
13
13
  export declare const LIGHT_PROVER_PROCESS_NAME = "light-prover";
14
14
  export declare const INDEXER_PROCESS_NAME = "photon";
15
- export declare const PHOTON_VERSION = "0.46.0";
15
+ export declare const PHOTON_VERSION = "0.47.0";
16
16
  export declare const LIGHT_PROTOCOL_PROGRAMS_DIR_ENV = "LIGHT_PROTOCOL_PROGRAMS_DIR";
17
17
  export declare const BASE_PATH = "../../bin/";
18
18
  export declare const PROGRAM_ID = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS";
@@ -17,7 +17,7 @@ exports.CARGO_GENERATE_TAG = "v0.18.4";
17
17
  exports.SOLANA_VALIDATOR_PROCESS_NAME = "solana-test-validator";
18
18
  exports.LIGHT_PROVER_PROCESS_NAME = "light-prover";
19
19
  exports.INDEXER_PROCESS_NAME = "photon";
20
- exports.PHOTON_VERSION = "0.46.0";
20
+ exports.PHOTON_VERSION = "0.47.0";
21
21
  exports.LIGHT_PROTOCOL_PROGRAMS_DIR_ENV = "LIGHT_PROTOCOL_PROGRAMS_DIR";
22
22
  exports.BASE_PATH = "../../bin/";
23
23
  exports.PROGRAM_ID = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS";
@@ -98,15 +98,23 @@
98
98
  "index.js"
99
99
  ]
100
100
  },
101
- "compress-sol": {
101
+ "compress-spl": {
102
102
  "aliases": [],
103
103
  "args": {},
104
104
  "examples": [
105
- "$ light compress-sol --to PublicKey --amount 10"
105
+ "$ light compress-spl --mint PublicKey --to PublicKey --amount 10"
106
106
  ],
107
107
  "flags": {
108
+ "mint": {
109
+ "description": "Specify the mint address.",
110
+ "name": "mint",
111
+ "required": true,
112
+ "hasDynamicHelp": false,
113
+ "multiple": false,
114
+ "type": "option"
115
+ },
108
116
  "to": {
109
- "description": "Specify the recipient address.",
117
+ "description": "Specify the recipient address (owner of destination compressed token account).",
110
118
  "name": "to",
111
119
  "required": true,
112
120
  "hasDynamicHelp": false,
@@ -114,7 +122,7 @@
114
122
  "type": "option"
115
123
  },
116
124
  "amount": {
117
- "description": "Amount to compress, in lamports.",
125
+ "description": "Amount to compress, in tokens.",
118
126
  "name": "amount",
119
127
  "required": true,
120
128
  "hasDynamicHelp": false,
@@ -124,38 +132,30 @@
124
132
  },
125
133
  "hasDynamicHelp": false,
126
134
  "hiddenAliases": [],
127
- "id": "compress-sol",
135
+ "id": "compress-spl",
128
136
  "pluginAlias": "@lightprotocol/zk-compression-cli",
129
137
  "pluginName": "@lightprotocol/zk-compression-cli",
130
138
  "pluginType": "core",
131
139
  "strict": true,
132
- "summary": "Compress SOL.",
140
+ "summary": "Compress SPL tokens.",
133
141
  "enableJsonFlag": false,
134
142
  "isESM": false,
135
143
  "relativePath": [
136
144
  "dist",
137
145
  "commands",
138
- "compress-sol",
146
+ "compress-spl",
139
147
  "index.js"
140
148
  ]
141
149
  },
142
- "compress-spl": {
150
+ "compress-sol": {
143
151
  "aliases": [],
144
152
  "args": {},
145
153
  "examples": [
146
- "$ light compress-spl --mint PublicKey --to PublicKey --amount 10"
154
+ "$ light compress-sol --to PublicKey --amount 10"
147
155
  ],
148
156
  "flags": {
149
- "mint": {
150
- "description": "Specify the mint address.",
151
- "name": "mint",
152
- "required": true,
153
- "hasDynamicHelp": false,
154
- "multiple": false,
155
- "type": "option"
156
- },
157
157
  "to": {
158
- "description": "Specify the recipient address (owner of destination compressed token account).",
158
+ "description": "Specify the recipient address.",
159
159
  "name": "to",
160
160
  "required": true,
161
161
  "hasDynamicHelp": false,
@@ -163,7 +163,7 @@
163
163
  "type": "option"
164
164
  },
165
165
  "amount": {
166
- "description": "Amount to compress, in tokens.",
166
+ "description": "Amount to compress, in lamports.",
167
167
  "name": "amount",
168
168
  "required": true,
169
169
  "hasDynamicHelp": false,
@@ -173,18 +173,18 @@
173
173
  },
174
174
  "hasDynamicHelp": false,
175
175
  "hiddenAliases": [],
176
- "id": "compress-spl",
176
+ "id": "compress-sol",
177
177
  "pluginAlias": "@lightprotocol/zk-compression-cli",
178
178
  "pluginName": "@lightprotocol/zk-compression-cli",
179
179
  "pluginType": "core",
180
180
  "strict": true,
181
- "summary": "Compress SPL tokens.",
181
+ "summary": "Compress SOL.",
182
182
  "enableJsonFlag": false,
183
183
  "isESM": false,
184
184
  "relativePath": [
185
185
  "dist",
186
186
  "commands",
187
- "compress-spl",
187
+ "compress-sol",
188
188
  "index.js"
189
189
  ]
190
190
  },
@@ -871,5 +871,5 @@
871
871
  ]
872
872
  }
873
873
  },
874
- "version": "0.19.2"
874
+ "version": "0.19.3"
875
875
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightprotocol/zk-compression-cli",
3
- "version": "0.19.2",
3
+ "version": "0.19.3",
4
4
  "description": "ZK Compression: Secure Scaling on Solana",
5
5
  "maintainers": [
6
6
  {
@@ -51,8 +51,8 @@
51
51
  "tweetnacl": "^1.0.3",
52
52
  "wait-on": "^7.2.0",
53
53
  "which": "^4.0.0",
54
- "@lightprotocol/compressed-token": "0.14.2",
55
- "@lightprotocol/stateless.js": "0.14.3",
54
+ "@lightprotocol/compressed-token": "0.14.3",
55
+ "@lightprotocol/stateless.js": "0.14.4",
56
56
  "@lightprotocol/hasher.rs": "0.2.0"
57
57
  },
58
58
  "devDependencies": {