@miniidealab/openlogos 0.6.2 → 0.6.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.
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "0.6.2";
1
+ export declare const VERSION = "0.6.3";
2
2
  export type OutputFormat = 'text' | 'json';
3
3
  export declare function parseFormat(args: string[]): OutputFormat;
4
4
  export interface JsonEnvelope {
@@ -1,4 +1,4 @@
1
- export const VERSION = '0.6.2';
1
+ export const VERSION = '0.6.3';
2
2
  export function parseFormat(args) {
3
3
  const idx = args.indexOf('--format');
4
4
  if (idx !== -1 && args[idx + 1] === 'json') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miniidealab/openlogos",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "CLI tool for the OpenLogos software engineering methodology",
5
5
  "type": "module",
6
6
  "bin": {