@siteimprove/alfa-mapper 0.89.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.
- package/CHANGELOG.md +151 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/mapper.d.ts +5 -0
- package/dist/mapper.js +2 -0
- package/package.json +28 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
# @siteimprove/alfa-mapper
|
|
2
|
+
|
|
3
|
+
## 0.89.3
|
|
4
|
+
|
|
5
|
+
## 0.89.2
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- **Changed:** Trying to fix a problem in generating provenance statements ([#1674](https://github.com/Siteimprove/alfa/pull/1674))
|
|
10
|
+
|
|
11
|
+
## 0.89.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- **Added:** Trying to publish Alfa packages on the npm registry ([#1673](https://github.com/Siteimprove/alfa/pull/1673))
|
|
16
|
+
|
|
17
|
+
## 0.89.0
|
|
18
|
+
|
|
19
|
+
## 0.88.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- **Fixed:** The publish flow was updated to a new version. ([`a2f19cf9a6c7c72b8bf085597e4f1a95ac3e4eb2`](https://github.com/Siteimprove/alfa/commit/a2f19cf9a6c7c72b8bf085597e4f1a95ac3e4eb2))
|
|
24
|
+
|
|
25
|
+
Some 0.87.\* versions were generating uninstallable package. This should be fixed now.
|
|
26
|
+
|
|
27
|
+
## 0.87.12
|
|
28
|
+
|
|
29
|
+
## 0.87.11
|
|
30
|
+
|
|
31
|
+
## 0.87.10
|
|
32
|
+
|
|
33
|
+
## 0.87.7
|
|
34
|
+
|
|
35
|
+
## 0.87.6
|
|
36
|
+
|
|
37
|
+
## 0.87.5
|
|
38
|
+
|
|
39
|
+
## 0.87.4
|
|
40
|
+
|
|
41
|
+
## 0.87.3
|
|
42
|
+
|
|
43
|
+
## 0.87.2
|
|
44
|
+
|
|
45
|
+
## 0.87.1
|
|
46
|
+
|
|
47
|
+
## 0.87.0
|
|
48
|
+
|
|
49
|
+
## 0.86.2
|
|
50
|
+
|
|
51
|
+
## 0.86.1
|
|
52
|
+
|
|
53
|
+
## 0.86.0
|
|
54
|
+
|
|
55
|
+
### Minor Changes
|
|
56
|
+
|
|
57
|
+
- **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#1636](https://github.com/Siteimprove/alfa/pull/1636))
|
|
58
|
+
|
|
59
|
+
- **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#1636](https://github.com/Siteimprove/alfa/pull/1636))
|
|
60
|
+
|
|
61
|
+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.85.0.
|
|
62
|
+
|
|
63
|
+
## 0.85.1
|
|
64
|
+
|
|
65
|
+
## 0.85.0
|
|
66
|
+
|
|
67
|
+
### Minor Changes
|
|
68
|
+
|
|
69
|
+
- **Breaking:** The .js files are now built in the `dist` folder rather than in `src`. ([#1628](https://github.com/Siteimprove/alfa/pull/1628))
|
|
70
|
+
|
|
71
|
+
⚠️ This is the first of a series of changes on the internal structure and build process of distributed packages. It is probably better to not use this version and wait until more of these internal changes have been done to jump directly to the final result. We are internally releasing these changes for validation purpose only.
|
|
72
|
+
|
|
73
|
+
This should not impact consumers, the `package.json` files should be set correctly to consume these files.
|
|
74
|
+
|
|
75
|
+
## 0.84.0
|
|
76
|
+
|
|
77
|
+
## 0.83.1
|
|
78
|
+
|
|
79
|
+
## 0.83.0
|
|
80
|
+
|
|
81
|
+
## 0.82.0
|
|
82
|
+
|
|
83
|
+
### Minor Changes
|
|
84
|
+
|
|
85
|
+
- **Breaking:** Node 18 is no longer supported. ([#1618](https://github.com/Siteimprove/alfa/pull/1618))
|
|
86
|
+
|
|
87
|
+
## 0.81.0
|
|
88
|
+
|
|
89
|
+
### Patch Changes
|
|
90
|
+
|
|
91
|
+
- **Added:** Each package now contains its internal dependency graph in its `docs` directory. ([#1610](https://github.com/Siteimprove/alfa/pull/1610))
|
|
92
|
+
|
|
93
|
+
## 0.80.0
|
|
94
|
+
|
|
95
|
+
## 0.79.1
|
|
96
|
+
|
|
97
|
+
## 0.79.0
|
|
98
|
+
|
|
99
|
+
## 0.78.2
|
|
100
|
+
|
|
101
|
+
## 0.78.1
|
|
102
|
+
|
|
103
|
+
## 0.78.0
|
|
104
|
+
|
|
105
|
+
## 0.77.0
|
|
106
|
+
|
|
107
|
+
## 0.76.0
|
|
108
|
+
|
|
109
|
+
## 0.75.2
|
|
110
|
+
|
|
111
|
+
## 0.75.1
|
|
112
|
+
|
|
113
|
+
## 0.75.0
|
|
114
|
+
|
|
115
|
+
## 0.74.0
|
|
116
|
+
|
|
117
|
+
## 0.73.0
|
|
118
|
+
|
|
119
|
+
## 0.72.0
|
|
120
|
+
|
|
121
|
+
## 0.71.1
|
|
122
|
+
|
|
123
|
+
## 0.71.0
|
|
124
|
+
|
|
125
|
+
## 0.70.0
|
|
126
|
+
|
|
127
|
+
## 0.69.0
|
|
128
|
+
|
|
129
|
+
## 0.68.0
|
|
130
|
+
|
|
131
|
+
## 0.67.0
|
|
132
|
+
|
|
133
|
+
## 0.66.0
|
|
134
|
+
|
|
135
|
+
## 0.65.1
|
|
136
|
+
|
|
137
|
+
## 0.65.0
|
|
138
|
+
|
|
139
|
+
## 0.64.0
|
|
140
|
+
|
|
141
|
+
## 0.63.3
|
|
142
|
+
|
|
143
|
+
## 0.63.2
|
|
144
|
+
|
|
145
|
+
## 0.63.1
|
|
146
|
+
|
|
147
|
+
## 0.63.0
|
|
148
|
+
|
|
149
|
+
## 0.62.2
|
|
150
|
+
|
|
151
|
+
## 0.62.1
|
package/dist/index.d.ts
ADDED
package/dist/index.js
ADDED
package/dist/mapper.d.ts
ADDED
package/dist/mapper.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json.schemastore.org/package",
|
|
3
|
+
"name": "@siteimprove/alfa-mapper",
|
|
4
|
+
"homepage": "https://alfa.siteimprove.com",
|
|
5
|
+
"version": "0.89.5",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"description": "Types for modelling mapper functions, which are functions that map values from one domain into another domain",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "github:Siteimprove/alfa",
|
|
11
|
+
"directory": "packages/alfa-mapper"
|
|
12
|
+
},
|
|
13
|
+
"bugs": "https://github.com/siteimprove/alfa/issues",
|
|
14
|
+
"engines": {
|
|
15
|
+
"node": ">=20.0.0"
|
|
16
|
+
},
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "dist/index.js",
|
|
19
|
+
"types": "dist/index.d.ts",
|
|
20
|
+
"files": [
|
|
21
|
+
"dist/**/*.js",
|
|
22
|
+
"dist/**/*.d.ts"
|
|
23
|
+
],
|
|
24
|
+
"publishConfig": {
|
|
25
|
+
"access": "public",
|
|
26
|
+
"registry": "https://npm.pkg.github.com/"
|
|
27
|
+
}
|
|
28
|
+
}
|