@clipboard-health/util-ts 0.5.5 → 0.5.7

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,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.5.7](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.5.6...util-ts-0.5.7) (2023-05-25)
6
+
7
+ ## [0.5.6](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.5.5...util-ts-0.5.6) (2023-05-24)
8
+
5
9
  ## [0.5.5](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.5.4...util-ts-0.5.5) (2023-05-19)
6
10
 
7
11
  ## [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,22 +4,18 @@ 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
 
10
- ## Usage
11
-
12
- ### Local development commands
13
-
14
- See [`package.json`](./package.json) `scripts` for a complete list of commands.
11
+ ## Install
15
12
 
16
13
  ```bash
17
- # Build
18
- npm run build
14
+ npm install @clipboard-health/util-ts
15
+ ```
19
16
 
20
- # Lint
21
- npm run lint
17
+ ## Usage
22
18
 
23
- # Test
24
- npm run test
25
- ```
19
+ ### Local development commands
20
+
21
+ See [`package.json`](./package.json) `scripts` for a list of 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.7",
4
4
  "main": "./src/index.js",
5
5
  "scripts": {
6
6
  "build": "nx build util-ts",