pn-libs
v2.2.0
Published
Powerbi Util Libs
Downloads
8
Readme
PN-LIBS
PN-LIBS (PowerBI Network libraries) is a collection of utility libraries for Power BI Custom Visuals. These libraries are designed to help developers to build custom visuals faster and easier.
Packages
| Package | Description | | ------- | ----------- | | pn-logger | Power BI Desktop Logger Library | | pn-messenger | Power BI Custom Visual - Inter Visual Communication and Filter context lib |
Apps
| App | Description | | --- | ----------- | | Demo Visual | Demo visual to test the pn-logger library | | Filter Context Visual | Filter context master visual for Lumel products | | Filter Context Client Sample | Filter context client sample visual |
How to publish a new version?
- Update the versions of the packages by running the following command in the root directory
yarn new-version- Commit the changes
git add .
git commit -m "Update versions"- Add .npmrc file to the root directory with the following content
//registry.npmjs.org/:_authToken=YOUR_AUTH_TOKEN- Publish the packages
yarn publish:packagesDemo
You can find the demo in the Demo Visual folder.
