@siteimprove/alfa-mapper 0.104.0 → 0.106.1
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @siteimprove/alfa-mapper
|
|
2
2
|
|
|
3
|
+
## 0.106.1
|
|
4
|
+
|
|
5
|
+
## 0.106.0
|
|
6
|
+
|
|
7
|
+
## 0.105.0
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- **Added:** Test coverage data is now included in all packages, as well as at global level. ([#1878](https://github.com/Siteimprove/alfa/pull/1878))
|
|
12
|
+
|
|
13
|
+
## 0.104.1
|
|
14
|
+
|
|
3
15
|
## 0.104.0
|
|
4
16
|
|
|
5
17
|
## 0.103.3
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/package",
|
|
3
3
|
"name": "@siteimprove/alfa-mapper",
|
|
4
4
|
"homepage": "https://alfa.siteimprove.com",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.106.1",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "Types for modelling mapper functions, which are functions that map values from one domain into another domain",
|
|
8
8
|
"repository": {
|