portercode 0.1.3 → 0.1.4

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.
@@ -4,6 +4,6 @@ export declare const CONFIG_DIR = ".porter";
4
4
  export declare const CONFIG_FILE = "porter.jsonc";
5
5
  export declare const RULES_FILE = "PORTER.md";
6
6
  export declare const ENV_PREFIX = "PORTER_";
7
- export declare const VERSION = "0.1.0";
7
+ export declare const VERSION = "0.1.4";
8
8
  export declare const LOCAL_RULE_FILES: readonly ["PORTER.md", "AGENTS.md", "CONTEXT.md"];
9
9
  export declare const GLOBAL_RULE_FILES: readonly ["PORTER.md"];