From bb014199d411fc1edb37b4fc2d262dcca446af54 Mon Sep 17 00:00:00 2001 From: AmmarKarachi Date: Wed, 3 Nov 2021 13:49:59 -0700 Subject: [PATCH] minor jsii fixes --- .github/workflows/integration-test.yml | 6 +++--- .github/workflows/release-beta.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- .projenrc.js | 6 +++--- src/include-nested-stacks/base-included-stack.ts | 2 +- src/index.ts | 2 +- src/types/index.ts | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 32a692f..8e6f642 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 with: ref: main - repository: ammarkarachi/amplify-cli-export-construct + repository: aws-amplify/amplify-cli-export-construct path: amplify-cli-export-construct - name: Setup Node.js uses: actions/setup-node@v2.2.0 @@ -30,8 +30,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - repository: ammarkarachi/amplify-cli - ref: refactor/packaging + repository: aws-amplify/amplify-cli + ref: extOverrides2 path: amplify-cli - name: Build Amplify E2E Core run: | diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index b6a0471..829f507 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -160,7 +160,7 @@ jobs: uses: actions/checkout@v2 with: ref: main - repository: ammarkarachi/amplify-cli-export-construct + repository: aws-amplify/amplify-cli-export-construct path: amplify-cli-export-construct - name: Setup Node.js uses: actions/setup-node@v2.2.0 @@ -177,8 +177,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - repository: ammarkarachi/amplify-cli - ref: refactor/packaging + repository: aws-amplify/amplify-cli + ref: extOverrides2 path: amplify-cli - name: Build Amplify E2E Core run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1d983f..3aa18aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -160,7 +160,7 @@ jobs: uses: actions/checkout@v2 with: ref: main - repository: ammarkarachi/amplify-cli-export-construct + repository: aws-amplify/amplify-cli-export-construct path: amplify-cli-export-construct - name: Setup Node.js uses: actions/setup-node@v2.2.0 @@ -177,8 +177,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - repository: ammarkarachi/amplify-cli - ref: refactor/packaging + repository: aws-amplify/amplify-cli + ref: extOverrides2 path: amplify-cli - name: Build Amplify E2E Core run: | diff --git a/.projenrc.js b/.projenrc.js index 62c2d03..15eed49 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -110,7 +110,7 @@ const integrationTestJob = { uses: 'actions/checkout@v2', with: { ref: 'main', - repository: 'ammarkarachi/amplify-cli-export-construct', + repository: 'aws-amplify/amplify-cli-export-construct', path: 'amplify-cli-export-construct', }, }, @@ -129,8 +129,8 @@ const integrationTestJob = { name: 'Checkout', uses: 'actions/checkout@v2', with: { - repository: 'ammarkarachi/amplify-cli', - ref: 'refactor/packaging', + repository: 'aws-amplify/amplify-cli', + ref: 'extOverrides2', path: 'amplify-cli', }, }, diff --git a/src/include-nested-stacks/base-included-stack.ts b/src/include-nested-stacks/base-included-stack.ts index 91ac40d..a8857ee 100644 --- a/src/include-nested-stacks/base-included-stack.ts +++ b/src/include-nested-stacks/base-included-stack.ts @@ -9,7 +9,7 @@ export class CfnResourceNotFoundError extends Error { /** * @internal */ -export class BaseIncludedStack implements IncludedNestedStack { +export class BaseIncludedStack { includedTemplate: CfnInclude; stack: NestedStack; constructor(includedStack: IncludedNestedStack) { diff --git a/src/index.ts b/src/index.ts index 1e70db5..7bbb9d3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ export { AmplifyExportedBackendProps } from './amplify-exported-backend-props'; export { AmplifyExportedBackend } from './export-backend'; export * from './types'; -export { ProviderCredential } from './include-nested-stacks'; +export * from './include-nested-stacks'; \ No newline at end of file diff --git a/src/types/index.ts b/src/types/index.ts index a210856..b59f919 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,3 +1,3 @@ export * from './category-stack-mapping'; export * from './export-manifest'; -export * from './export-tags'; \ No newline at end of file +export * from './export-tags';