1.14.20 • Published 3 months ago

tpms_common v1.14.20

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 months ago

TODOs:

  1. Assure module dependency injection: https://medium.com/@decker/dependency-injection-in-ecmascript-6-f27e5d2bbb92
  2. write unit tests
  3. add rest of the utils and models from remaining modules

tpms_common package

The package includes source files of common models and utils used in new data fetcher architecture

This package is used in the following projects:

  • query_executor
  • tpms_influxdb_ingestor
  • tpms_pmang_ingestor
  • tpms_http_ingestor
  • tpms_bres_ingestor
  • tpms_cf_ingestor
  • tpms_sscf_ingestor
  • tpms_data_processing
  • tpms_data_postprocessing

Publish Steps

Before you publish the package, you should:

  • increase the version number in package.json file. Depending of what changes are made in the package, you should increase the corresponding version number component. For reference: https://docs.npmjs.com/about-semantic-versioning

  • login into Verdaccio: $ npm login

  • enter your credentials

  • publish the package to the private npm registry (if you do not know which private npm registry to use, and how to publish to private npm, ask your team members or check the wiki)
    $ npm publish

Run tests

$ npm run test