@aws-amplify/backend-output-schemas
Advanced tools
Comparing version 0.7.0 to 1.0.0
@@ -352,2 +352,8 @@ import { z } from 'zod'; | ||
} | undefined; | ||
"AWS::Amplify::Custom"?: { | ||
version: "1"; | ||
payload: { | ||
customOutputs: string; | ||
}; | ||
} | undefined; | ||
"AWS::Amplify::Auth"?: { | ||
@@ -401,8 +407,2 @@ version: "1"; | ||
} | undefined; | ||
"AWS::Amplify::Custom"?: { | ||
version: "1"; | ||
payload: { | ||
customOutputs: string; | ||
}; | ||
} | undefined; | ||
"AWS::Amplify::Function"?: { | ||
@@ -422,2 +422,8 @@ version: "1"; | ||
} | undefined; | ||
"AWS::Amplify::Custom"?: { | ||
version: "1"; | ||
payload: { | ||
customOutputs: string; | ||
}; | ||
} | undefined; | ||
"AWS::Amplify::Auth"?: { | ||
@@ -471,8 +477,2 @@ version: "1"; | ||
} | undefined; | ||
"AWS::Amplify::Custom"?: { | ||
version: "1"; | ||
payload: { | ||
customOutputs: string; | ||
}; | ||
} | undefined; | ||
"AWS::Amplify::Function"?: { | ||
@@ -479,0 +479,0 @@ version: "1"; |
{ | ||
"name": "@aws-amplify/backend-output-schemas", | ||
"version": "0.7.0", | ||
"version": "1.0.0", | ||
"type": "commonjs", | ||
@@ -22,3 +22,3 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@aws-amplify/plugin-types": "^0.9.0" | ||
"@aws-amplify/plugin-types": "^1.0.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "peerDependencies": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1