amplify-function-plugin-interface
Advanced tools
Comparing version 1.7.3-alpha.270 to 1.8.0-alpha.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.8.0-alpha.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.7.2...amplify-function-plugin-interface@1.8.0-alpha.0) (2021-05-22) | ||
### Features | ||
* lambda layers rework ([70b2f46](https://github.com/aws-amplify/amplify-cli/commit/70b2f46ee5cd645208c02c5919bc777e54411010)) | ||
## [1.7.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-function-plugin-interface@1.7.1...amplify-function-plugin-interface@1.7.2) (2021-02-26) | ||
@@ -8,0 +19,0 @@ |
@@ -47,2 +47,3 @@ export declare type FunctionRuntimeContributorFactory = (context: any) => Contributor<FunctionRuntimeParameters, RuntimeContributionRequest> & FunctionRuntimeLifecycleManager; | ||
lastBuildTimeStamp?: Date; | ||
service?: string; | ||
}; | ||
@@ -61,2 +62,4 @@ export declare enum BuildType { | ||
skipHashing?: boolean; | ||
service?: string; | ||
currentHash?: boolean; | ||
}; | ||
@@ -68,3 +71,9 @@ export declare type BuildResult = { | ||
packageHash?: string; | ||
zipEntries?: ZipEntry[]; | ||
}; | ||
export declare type ZipEntry = { | ||
sourceFolder?: string; | ||
packageFolder?: string; | ||
ignoreFiles?: string[]; | ||
}; | ||
export declare type CheckDependenciesResult = { | ||
@@ -124,2 +133,3 @@ hasRequiredDependencies: boolean; | ||
layerDefaultFiles?: LayerFiles[]; | ||
runtimePluginId?: string; | ||
} | ||
@@ -153,7 +163,13 @@ export interface LayerFiles { | ||
resourceName: string; | ||
version: number; | ||
version: number | string; | ||
isLatestVersionSelected: boolean; | ||
env: string; | ||
} | ||
export interface ExternalLayer { | ||
type: 'ExternalLayer'; | ||
arn: string; | ||
arn: string | { | ||
'Fn::Sub': string; | ||
} | { | ||
Ref: string; | ||
}; | ||
} | ||
@@ -160,0 +176,0 @@ interface FunctionContributorCondition { |
{ | ||
"name": "amplify-function-plugin-interface", | ||
"version": "1.7.3-alpha.270+78854ebd4", | ||
"version": "1.8.0-alpha.0", | ||
"description": "Interface for plugins that provide additional functionality to function category plugins", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
}, | ||
"gitHead": "78854ebd4a3d41d34d68736d6556045302101265" | ||
"gitHead": "6028c2ea2d170dc167ef513c068ac29417bac77f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
31142
197
0