Skip to content

Commit c20a468

Browse files
committed
move files
1 parent 12299ff commit c20a468

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+491
-70
lines changed

.projenrc.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,9 +688,18 @@ const tmpToolkitHelpers = configureProject(
688688
parent: repo,
689689
name: '@aws-cdk/tmp-toolkit-helpers',
690690
description: 'A temporary package to hold code shared between aws-cdk and @aws-cdk/toolkit-lib',
691-
deps: [],
692691
devDeps: [
693692
cdkBuildTools,
693+
'@types/archiver',
694+
'@types/glob',
695+
'@types/semver',
696+
'fast-check',
697+
],
698+
deps: [
699+
'archiver',
700+
'glob',
701+
'semver',
702+
'yaml@^1',
694703
],
695704
tsconfig: {
696705
compilerOptions: {

packages/@aws-cdk/tmp-toolkit-helpers/.projen/deps.json

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/tmp-toolkit-helpers/.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/tmp-toolkit-helpers/package.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from './api';
2+
export * from './util';

packages/aws-cdk/lib/util/archive.ts renamed to packages/@aws-cdk/tmp-toolkit-helpers/src/util/archive.ts

File renamed without changes.

packages/aws-cdk/lib/util/arrays.ts renamed to packages/@aws-cdk/tmp-toolkit-helpers/src/util/arrays.ts

File renamed without changes.

packages/aws-cdk/lib/util/bool.ts renamed to packages/@aws-cdk/tmp-toolkit-helpers/src/util/bool.ts

File renamed without changes.

packages/aws-cdk/lib/util/bytes.ts renamed to packages/@aws-cdk/tmp-toolkit-helpers/src/util/bytes.ts

File renamed without changes.

packages/aws-cdk/lib/util/cloudformation.ts renamed to packages/@aws-cdk/tmp-toolkit-helpers/src/util/cloudformation.ts

File renamed without changes.

0 commit comments

Comments
 (0)