@domain-first/types 5.0.2 → 5.0.4

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 +12 -0
  2. package/package.json +2 -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>
@@ -116,3 +117,14 @@ try {
116
117
  }
117
118
  }
118
119
  ```
120
+
121
+ # Test coverage
122
+
123
+ Full ✅
124
+
125
+ | Type | Threshold | Current value |
126
+ | ---------- | --------- | ------------- |
127
+ | Statements | 100 % | 100 % |
128
+ | Branches | 100 % | 100 % |
129
+ | Functions | 100 % | 100 % |
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.2",
19
+ "version": "5.0.4",
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",