Skip to content

Commit

Permalink
chore(encryption): rename encrypted to encryption (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 authored Dec 30, 2024
1 parent 8486f64 commit 93246f3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/runtime/src/enhancements/edge/encrypted.ts

This file was deleted.

1 change: 1 addition & 0 deletions packages/runtime/src/enhancements/edge/encryption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import type {
} from '../../types';
import { withDefaultAuth } from './default-auth';
import { withDelegate } from './delegate';
import { withEncrypted } from './encryption';
import { withJsonProcessor } from './json-processor';
import { Logger } from './logger';
import { withOmit } from './omit';
import { withPassword } from './password';
import { withEncrypted } from './encrypted';
import { policyProcessIncludeRelationPayload, withPolicy } from './policy';
import type { PolicyDef } from './types';

Expand Down

0 comments on commit 93246f3

Please sign in to comment.