@zthun/helpful-fn 4.0.3 → 4.0.4

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.
@@ -1,6 +1,7 @@
1
- import { ZAnchor } from '../anchor/anchor.mjs';
2
- import { IZPoint2d } from './point.mjs';
3
1
  import { IZQuadrilateral } from './quadrilateral.mjs';
2
+ import { IZPoint2d } from './point.mjs';
3
+ import { ZAnchor } from '../anchor/anchor.mjs';
4
+
4
5
  /**
5
6
  * Represents a helper object that can run calculations on a numeric quadrilateral.
6
7
  */
@@ -1,4 +1,5 @@
1
1
  import { IZDeserialize } from './deserialize.mjs';
2
+
2
3
  /**
3
4
  * A deserializer that deserializes a JSON string.
4
5
  */
@@ -1,4 +1,5 @@
1
1
  import { IZDeserialize } from './deserialize.mjs';
2
+
2
3
  /**
3
4
  * A deserializer that attempts to deserialize multiple times through a series of supported languages.
4
5
  *
@@ -1,4 +1,5 @@
1
1
  import { IZSerialize } from './serialize.mjs';
2
+
2
3
  /**
3
4
  * Represents a serializer that serializes anything to a JSON string.
4
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zthun/helpful-fn",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Helpful, isolated pure functions that are not found in other libraries such as lodash.",
5
5
  "author": "Anthony Bonta",
6
6
  "license": "MIT",
@@ -37,5 +37,5 @@
37
37
  "dist"
38
38
  ],
39
39
  "sideEffects": false,
40
- "gitHead": "e88172d0ba1bd2b4bd548af337993cc7b95f712c"
40
+ "gitHead": "6afe41b9e9e5dfb160a3b37c98de6a31e127b7fd"
41
41
  }