diff --git a/API.md b/API.md index fe381a1c..397cdbd0 100644 --- a/API.md +++ b/API.md @@ -71,33 +71,10 @@ public addToPrincipalPolicy(statement: PolicyStatement): AddToPrincipalPolicyRes | **Name** | **Description** | | --- | --- | -| createRoot | Creates a new root construct node. | | isConstruct | Checks if `x` is a construct. | --- -##### `createRoot` - -```typescript -import { ECRDeployment } from 'cdk-ecr-deployment' - -ECRDeployment.createRoot(id?: string) -``` - -Creates a new root construct node. - -###### `id`Optional - -- *Type:* string - -The scoped construct ID. - -Must be unique amongst siblings. If -the ID includes a path separator (`/`), then it will be replaced by double -dash `--`. - ---- - ##### `isConstruct` ```typescript diff --git a/yarn.lock b/yarn.lock index 6d9b3381..7abc8132 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1262,9 +1262,9 @@ available-typed-arrays@^1.0.7: possible-typed-array-names "^1.0.0" aws-cdk-lib@^2.0.0: - version "2.162.0" - resolved "https://registry.yarnpkg.com/aws-cdk-lib/-/aws-cdk-lib-2.162.0.tgz#979b850ae59896a88826dbfc5352d6be35c096e3" - integrity sha512-Mx/8N9w+yqQONsGIFFk9Rl0JOu9nNWpU+JLlr73mHvhwxzhCT2XEZnS98UUiwuAcJYwl0c2Eh32joxj/txh3JA== + version "2.162.1" + resolved "https://registry.yarnpkg.com/aws-cdk-lib/-/aws-cdk-lib-2.162.1.tgz#06454f1302a345dbd2a1866b0f170adbc93b1664" + integrity sha512-XiZLVE5ISNajNNmLye8l5w4EGqm6/d8C8shw63QwxaRVYdHl5e+EAaUEmZJpWc4sYtY/sS+GHOfhoKFLjha2rg== dependencies: "@aws-cdk/asset-awscli-v1" "^2.2.202" "@aws-cdk/asset-kubectl-v20" "^2.1.2" @@ -1667,9 +1667,9 @@ constructs@^10.0.0: integrity sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ== constructs@^10.0.5: - version "10.4.0" - resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.4.0.tgz#ee2f29898749fa9630ad3eb4e89ef05e41676327" - integrity sha512-ZG5aLo0X/UMcl3XjTiBrRNHawTyb2nJ+cbheTNVwlYpLikzTlpZq533wqzcFLfRdKYnQaOeoEKisjzkZJWmlgA== + version "10.4.1" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.4.1.tgz#0567a981b723ec56f26986678dfc49410d29092a" + integrity sha512-eIZhGVl6SFI0T6eKtjDRlgInJn3X3uh6l4MMpRF+cQrCfm1SPkDUAMwwYEJ6bpj0Muv2quKE2E8HrijKGyNGaw== conventional-changelog-angular@^6.0.0: version "6.0.0"