@solana-mobile/dapp-store-cli 0.1.5 → 0.1.6

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/lib/esm/index.js CHANGED
@@ -24,7 +24,7 @@ function resolveBuildToolsPath(buildToolsPath) {
24
24
  async function main() {
25
25
  program
26
26
  .name("dapp-store")
27
- .version("0.1.5")
27
+ .version("0.1.6")
28
28
  .description("CLI to assist with publishing to the Saga Dapp Store");
29
29
  const createCommand = program
30
30
  .command("create")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana-mobile/dapp-store-cli",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -31,7 +31,7 @@
31
31
  "shx": "^0.3.4"
32
32
  },
33
33
  "dependencies": {
34
- "@solana-mobile/dapp-store-publishing-tools": "0.1.5",
34
+ "@solana-mobile/dapp-store-publishing-tools": "0.1.6",
35
35
  "@solana/web3.js": "1.68.0",
36
36
  "ajv": "^8.11.0",
37
37
  "commander": "^9.4.1",
package/src/index.ts CHANGED
@@ -37,7 +37,7 @@ function resolveBuildToolsPath(buildToolsPath: string | undefined) {
37
37
  async function main() {
38
38
  program
39
39
  .name("dapp-store")
40
- .version("0.1.5")
40
+ .version("0.1.6")
41
41
  .description("CLI to assist with publishing to the Saga Dapp Store");
42
42
 
43
43
  const createCommand = program