Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[synapse-monitoring] Fix packaging issues #19864

Merged
merged 1 commit into from
Jan 15, 2022

Conversation

jeremymeng
Copy link
Member

There are a few packaging issues:

  • the path of "module" field is incorrect
  • the ESM output folder should be dist-esm as specified in tsconfig.json

While on this I also updated the compilation target to es6, and removed the
openTelemetryCommonJs() that is no longer needed.

Checklists

  • Added impacted package name to the issue description

Issues associated with this PR:
#17707

Does this PR needs any fixes in the SDK Generator? (If so, create an Issue in the Autorest/typescript repository and link it here)
No, codegen works expected. This lib is generated + manual work on top of it.

Are there test cases added in this PR?(If not, why?)
packaging issue, not applicable.

* the path of "module" field is incorrect
* the ESM output folder should be `dist-esm` as specified in tsconfig.json

While on this I also updated the compilation target to `es6`, and removed the
`openTelemetryCommonJs()` that is no longer needed.
@ghost ghost added the Synapse label Jan 15, 2022
@jeremymeng jeremymeng added the Client This issue points to a problem in the data-plane of the library. label Jan 15, 2022
Copy link
Member

@deyaaeldeen deyaaeldeen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@jeremymeng jeremymeng merged commit 6faa0c8 into Azure:main Jan 15, 2022
@jeremymeng jeremymeng deleted the synapses-monitoring-remove-otcjs branch January 15, 2022 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Synapse
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants