Skip to content

Commit 201b468

Browse files
authored
chore(monocdk): align base namespace/package with regular build (#8368)
In order to make migrating from hyper-modular CDK to Mono-CDK easier, align the .NET and Java base namespace/package to match the ones set on the `@aws-cdk/core` library, as those types will be hoisted to the root of the Mono-CDK packaging. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent d2d89f2 commit 201b468

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/monocdk-experiment/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"exclude": [
4242
"package-info/maturity",
4343
"jsii/java",
44-
"jsii/python"
44+
"jsii/python",
45+
"jsii/dotnet"
4546
]
4647
},
4748
"jsii": {
@@ -51,15 +52,15 @@
5152
"outdir": "dist",
5253
"targets": {
5354
"dotnet": {
54-
"namespace": "Amazon.CDK.MonoCDK.Experiment",
55+
"namespace": "Amazon.CDK",
5556
"packageId": "Amazon.CDK.MonoCDK.Experiment",
5657
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
5758
"versionSuffix": "-devpreview",
5859
"signAssembly": true,
5960
"assemblyOriginatorKeyFile": "../../key.snk"
6061
},
6162
"java": {
62-
"package": "software.amazon.awscdk.monocdkexperiment",
63+
"package": "software.amazon.awscdk.core",
6364
"maven": {
6465
"groupId": "software.amazon.awscdk",
6566
"artifactId": "monocdk-experiment",

0 commit comments

Comments
 (0)