@sudobility/entity_service 1.0.18 → 1.0.19
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/CLAUDE.md +1 -0
- package/package.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -8,6 +8,7 @@ Shared backend library for multi-tenant entity/organization management.
|
|
|
8
8
|
|
|
9
9
|
- **Language**: TypeScript (strict mode)
|
|
10
10
|
- **Runtime**: Bun
|
|
11
|
+
- **Package Manager**: Bun (do not use npm/yarn/pnpm for installing dependencies)
|
|
11
12
|
- **Build**: TypeScript compiler (dual ESM/CJS)
|
|
12
13
|
- **Test**: bun:test
|
|
13
14
|
- **Database**: PostgreSQL with Drizzle ORM
|