tpms_common

1.14.20 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tpms_common

Weekly Downloads

0

Version

1.14.20

License

UNLICENSED

Unpacked Size

129 kB

Total Files

61

Last publish

Collaborators

  • plamen.stoynov