Skip to content

Commit 4e5a2be

Browse files
committed
refactor: add 'encrypted' enhancement kind to ALL_ENHANCEMENTS
1 parent f4dda18 commit 4e5a2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/enhancements/node/create-enhancement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type { PolicyDef } from './types';
2121
/**
2222
* All enhancement kinds
2323
*/
24-
const ALL_ENHANCEMENTS: EnhancementKind[] = ['password', 'omit', 'policy', 'validation', 'delegate'];
24+
const ALL_ENHANCEMENTS: EnhancementKind[] = ['password', 'omit', 'policy', 'validation', 'delegate', 'encrypted'];
2525

2626
/**
2727
* Options for {@link createEnhancement}

0 commit comments

Comments
 (0)