UNPKG

634 BMarkdownView Raw
1# How this package is built
2
3This package is built by copying the sources from `assert-internal`,
4and if on the v2 branch transforming the imports to depend on the v2 library,
5`aws-cdk-lib`.
6
7We don't use this package for the CDK build itself. Instead, for the
8individual packages that make up the monopackage, we build and test against
9the `assert-internal` package and its dependency on `@aws-cdk/core`.
10
11We then build and publish this package for our users to consume.
12
13* For v1, this is just a straight-up copy of `assert-internal` with its
14 dependency on `@aws-cdk/core`.
15* For v2, we rewrite to depend on `aws-cdk-lib` instead.
\No newline at end of file