@siteimprove/alfa-map 0.104.1 → 0.107.0

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/CHANGELOG.md +12 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @siteimprove/alfa-map
2
2
 
3
+ ## 0.107.0
4
+
5
+ ## 0.106.1
6
+
7
+ ## 0.106.0
8
+
9
+ ## 0.105.0
10
+
11
+ ### Patch Changes
12
+
13
+ - **Added:** Test coverage data is now included in all packages, as well as at global level. ([#1878](https://github.com/Siteimprove/alfa/pull/1878))
14
+
3
15
  ## 0.104.1
4
16
 
5
17
  ## 0.104.0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/package",
3
3
  "name": "@siteimprove/alfa-map",
4
4
  "homepage": "https://alfa.siteimprove.com",
5
- "version": "0.104.1",
5
+ "version": "0.107.0",
6
6
  "license": "MIT",
7
7
  "description": "An implementation of an immutable map structure, based on a hash array mapped trie",
8
8
  "repository": {
@@ -22,25 +22,25 @@
22
22
  "dist/**/*.d.ts"
23
23
  ],
24
24
  "dependencies": {
25
- "@siteimprove/alfa-array": "^0.104.1",
26
- "@siteimprove/alfa-bits": "^0.104.1",
27
- "@siteimprove/alfa-callback": "^0.104.1",
28
- "@siteimprove/alfa-collection": "^0.104.1",
29
- "@siteimprove/alfa-equatable": "^0.104.1",
30
- "@siteimprove/alfa-fnv": "^0.104.1",
31
- "@siteimprove/alfa-functor": "^0.104.1",
32
- "@siteimprove/alfa-hash": "^0.104.1",
33
- "@siteimprove/alfa-iterable": "^0.104.1",
34
- "@siteimprove/alfa-json": "^0.104.1",
35
- "@siteimprove/alfa-mapper": "^0.104.1",
36
- "@siteimprove/alfa-option": "^0.104.1",
37
- "@siteimprove/alfa-predicate": "^0.104.1",
38
- "@siteimprove/alfa-reducer": "^0.104.1",
39
- "@siteimprove/alfa-refinement": "^0.104.1"
25
+ "@siteimprove/alfa-array": "^0.107.0",
26
+ "@siteimprove/alfa-bits": "^0.107.0",
27
+ "@siteimprove/alfa-callback": "^0.107.0",
28
+ "@siteimprove/alfa-collection": "^0.107.0",
29
+ "@siteimprove/alfa-equatable": "^0.107.0",
30
+ "@siteimprove/alfa-fnv": "^0.107.0",
31
+ "@siteimprove/alfa-functor": "^0.107.0",
32
+ "@siteimprove/alfa-hash": "^0.107.0",
33
+ "@siteimprove/alfa-iterable": "^0.107.0",
34
+ "@siteimprove/alfa-json": "^0.107.0",
35
+ "@siteimprove/alfa-mapper": "^0.107.0",
36
+ "@siteimprove/alfa-option": "^0.107.0",
37
+ "@siteimprove/alfa-predicate": "^0.107.0",
38
+ "@siteimprove/alfa-reducer": "^0.107.0",
39
+ "@siteimprove/alfa-refinement": "^0.107.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@siteimprove/alfa-rng": "^0.104.1",
43
- "@siteimprove/alfa-test": "^0.104.1"
42
+ "@siteimprove/alfa-rng": "^0.107.0",
43
+ "@siteimprove/alfa-test": "^0.107.0"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public",