From d0a25cf41f64a94210bc506c6d89560ec4ba9894 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Thu, 25 Mar 2021 09:51:00 +0200 Subject: [PATCH] chore: build go bindings for monocdk (#13399) Add `go` configuration to the `monocdk` and `aws-cdk-lib` packages. Resolves https://github.com/aws/jsii/issues/2611 The following jsii bugs were fixed to enable this: - [x] https://github.com/aws/jsii/issues/2648 - [x] https://github.com/aws/jsii/issues/2649 - [x] https://github.com/aws/jsii/issues/2647 - [x] https://github.com/aws/jsii/issues/2617 - [x] https://github.com/aws/jsii/issues/2632 - [x] https://github.com/aws/jsii/issues/2651 - [x] https://github.com/aws/jsii/issues/2508 - [x] https://github.com/aws/jsii/issues/2692 - [x] https://github.com/aws/jsii/issues/2700 - [x] https://github.com/aws/jsii/issues/2702 --- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- packages/decdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/decdk/package.json b/packages/decdk/package.json index d0e5e805..27978f6c 100644 --- a/packages/decdk/package.json +++ b/packages/decdk/package.json @@ -211,7 +211,7 @@ "@aws-cdk/pipelines": "0.0.0", "@aws-cdk/region-info": "0.0.0", "@aws-cdk/yaml-cfn": "0.0.0", - "constructs": "^3.2.0", + "constructs": "^3.3.69", "fs-extra": "^9.1.0", "jsii-reflect": "^1.26.0", "jsonschema": "^1.4.0",