@ztothez/design-engineering 2.0.1 → 2.0.2

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.
@@ -3,5 +3,5 @@ export declare const PRODUCT_SHORT_NAME = "ZtotheZ Design Engineering";
3
3
  export declare const PRODUCT_ID = "ztothez-design-engineering";
4
4
  export declare const PACKAGE_NAME = "@ztothez/design-engineering";
5
5
  export declare const CLI_COMMANDS: readonly ["ztothez-design", "zz-design"];
6
- export declare const VERSION = "2.0.0";
6
+ export declare const VERSION = "2.0.2";
7
7
  export declare function formatCliHelp(command?: string): string;
@@ -3,7 +3,7 @@ export const PRODUCT_SHORT_NAME = "ZtotheZ Design Engineering";
3
3
  export const PRODUCT_ID = "ztothez-design-engineering";
4
4
  export const PACKAGE_NAME = "@ztothez/design-engineering";
5
5
  export const CLI_COMMANDS = ["ztothez-design", "zz-design"];
6
- export const VERSION = "2.0.0";
6
+ export const VERSION = "2.0.2";
7
7
  export function formatCliHelp(command = CLI_COMMANDS[0]) {
8
8
  return [
9
9
  PRODUCT_NAME,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztothez/design-engineering",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "ZtotheZ Design Engineering System: MCP-backed product design architecture, knowledge, verification, and quality gates.",
5
5
  "main": "dist/src/server.js",
6
6
  "types": "dist/src/server.d.ts",