0.0.7 • Published 6 months ago

@chtsinc/ch-javascript-sdk v0.0.7

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
bitbucket
Last release
6 months ago

ch-javascript-sdk

A set of client-side functionality for creating, adding and uploading test report to CH cloud with valid subscription.

Installation

Install the dependency packages:

npm install

Publishing changes

To publish a new version to the NPM registry:

  1. Commit and push the changes.

  2. Update the version of the package using one of the following:

    npm version patch

    or

    npm version minor

    or one of the other variations (see npm-version)

  3. Push the version commit

    git push origin master
  4. Push the version tag

    git push origin <name-of-tag>

    where is something like vX.Y.Z (e.g. v1.0.58)

Copyright (c) 2021 chtsinc, Inc. All rights reserved.

0.0.5

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.4

1 year ago

0.0.3

4 years ago

0.0.1

4 years ago