@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.
Files changed (2) hide show
  1. package/CLAUDE.md +1 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/entity_service",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Shared entity/organization management library for multi-tenant workspaces",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",