anyonecandesign-core
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -5,4 +5,4 @@ export declare const PLAN_INDIVIDUAL_PROMPT_LIMIT = 12; | ||
export declare const MIN_PROJECT_ID_LENGTH = 3; | ||
export declare const MAX_PROJECT_ID_LENGTH = 128; | ||
export declare const MAX_PROJECT_ID_LENGTH = 64; | ||
export declare const MIN_PROMPT_LENGTH = 12; | ||
export declare const MAX_PROMPT_LENGTH = 6000; |
@@ -11,4 +11,4 @@ /* --- | ||
export var MIN_PROJECT_ID_LENGTH = 3; | ||
export var MAX_PROJECT_ID_LENGTH = 128; | ||
export var MAX_PROJECT_ID_LENGTH = 64; // Must be at most 64 because a MongoDB database name has a limit of 64 characters | ||
export var MIN_PROMPT_LENGTH = 12; | ||
export var MAX_PROMPT_LENGTH = 6000; |
{ | ||
"name": "anyonecandesign-core", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Constants and types for anyonecandesign.com", |
9296