@siteimprove/alfa-map 0.90.1 → 0.91.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.
- package/CHANGELOG.md +6 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @siteimprove/alfa-map
|
|
2
2
|
|
|
3
|
+
## 0.91.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- **Changed:** Dummy minor version to experiment with publish flow, use the previous or next minor version instead. ([`2a62d8a43e294ee56c18315c8fad29fbdc18c0df`](https://github.com/Siteimprove/alfa/commit/2a62d8a43e294ee56c18315c8fad29fbdc18c0df))
|
|
8
|
+
|
|
3
9
|
## 0.90.1
|
|
4
10
|
|
|
5
11
|
## 0.90.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.
|
|
5
|
+
"version": "0.91.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,24 +22,24 @@
|
|
|
22
22
|
"dist/**/*.d.ts"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@siteimprove/alfa-array": "^0.
|
|
26
|
-
"@siteimprove/alfa-bits": "^0.
|
|
27
|
-
"@siteimprove/alfa-callback": "^0.
|
|
28
|
-
"@siteimprove/alfa-collection": "^0.
|
|
29
|
-
"@siteimprove/alfa-equatable": "^0.
|
|
30
|
-
"@siteimprove/alfa-fnv": "^0.
|
|
31
|
-
"@siteimprove/alfa-functor": "^0.
|
|
32
|
-
"@siteimprove/alfa-hash": "^0.
|
|
33
|
-
"@siteimprove/alfa-iterable": "^0.
|
|
34
|
-
"@siteimprove/alfa-json": "^0.
|
|
35
|
-
"@siteimprove/alfa-mapper": "^0.
|
|
36
|
-
"@siteimprove/alfa-option": "^0.
|
|
37
|
-
"@siteimprove/alfa-predicate": "^0.
|
|
38
|
-
"@siteimprove/alfa-reducer": "^0.
|
|
39
|
-
"@siteimprove/alfa-refinement": "^0.
|
|
25
|
+
"@siteimprove/alfa-array": "^0.91.0",
|
|
26
|
+
"@siteimprove/alfa-bits": "^0.91.0",
|
|
27
|
+
"@siteimprove/alfa-callback": "^0.91.0",
|
|
28
|
+
"@siteimprove/alfa-collection": "^0.91.0",
|
|
29
|
+
"@siteimprove/alfa-equatable": "^0.91.0",
|
|
30
|
+
"@siteimprove/alfa-fnv": "^0.91.0",
|
|
31
|
+
"@siteimprove/alfa-functor": "^0.91.0",
|
|
32
|
+
"@siteimprove/alfa-hash": "^0.91.0",
|
|
33
|
+
"@siteimprove/alfa-iterable": "^0.91.0",
|
|
34
|
+
"@siteimprove/alfa-json": "^0.91.0",
|
|
35
|
+
"@siteimprove/alfa-mapper": "^0.91.0",
|
|
36
|
+
"@siteimprove/alfa-option": "^0.91.0",
|
|
37
|
+
"@siteimprove/alfa-predicate": "^0.91.0",
|
|
38
|
+
"@siteimprove/alfa-reducer": "^0.91.0",
|
|
39
|
+
"@siteimprove/alfa-refinement": "^0.91.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@siteimprove/alfa-test": "^0.
|
|
42
|
+
"@siteimprove/alfa-test": "^0.91.0"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public",
|