@siteimprove/alfa-functor 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-functor
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 "./functor.js";
1
+ export type * from "./functor.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-functor",
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 functors, which are structures that can be mapped over",
8
8
  "repository": {
@@ -15,14 +15,12 @@
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
  "dependencies": {
25
- "@siteimprove/alfa-mapper": "^0.96.0"
23
+ "@siteimprove/alfa-mapper": "^0.98.0"
26
24
  },
27
25
  "publishConfig": {
28
26
  "access": "public",
package/dist/functor.js DELETED
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=functor.js.map
package/dist/index.js DELETED
@@ -1,2 +0,0 @@
1
- export * from "./functor.js";
2
- //# sourceMappingURL=index.js.map