@clipboard-health/util-ts 0.5.5 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.5.6](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.5.5...util-ts-0.5.6) (2023-05-24)
6
+
5
7
  ## [0.5.5](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.5.4...util-ts-0.5.5) (2023-05-19)
6
8
 
7
9
  ## [0.5.4](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.5.3...util-ts-0.5.4) (2023-05-17)
package/README.md CHANGED
@@ -4,9 +4,16 @@ TypeScript utilities.
4
4
 
5
5
  ## Table of Contents
6
6
 
7
+ - [Install](#install)
7
8
  - [Usage](#usage)
8
9
  - [Local development commands](#local-development-commands)
9
10
 
11
+ ## Install
12
+
13
+ ```bash
14
+ npm install @clipboard-health/util-ts
15
+ ```
16
+
10
17
  ## Usage
11
18
 
12
19
  ### Local development commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/util-ts",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "main": "./src/index.js",
5
5
  "scripts": {
6
6
  "build": "nx build util-ts",