@pol-studios/ui 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.
package/README.md CHANGED
@@ -13,7 +13,7 @@ pnpm add @pol-studios/ui
13
13
  ## Peer Dependencies
14
14
 
15
15
  ```bash
16
- pnpm add react react-dom @pol-studios/auth @pol-studios/db @pol-studios/filters @pol-studios/hooks @pol-studios/utils
16
+ pnpm add react react-dom @pol-studios/db/auth @pol-studios/db @pol-studios/filters @pol-studios/hooks @pol-studios/utils
17
17
  ```
18
18
 
19
19
  ### Optional Dependencies
@@ -344,7 +344,7 @@ import type {
344
344
  - [@pol-studios/utils](../utils) - Utility functions
345
345
  - [@pol-studios/filters](../filters) - Filter components
346
346
  - [@pol-studios/db](../db) - Database utilities
347
- - [@pol-studios/auth](../auth) - Authentication
347
+ - [@pol-studios/db/auth](../auth) - Authentication
348
348
 
349
349
  ## License
350
350