2.0.0 • Published 9 months ago

@flairstechpulse/mdf-filename-cleaner v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Role

Shared access to fileName cleaning logic. The fileName gets cleaned in the UI and then we need to retrieve the file name from smartsheet Lambda Field Insertion, and UI Field Insertion

Local without publishing

  • build the package npm run build
  • go to the root of the project that is using this package (e.g. mdf-field-insertion, mdf-field-insertion-ui)
  • uninstall the published version npm uninstall @flairstechpulse/mdf-filename-cleaner
  • link the local version npm link path-to-this-directory
  • when you change the code, you need to rebuild the package through npm run build and the changes will be reflected in the project that is using this package
  • when you are done, you can unlink the package npm unlink @flairstechpulse/mdf-filename-cleaner

Publishing

  • update the version in the package.json
  • build the package npm run build
  • publish the package npm publish --access public
2.0.0

9 months ago

1.0.0

9 months ago