We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2de892 commit 74f3f80Copy full SHA for 74f3f80
scripts/check_package_versions.ts
@@ -11,7 +11,6 @@ const packagePaths = await glob('./packages/*');
11
const getExpectedMajorVersion = (packageName: string) => {
12
switch (packageName) {
13
case 'ampx':
14
- case '@aws-amplify/storage-construct':
15
return '0.';
16
case '@aws-amplify/backend-deployer':
17
case '@aws-amplify/cli-core':
0 commit comments