@axi-engine/utils 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,9 +29,14 @@ const health = clampNumber(120, 0, 100); // Returns 100
29
29
  const isSame = haveSameElements(['a', 'b'], ['b', 'a']); // Returns true
30
30
  ```
31
31
 
32
+
32
33
  API Reference
33
34
 
34
- A full API documentation, automatically generated from the source code, is available here:
35
+ Will be available when code and repository will be fully published
36
+
37
+ <!--
38
+ [**Full API Documentation**](https://github.com/.../blob/main/packages/utils/docs/api/README.md)
39
+ -->
40
+
35
41
 
36
- [Full API Documentation](./docs/api/README.md)
37
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axi-engine/utils",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Core utility library for Axi Engine, providing common functions for arrays, math, type guards, and more.",
5
5
  "license": "MIT",
6
6
  "keywords": [