Skip to content

Commit 443685c

Browse files
committed
fix: rename
1 parent cd19172 commit 443685c

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

packages/commandkit/src/cache/use-cache.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,7 @@ export function isCachedFunction(fn: GenericFunction): boolean {
306306
}
307307

308308
/**
309-
* **WARNING!!!! DO NOT USE THIS UNLESS YOU KNOW WHAT YOU ARE DOING!**
310309
* @private
311310
* @internal
312311
*/
313-
export const zzz_commandkit_secret_internal_use_cache_wrapper_do_not_use_or_you_will_be_fired: any =
314-
useCache;
312+
export const zxcvbnm____: any = useCache;

packages/commandkit/src/plugins/runtime/builtin/cache/UseCacheTransformer.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ const generate = _generate.default || _generate;
1010

1111
const IMPORT_PATH = 'commandkit';
1212
const DIRECTIVE = 'use cache';
13-
const CACHE_IDENTIFIER =
14-
'zzz_commandkit_secret_internal_use_cache_wrapper_do_not_use_or_you_will_be_fired';
13+
const CACHE_IDENTIFIER = 'zxcvbnm____';
1514

1615
const generateRandomString = (length = 6) => {
1716
const chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';

0 commit comments

Comments
 (0)