@litecanvas/utils 0.44.0 → 0.44.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litecanvas/utils",
3
- "version": "0.44.0",
3
+ "version": "0.44.1",
4
4
  "description": "Utilities to help build litecanvas games",
5
5
  "author": "Luiz Bills <luizbills@pm.me>",
6
6
  "license": "MIT",
@@ -1,4 +1,4 @@
1
- import assert from "../debug/assert"
1
+ import assert from "../debug/assert.js"
2
2
 
3
3
  /**
4
4
  * Compute the median of the values. The values are sorted and the middle value is returned.
package/src/math/sum.js CHANGED
@@ -1,4 +1,4 @@
1
- import assert from "../debug/assert"
1
+ import assert from "../debug/assert.js"
2
2
 
3
3
  /**
4
4
  * Computes the sum of the values in a array.