@portaidentity/cli 1.4.0 → 1.5.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.
@@ -17,7 +17,7 @@ import type { GlobalOptions } from '../global-options.js';
17
17
  * CLI version — read from package.json at build time.
18
18
  * This must be kept in sync with package.json version.
19
19
  */
20
- export declare const CLI_VERSION = "1.3.1";
20
+ export declare const CLI_VERSION = "1.4.0";
21
21
  /**
22
22
  * The version command module — shows version info for CLI, SDK, and server.
23
23
  */
@@ -22,7 +22,7 @@ import { fetchHealthStatus } from '../auth/metadata.js';
22
22
  * CLI version — read from package.json at build time.
23
23
  * This must be kept in sync with package.json version.
24
24
  */
25
- export const CLI_VERSION = '1.3.1';
25
+ export const CLI_VERSION = '1.4.0';
26
26
  // ---------------------------------------------------------------------------
27
27
  // Command Definition
28
28
  // ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portaidentity/cli",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Standalone CLI for the Porta Identity Platform",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,7 +19,7 @@
19
19
  "clean": "rm -rf dist"
20
20
  },
21
21
  "dependencies": {
22
- "@portaidentity/sdk": "1.4.0",
22
+ "@portaidentity/sdk": "1.5.0",
23
23
  "chalk": "^5.6.2",
24
24
  "cli-table3": "^0.6.5",
25
25
  "jose": "^6.2.3",