@flipflop-sdk/cli-v2 1.0.4 → 1.0.5
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/cli.js +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -27,7 +27,7 @@ const program = new commander_1.Command();
|
|
|
27
27
|
program
|
|
28
28
|
.name('flipflop2')
|
|
29
29
|
.description('A CLI tool v2 for Flipflop token operations')
|
|
30
|
-
.version('1.0.
|
|
30
|
+
.version('1.0.5');
|
|
31
31
|
// Add launch subcommand
|
|
32
32
|
program.command('launch')
|
|
33
33
|
.description('Launch a new token')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flipflop-sdk/cli-v2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "FlipFlop CLI v2 tool for common operations",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@coral-xyz/anchor": "0.31.1",
|
|
35
|
-
"@flipflop-sdk/node-v2": "^1.0.
|
|
35
|
+
"@flipflop-sdk/node-v2": "^1.0.4",
|
|
36
36
|
"@solana/spl-token": "^0.4.9",
|
|
37
37
|
"@solana/spl-token-metadata": "^0.1.6",
|
|
38
38
|
"@solana/web3.js": "^1.98.0",
|