@siteimprove/alfa-math 0.114.1 → 0.114.3

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-math
2
2
 
3
+ ## 0.114.3
4
+
5
+ ### Patch Changes
6
+
7
+ - **Changed:** Internal overhaul of the code structure with no outside impact. ([`6371d0a`](https://github.com/Siteimprove/alfa/commit/6371d0a1ad09fc5260c05e4b43c90efdfb86b87d))
8
+
9
+ ## 0.114.2
10
+
3
11
  ## 0.114.1
4
12
 
5
13
  ## 0.114.0
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export * from "./matrix.js";
2
- export * from "./real.js";
3
- export * from "./vector.js";
1
+ export * from "./matrix.ts";
2
+ export * from "./real.ts";
3
+ export * from "./vector.ts";
4
4
  //# sourceMappingURL=index.d.ts.map
package/dist/matrix.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Vector } from "./vector.js";
1
+ import { Vector } from "./vector.ts";
2
2
  /**
3
3
  * {@link https://en.wikipedia.org/wiki/Matrix_(mathematics)}
4
4
  *
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/package",
3
3
  "name": "@siteimprove/alfa-math",
4
4
  "homepage": "https://alfa.siteimprove.com",
5
- "version": "0.114.1",
5
+ "version": "0.114.3",
6
6
  "license": "MIT",
7
7
  "description": "Functionality for working with numbers and mathematical structures, such as vectors and matrices",
8
8
  "repository": {
@@ -22,7 +22,7 @@
22
22
  "dist/**/*.d.ts"
23
23
  ],
24
24
  "devDependencies": {
25
- "@siteimprove/alfa-test": "^0.114.1"
25
+ "@siteimprove/alfa-test": "^0.114.3"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public",