@domain-first/types 5.0.1 → 5.0.3

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.
Files changed (2) hide show
  1. package/README.md +14 -3
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -9,9 +9,9 @@
9
9
  </p>
10
10
 
11
11
  <p align="center">
12
- <img src="https://img.shields.io/npm/v/%40domain-first%2Ftypes?style=for-the-badge" alt="version">
13
- <img src="https://img.shields.io/bundlephobia/minzip/%40domain-first%2Ftypes?style=for-the-badge" alt="size">
14
- <img src="https://img.shields.io/npm/l/%40domain-first%2Ftypes?style=for-the-badge" alt="license">
12
+ <img src="https://img.shields.io/npm/v/%40domain-first%2Ftypes" alt="version">
13
+ <img src="https://img.shields.io/badge/TypeScript-ready-3178C6?logo=typescript&logoColor=white?style=for-the-badge" alt="size">
14
+ <img src="https://img.shields.io/npm/l/%40domain-first%2Ftypes" alt="license">
15
15
  </p>
16
16
 
17
17
  # Installation
@@ -116,3 +116,14 @@ try {
116
116
  }
117
117
  }
118
118
  ```
119
+
120
+ # Test coverage
121
+
122
+ Will be improved in upcoming versions.
123
+
124
+ | Type | Threshold | Current value |
125
+ | ---------- | --------- | ------------- |
126
+ | Statements | 95 % | 96.87 % |
127
+ | Branches | 90 % | 92.3 % |
128
+ | Functions | 100 % | 100 % |
129
+ | Lines | 95 % | 96.15 % |
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "valibot"
17
17
  ],
18
18
  "homepage": "https://codesandbox.io/p/devbox/async-cache-d8crnx?file=%2Findex.js%3A8%2C65",
19
- "version": "5.0.1",
19
+ "version": "5.0.3",
20
20
  "type": "module",
21
21
  "repository": {
22
22
  "type": "git",
@@ -50,6 +50,7 @@
50
50
  "@rslib/core": "^0.23.2",
51
51
  "@rstest/adapter-rslib": "^0.10.6",
52
52
  "@rstest/core": "^0.10.6",
53
+ "@rstest/coverage-istanbul": "^0.10.6",
53
54
  "@semantic-release/changelog": "^6.0.3",
54
55
  "@semantic-release/git": "^10.0.1",
55
56
  "@semantic-release/npm": "^13.1.5",