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

Fix #101 about missing declaration file for module 'ods-charts' #109

Conversation

hannahiss
Copy link
Member

@hannahiss hannahiss commented Feb 5, 2024

Note: Please transform - [ ] into - (NA) in the description when things are not applicable

Related issues

Fixes #101

Description

Update package.json to point to the right file

Motivation & Context

Angular projects using ods-charts had an error Could not find a declaration file for module 'ods-charts'. because of misplaced .d.ts file. This issue wasn't visible in our test projects because they used ods-charts in a local context...

Types of change

  • Bug fix (non-breaking which fixes an issue)

Test checklist

Please check that the following tests projects are still working:

  • docs/examples
  • test/angular-ngx-echarts
  • test/angular-echarts
  • test/html
  • test/react
  • test/vue
  • test/examples/bar-line-chart
  • test/examples/single-line-chart
  • test/examples/timeseries-chart

Copy link

netlify bot commented Feb 5, 2024

Deploy Preview for ods-charts ready!

Name Link
🔨 Latest commit 0f71400
🔍 Latest deploy log https://app.netlify.com/sites/ods-charts/deploys/65c1ea96f334b40008e6d46f
😎 Deploy Preview https://deploy-preview-109--ods-charts.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@hannahiss hannahiss marked this pull request as ready for review February 5, 2024 15:09
@julien-deramond julien-deramond self-requested a review February 6, 2024 08:15
Copy link
Contributor

@julien-deramond julien-deramond left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the patch @hannahiss
I will release a new alpha so that the issue's OP can double-check that everything's better now

@julien-deramond julien-deramond merged commit fb8d545 into Orange-OpenSource:main Feb 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Could not find a declaration file for module 'ods-charts'.
2 participants