amplify-function-plugin-interface
Advanced tools
Comparing version 1.2.0 to 1.2.1-alpha.37
@@ -25,6 +25,8 @@ export declare type FunctionRuntimeContributorFactory = (context: any) => Contributor<FunctionRuntimeParameters> & FunctionRuntimeLifecycleManager; | ||
srcRoot: string; | ||
env: string; | ||
runtime: string; | ||
handler: string; | ||
event: any; | ||
context: any; | ||
env: { | ||
event: string; | ||
lastBuildTimestamp?: Date; | ||
envVars?: { | ||
[key: string]: string; | ||
@@ -37,3 +39,3 @@ }; | ||
runtime: string; | ||
legacyBuildHookParams: { | ||
legacyBuildHookParams?: { | ||
projectRoot: string; | ||
@@ -78,2 +80,3 @@ resourceName: string; | ||
runtimePluginId: string; | ||
cloudwatchRule?: string; | ||
}; | ||
@@ -139,2 +142,3 @@ export interface FunctionTriggerParameters { | ||
useLegacyBuild: boolean; | ||
defaultEditorFile: string; | ||
scripts?: Record<'build' & 'package', FunctionScript>; | ||
@@ -141,0 +145,0 @@ } |
{ | ||
"name": "amplify-function-plugin-interface", | ||
"version": "1.2.0", | ||
"version": "1.2.1-alpha.37+19b2d8051", | ||
"description": "Interface for plugins that provide additional functionality to function category plugins", | ||
@@ -18,3 +18,3 @@ "repository": { | ||
}, | ||
"gitHead": "e40da2042250bb9e8785e81cc605003df7ed9b01" | ||
"gitHead": "19b2d8051ac81630b0f2b29ca5c2f4bb9fa33221" | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
22785
7
148
2
1