@cline/shared 0.0.53 → 0.0.54-nightly.1782876001

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,4 +4,5 @@
4
4
  * the conventional 4) so trigger thresholds fire before provider rejection
5
5
  * rather than after.
6
6
  */
7
+ export declare const CHARS_PER_TOKEN = 3;
7
8
  export declare function estimateTokens(chars: number): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cline/shared",
3
- "version": "0.0.53",
3
+ "version": "0.0.54-nightly.1782876001",
4
4
  "description": "Shared utilities, types, and schemas for Cline packages",
5
5
  "repository": {
6
6
  "type": "git",