anyonecandesign-core
Advanced tools
Comparing version 0.0.13 to 0.0.14
export declare const PLAN_INDIVIDUAL_PROMPT_LIMIT = 12; | ||
export declare const PLAN_STARTUP_PROMPT_LIMIT = 120; | ||
export declare const PLAN_ENTERPRISE_PROMPT_LIMIT = 500; | ||
export declare const MIN_PROJECT_ID_LENGTH = 3; | ||
export declare const MAX_PROJECT_ID_LENGTH = 128; | ||
export declare const MIN_PROMPT_LENGTH = 12; | ||
export declare const MAX_PROMPT_LENGTH = 6000; |
@@ -10,3 +10,5 @@ /* --- | ||
--- */ | ||
export var MIN_PROJECT_ID_LENGTH = 3; | ||
export var MAX_PROJECT_ID_LENGTH = 128; | ||
export var MIN_PROMPT_LENGTH = 12; | ||
export var MAX_PROMPT_LENGTH = 6000; |
{ | ||
"name": "anyonecandesign-core", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Constants and types for anyonecandesign.com", |
9031
299