Skip to content

Commit

Permalink
chore: undo api extract format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Apr 3, 2024
1 parent dd647bb commit 7db8321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/amplify-cli-core/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ export interface AmplifyInternalOnlyPostEnvRemoveEventData {
// @public (undocumented)
export class AmplifyNodePkgDetector {
// (undocumented)
detectAffectedDirectDependencies: (dependencyToSearch: string) => Array<DetectedDependency> | [
];
detectAffectedDirectDependencies: (dependencyToSearch: string) => Array<DetectedDependency> | [];
// (undocumented)
static getInstance: (amplifyDetectorProps: AmplifyNodePkgDetectorProps) => Promise<AmplifyNodePkgDetector>;
}
Expand Down
2 changes: 2 additions & 0 deletions packages/amplify-opensearch-simulator/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
```ts

/// <reference types="node" />

import { $TSAny } from '@aws-amplify/amplify-cli-core';
import execa from 'execa';
import { GetPackageAssetPaths } from '@aws-amplify/amplify-cli-core';
Expand Down

0 comments on commit 7db8321

Please sign in to comment.