@barekey/cli 0.3.2 → 0.3.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.
package/bun.lock CHANGED
@@ -5,7 +5,7 @@
5
5
  "": {
6
6
  "name": "@barekey/cli",
7
7
  "dependencies": {
8
- "@barekey/sdk": "^0.3.1",
8
+ "@barekey/sdk": "^0.4.0",
9
9
  "@clack/prompts": "^0.11.0",
10
10
  "commander": "^14.0.1",
11
11
  "open": "^10.2.0",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  },
20
20
  "packages": {
21
- "@barekey/sdk": ["@barekey/sdk@0.3.1", "", {}, "sha512-IrVFvOzHYr/PVcW4VTJtbB05X9alQadrYNntQx3Uy3KUNs6IEI6CndV/roeT2A9nS7FxaHjfpOEBkEULpALPiA=="],
21
+ "@barekey/sdk": ["@barekey/sdk@0.4.0", "", {}, "sha512-MSMASnp11LhUK05xsLgCkAUAzCYCMOoqBG5ZCQGlCSqacnDBIbcX5TcfQo52oPwN9QN33UcEESks10Rxg+tIbg=="],
22
22
 
23
23
  "@clack/core": ["@clack/core@0.5.0", "", { "dependencies": { "picocolors": "^1.0.0", "sisteransi": "^1.0.5" } }, "sha512-p3y0FIOwaYRUPRcMO7+dlmLh8PSRcrjuTndsiA0WAFbWES0mLZlrjVoBRZ9DzkPFJZG6KGkJmoEAY0ZcVWTkow=="],
24
24
 
@@ -1,4 +1,4 @@
1
1
  export declare const CLI_NAME = "barekey";
2
2
  export declare const CLI_DESCRIPTION = "Barekey CLI";
3
- export declare const CLI_VERSION = "0.3.2";
3
+ export declare const CLI_VERSION = "0.3.3";
4
4
  export declare const DEFAULT_BAREKEY_API_URL = "https://api.barekey.dev";
package/dist/constants.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export const CLI_NAME = "barekey";
2
2
  export const CLI_DESCRIPTION = "Barekey CLI";
3
- export const CLI_VERSION = "0.3.2";
3
+ export const CLI_VERSION = "0.3.3";
4
4
  export const DEFAULT_BAREKEY_API_URL = "https://api.barekey.dev";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barekey/cli",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Barekey command line interface",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  "packageManager": "bun@1.2.22",
16
16
  "dependencies": {
17
17
  "@clack/prompts": "^0.11.0",
18
- "@barekey/sdk": "^0.3.1",
18
+ "@barekey/sdk": "^0.4.0",
19
19
  "commander": "^14.0.1",
20
20
  "open": "^10.2.0",
21
21
  "picocolors": "^1.1.1"
package/src/constants.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export const CLI_NAME = "barekey";
2
2
  export const CLI_DESCRIPTION = "Barekey CLI";
3
- export const CLI_VERSION = "0.3.2";
3
+ export const CLI_VERSION = "0.3.3";
4
4
  export const DEFAULT_BAREKEY_API_URL = "https://api.barekey.dev";