spotfiresoftware / spotfire-wrapper

An Angular component packaged as custom elements that defined a new HTML element to display a Spotfire dashboard in a framework-agnostic way
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Closes #75 #76

Closed Gerromie closed 4 years ago

Gerromie commented 4 years ago

Story An issue was reported regarding the packaging of the module. https://github.com/TIBCOSoftware/spotfire-wrapper/issues/75

This issue appears to be caused by a version mismatch overlooked in the schematic/ng-add/index.ts file.

Changes

The versions in the index.ts file was matched to the versions in the package.json file. The version of the app was increased.

Tests

No tests were performed. Can tests be performed as part of the build before pushing the package to npm?

nicolasderoche commented 4 years ago

Thanks