File tree Expand file tree Collapse file tree 3 files changed +189
-707
lines changed
amplify-opensearch-simulator Expand file tree Collapse file tree 3 files changed +189
-707
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,8 @@ export interface AmplifyInternalOnlyPostEnvRemoveEventData {
254254// @public (undocumented)
255255export class AmplifyNodePkgDetector {
256256 // (undocumented)
257- detectAffectedDirectDependencies: (dependencyToSearch : string ) => Array <DetectedDependency > | [];
257+ detectAffectedDirectDependencies: (dependencyToSearch : string ) => Array <DetectedDependency > | [
258+ ];
258259 // (undocumented)
259260 static getInstance: (amplifyDetectorProps : AmplifyNodePkgDetectorProps ) => Promise <AmplifyNodePkgDetector >;
260261}
Original file line number Diff line number Diff line change 44
55``` ts
66
7- /// <reference types = " node" />
8-
97import { $TSAny } from ' @aws-amplify/amplify-cli-core' ;
108import execa from ' execa' ;
119import { GetPackageAssetPaths } from ' @aws-amplify/amplify-cli-core' ;
You can’t perform that action at this time.
0 commit comments