Skip to content

Commit 7d5ab56

Browse files
committed
move files
1 parent 09ef5a0 commit 7d5ab56

37 files changed

+122
-70
lines changed

.projenrc.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,18 @@ const tmpToolkitHelpers = configureProject(
687687
parent: repo,
688688
name: '@aws-cdk/tmp-toolkit-helpers',
689689
description: 'A temporary package to hold code shared between aws-cdk and @aws-cdk/toolkit-lib',
690-
deps: [],
691690
devDeps: [
692691
cdkBuildTools,
692+
'@types/archiver',
693+
'@types/glob',
694+
'@types/semver',
695+
'fast-check',
696+
],
697+
deps: [
698+
'archiver',
699+
'glob',
700+
'semver',
701+
'yaml@^1',
693702
],
694703
tsconfig: {
695704
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)