jsii 5.9.11-dev.9 → 5.9.12-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/assembler.js CHANGED
@@ -171,6 +171,7 @@ class Assembler {
171
171
  bundled: this.projectInfo.bundleDependencies,
172
172
  types: Object.fromEntries(this._types),
173
173
  submodules: noEmptyDict(toSubmoduleDeclarations(this.mySubmodules())),
174
+ // Force this into shape
174
175
  targets: this.projectInfo.targets,
175
176
  metadata: {
176
177
  ...this.projectInfo.metadata,