@clipboard-health/util-ts 0.5.6 → 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,8 @@
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
+
5
7
  ## [0.5.6](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.5.5...util-ts-0.5.6) (2023-05-24)
6
8
 
7
9
  ## [0.5.5](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.5.4...util-ts-0.5.5) (2023-05-19)
package/README.md CHANGED
@@ -18,15 +18,4 @@ npm install @clipboard-health/util-ts
18
18
 
19
19
  ### Local development commands
20
20
 
21
- See [`package.json`](./package.json) `scripts` for a complete list of commands.
22
-
23
- ```bash
24
- # Build
25
- npm run build
26
-
27
- # Lint
28
- npm run lint
29
-
30
- # Test
31
- npm run test
32
- ```
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.6",
3
+ "version": "0.5.7",
4
4
  "main": "./src/index.js",
5
5
  "scripts": {
6
6
  "build": "nx build util-ts",