@trackunit/shared-utils 0.0.79 → 0.0.81

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/shared-utils",
3
- "version": "0.0.79",
3
+ "version": "0.0.81",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -37,4 +37,4 @@ export declare const removeLeftPadding: (id: string | null | undefined) => numbe
37
37
  * @returns {string} The cleaned string with hidden characters removed.
38
38
  */
39
39
  export declare const stripHiddenCharacters: (input: string) => string;
40
- export type StringWithAutocompleteOptions<TOptions extends string> = TOptions | ({} & string);
40
+ export type StringWithAutocompleteOptions<TOptions extends string> = TOptions | string;