@lightprotocol/zk-compression-cli 0.27.1-alpha.0 → 0.27.1-alpha.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.
Binary file
Binary file
Binary file
Binary file
@@ -57,16 +57,32 @@
57
57
  "index.js"
58
58
  ]
59
59
  },
60
- "balance": {
60
+ "compress-spl": {
61
61
  "aliases": [],
62
62
  "args": {},
63
63
  "examples": [
64
- "$ light balance --owner=<ADDRESS>"
64
+ "$ light compress-spl --mint PublicKey --to PublicKey --amount 10"
65
65
  ],
66
66
  "flags": {
67
- "owner": {
68
- "description": "Address of the owner.",
69
- "name": "owner",
67
+ "mint": {
68
+ "description": "Specify the mint address.",
69
+ "name": "mint",
70
+ "required": true,
71
+ "hasDynamicHelp": false,
72
+ "multiple": false,
73
+ "type": "option"
74
+ },
75
+ "to": {
76
+ "description": "Specify the recipient address (owner of destination compressed token account).",
77
+ "name": "to",
78
+ "required": true,
79
+ "hasDynamicHelp": false,
80
+ "multiple": false,
81
+ "type": "option"
82
+ },
83
+ "amount": {
84
+ "description": "Amount to compress, in tokens.",
85
+ "name": "amount",
70
86
  "required": true,
71
87
  "hasDynamicHelp": false,
72
88
  "multiple": false,
@@ -75,47 +91,31 @@
75
91
  },
76
92
  "hasDynamicHelp": false,
77
93
  "hiddenAliases": [],
78
- "id": "balance",
94
+ "id": "compress-spl",
79
95
  "pluginAlias": "@lightprotocol/zk-compression-cli",
80
96
  "pluginName": "@lightprotocol/zk-compression-cli",
81
97
  "pluginType": "core",
82
98
  "strict": true,
83
- "summary": "Get compressed SOL balance",
99
+ "summary": "Compress SPL tokens.",
84
100
  "enableJsonFlag": false,
85
101
  "isESM": false,
86
102
  "relativePath": [
87
103
  "dist",
88
104
  "commands",
89
- "balance",
105
+ "compress-spl",
90
106
  "index.js"
91
107
  ]
92
108
  },
93
- "compress-spl": {
109
+ "balance": {
94
110
  "aliases": [],
95
111
  "args": {},
96
112
  "examples": [
97
- "$ light compress-spl --mint PublicKey --to PublicKey --amount 10"
113
+ "$ light balance --owner=<ADDRESS>"
98
114
  ],
99
115
  "flags": {
100
- "mint": {
101
- "description": "Specify the mint address.",
102
- "name": "mint",
103
- "required": true,
104
- "hasDynamicHelp": false,
105
- "multiple": false,
106
- "type": "option"
107
- },
108
- "to": {
109
- "description": "Specify the recipient address (owner of destination compressed token account).",
110
- "name": "to",
111
- "required": true,
112
- "hasDynamicHelp": false,
113
- "multiple": false,
114
- "type": "option"
115
- },
116
- "amount": {
117
- "description": "Amount to compress, in tokens.",
118
- "name": "amount",
116
+ "owner": {
117
+ "description": "Address of the owner.",
118
+ "name": "owner",
119
119
  "required": true,
120
120
  "hasDynamicHelp": false,
121
121
  "multiple": false,
@@ -124,18 +124,18 @@
124
124
  },
125
125
  "hasDynamicHelp": false,
126
126
  "hiddenAliases": [],
127
- "id": "compress-spl",
127
+ "id": "balance",
128
128
  "pluginAlias": "@lightprotocol/zk-compression-cli",
129
129
  "pluginName": "@lightprotocol/zk-compression-cli",
130
130
  "pluginType": "core",
131
131
  "strict": true,
132
- "summary": "Compress SPL tokens.",
132
+ "summary": "Get compressed SOL balance",
133
133
  "enableJsonFlag": false,
134
134
  "isESM": false,
135
135
  "relativePath": [
136
136
  "dist",
137
137
  "commands",
138
- "compress-spl",
138
+ "balance",
139
139
  "index.js"
140
140
  ]
141
141
  },
@@ -956,5 +956,5 @@
956
956
  ]
957
957
  }
958
958
  },
959
- "version": "0.27.1-alpha.0"
959
+ "version": "0.27.1-alpha.1"
960
960
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightprotocol/zk-compression-cli",
3
- "version": "0.27.1-alpha.0",
3
+ "version": "0.27.1-alpha.1",
4
4
  "description": "ZK Compression: Secure Scaling on Solana",
5
5
  "maintainers": [
6
6
  {
@@ -19,6 +19,7 @@
19
19
  "!bin/cargo-generate",
20
20
  "!/bin/**/*.vkey",
21
21
  "!/bin/proving-keys/*.key",
22
+ "!/bin/prover-windows-*.exe",
22
23
  "/bin/proving-keys/combined_26_1_1.key",
23
24
  "/bin/proving-keys/combined_26_1_2.key",
24
25
  "/bin/proving-keys/combined_26_2_1.key",
@@ -37,6 +38,8 @@
37
38
  "/bin/proving-keys/non-inclusion_26_2.key",
38
39
  "/bin/proving-keys/non-inclusion_40_1.key",
39
40
  "/bin/proving-keys/non-inclusion_40_2.key",
41
+ "/bin/proving-keys/non-inclusion_40_3.key",
42
+ "/bin/proving-keys/non-inclusion_40_4.key",
40
43
  "/dist",
41
44
  "/test_bin",
42
45
  "./config.json",
Binary file