@pol-studios/utils 1.0.1 → 1.0.7

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -189,7 +189,7 @@ object.pick(obj, keys);
189
189
 
190
190
  ## Related Packages
191
191
 
192
- - [@pol-studios/auth](../auth) - Authentication (depends on utils)
192
+ - [@pol-studios/db/auth](../auth) - Authentication (depends on utils)
193
193
  - [@pol-studios/db](../db) - Database layer (depends on utils)
194
194
  - [@pol-studios/hooks](../hooks) - React hooks (depends on utils)
195
195
  - [@pol-studios/ui](../ui) - UI components (depends on utils)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pol-studios/utils",
3
- "version": "1.0.1",
3
+ "version": "1.0.7",
4
4
  "description": "Utility functions for POL applications",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",