@siteimprove/alfa-mapper 0.96.0 → 0.98.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @siteimprove/alfa-mapper
2
2
 
3
+ ## 0.98.0
4
+
5
+ ### Patch Changes
6
+
7
+ - **Changed:** Packages that only export type now only pack their `.d.ts` files. ([#1736](https://github.com/Siteimprove/alfa/pull/1736))
8
+
9
+ ## 0.97.0
10
+
3
11
  ## 0.96.0
4
12
 
5
13
  ## 0.95.0
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from "./mapper.js";
1
+ export type * from "./mapper.js";
2
2
  //# sourceMappingURL=index.d.ts.map
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.96.0",
5
+ "version": "0.98.0",
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": {
@@ -15,10 +15,8 @@
15
15
  "node": ">=20.0.0"
16
16
  },
17
17
  "type": "module",
18
- "main": "dist/index.js",
19
18
  "types": "dist/index.d.ts",
20
19
  "files": [
21
- "dist/**/*.js",
22
20
  "dist/**/*.d.ts"
23
21
  ],
24
22
  "publishConfig": {
package/dist/index.js DELETED
@@ -1,2 +0,0 @@
1
- export * from "./mapper.js";
2
- //# sourceMappingURL=index.js.map
package/dist/mapper.js DELETED
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=mapper.js.map