Skip to content

Commit 296b58c

Browse files
committed
chore(encryption): rename encrypted to encryption
1 parent 8486f64 commit 296b58c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

packages/runtime/src/enhancements/edge/encrypted.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../node/encryption.ts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import type {
1010
} from '../../types';
1111
import { withDefaultAuth } from './default-auth';
1212
import { withDelegate } from './delegate';
13+
import { withEncrypted } from './encryption';
1314
import { withJsonProcessor } from './json-processor';
1415
import { Logger } from './logger';
1516
import { withOmit } from './omit';
1617
import { withPassword } from './password';
17-
import { withEncrypted } from './encrypted';
1818
import { policyProcessIncludeRelationPayload, withPolicy } from './policy';
1919
import type { PolicyDef } from './types';
2020

0 commit comments

Comments
 (0)