@solana-mobile/dapp-store-cli 0.16.1 → 1.0.0

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.
@@ -20,4 +20,4 @@ export var Constants = function Constants() {
20
20
  "use strict";
21
21
  _class_call_check(this, Constants);
22
22
  };
23
- _define_property(Constants, "CLI_VERSION", '0.16.1');
23
+ _define_property(Constants, "CLI_VERSION", '1.0.0');
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana-mobile/dapp-store-cli",
3
- "version": "0.16.1",
3
+ "version": "1.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -43,7 +43,7 @@
43
43
  "shx": "^0.3.4"
44
44
  },
45
45
  "dependencies": {
46
- "@solana-mobile/dapp-store-publishing-tools": "workspace:0.16.1",
46
+ "@solana-mobile/dapp-store-publishing-tools": "workspace:1.0.0",
47
47
  "@solana/web3.js": "1.92.1",
48
48
  "@types/semver": "^7.3.13",
49
49
  "boxen": "^7.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana-mobile/dapp-store-cli",
3
- "version": "0.16.1",
3
+ "version": "1.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -36,7 +36,7 @@
36
36
  "shx": "^0.3.4"
37
37
  },
38
38
  "dependencies": {
39
- "@solana-mobile/dapp-store-publishing-tools": "0.16.1",
39
+ "@solana-mobile/dapp-store-publishing-tools": "1.0.0",
40
40
  "@solana/web3.js": "1.92.1",
41
41
  "@types/semver": "^7.3.13",
42
42
  "boxen": "^7.0.1",
@@ -1,3 +1,3 @@
1
1
  export class Constants {
2
- static CLI_VERSION = '0.16.1';
2
+ static CLI_VERSION = '1.0.0';
3
3
  }