@pol-studios/features 1.0.1 → 1.0.6
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 +3 -3
- package/package.json +3 -3
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.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Feature modules for POL applications",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"tsup": "^8.0.0",
|
|
53
53
|
"typescript": "^5.0.0",
|
|
54
|
-
"@pol-studios/
|
|
55
|
-
"@pol-studios/
|
|
54
|
+
"@pol-studios/utils": "1.0.6",
|
|
55
|
+
"@pol-studios/db": "1.0.6"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "tsup",
|