@pol-studios/features 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 +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > Feature modules for POL applications
4
4
 
5
- Business feature modules that encapsulate common application patterns including comments, ordering, punch-lists, and filter utilities. Built on top of `@pol-studios/db` and `@pol-studios/auth`.
5
+ Business feature modules that encapsulate common application patterns including comments, ordering, punch-lists, and filter utilities. Built on top of `@pol-studios/db` and `@pol-studios/db/auth`.
6
6
 
7
7
  ## Installation
8
8
 
@@ -13,7 +13,7 @@ pnpm add @pol-studios/features
13
13
  ## Peer Dependencies
14
14
 
15
15
  ```bash
16
- pnpm add react @pol-studios/db @pol-studios/auth @pol-studios/utils
16
+ pnpm add react @pol-studios/db @pol-studios/db/auth @pol-studios/utils
17
17
  ```
18
18
 
19
19
  ## Quick Start
@@ -320,7 +320,7 @@ import type {
320
320
  ## Related Packages
321
321
 
322
322
  - [@pol-studios/db](../db) - Database layer (required peer dependency)
323
- - [@pol-studios/auth](../auth) - Authentication (required peer dependency)
323
+ - [@pol-studios/db/auth](../auth) - Authentication (required peer dependency)
324
324
  - [@pol-studios/utils](../utils) - Utility functions (required peer dependency)
325
325
  - [@pol-studios/ui](../ui) - UI components for rendering features
326
326
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pol-studios/features",
3
- "version": "1.0.1",
3
+ "version": "1.0.7",
4
4
  "description": "Feature modules for POL applications",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -44,15 +44,15 @@
44
44
  "moment": "^2.30.1"
45
45
  },
46
46
  "peerDependencies": {
47
- "@pol-studios/db": ">=1.0.0",
48
- "@pol-studios/utils": ">=1.0.0",
47
+ "@pol-studios/db": ">=1.0.7",
48
+ "@pol-studios/utils": ">=1.0.7",
49
49
  "react": "^18.0.0 || ^19.0.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "tsup": "^8.0.0",
53
53
  "typescript": "^5.0.0",
54
- "@pol-studios/db": "1.0.1",
55
- "@pol-studios/utils": "1.0.1"
54
+ "@pol-studios/db": "1.0.7",
55
+ "@pol-studios/utils": "1.0.7"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsup",