You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: fix integ-test run-from-dist for NuGet packages (aws#5176)
Set local source in a NuGet.Config file instead of hijacking a very
specific sub-command of `dotnet`, which will yield much more stable
operations (all `dotnet` commands that may incur a `restore` operation
will be able to use the "correct" source(s)).
release: v1.16.2 (aws#4968)
Upgrades `jsii` in order to gain the code generation fix for incorrect
processing of structs passed as dictionary literals through a nested
lifted keyword argument (struct-in-struct).
See CHANGELOG
fix: update init templates for TypeScript (aws#4953)
@types/node version was posing problems with recent TypeScript versions
and needed to be upgraded. Also upgraded other dependencies to the correct
latest versions.