@domain-first/types 5.0.3 → 5.0.5

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 +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,7 @@
10
10
 
11
11
  <p align="center">
12
12
  <img src="https://img.shields.io/npm/v/%40domain-first%2Ftypes" alt="version">
13
+ <img src='https://img.shields.io/badge/test%20coverage-100%25-brightgreen'>
13
14
  <img src="https://img.shields.io/badge/TypeScript-ready-3178C6?logo=typescript&logoColor=white?style=for-the-badge" alt="size">
14
15
  <img src="https://img.shields.io/npm/l/%40domain-first%2Ftypes" alt="license">
15
16
  </p>
@@ -119,11 +120,11 @@ try {
119
120
 
120
121
  # Test coverage
121
122
 
122
- Will be improved in upcoming versions.
123
+ Full
123
124
 
124
125
  | Type | Threshold | Current value |
125
126
  | ---------- | --------- | ------------- |
126
- | Statements | 95 % | 96.87 % |
127
- | Branches | 90 % | 92.3 % |
127
+ | Statements | 100 % | 100 % |
128
+ | Branches | 100 % | 100 % |
128
129
  | Functions | 100 % | 100 % |
129
- | Lines | 95 % | 96.15 % |
130
+ | Lines | 100 % | 100 % |
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.3",
19
+ "version": "5.0.5",
20
20
  "type": "module",
21
21
  "repository": {
22
22
  "type": "git",