drizzle-multitenant 1.0.6 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-multitenant",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Multi-tenancy toolkit for Drizzle ORM with schema isolation, tenant context, and parallel migrations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,12 +1,11 @@
1
- # Proposal: Melhorias Identificadas no PrimeSys-v2
1
+ # Proposal: Melhorias Identificadas
2
2
 
3
3
  > **Status**: Proposta
4
- > **Origem**: Integração com PrimeSys-v2
5
4
  > **Data**: 2024-12-23
6
5
 
7
6
  ## Contexto
8
7
 
9
- Durante a integração do `drizzle-multitenant` no projeto PrimeSys-v2 (multi-tenant SaaS para gestão industrial), foram identificadas melhorias que beneficiariam o pacote e outros usuários.
8
+ Durante a integração do `drizzle-multitenant` no projeto, foram identificadas melhorias que beneficiariam o pacote e outros usuários.
10
9
 
11
10
  ---
12
11
 
@@ -381,5 +380,4 @@ const result = await db
381
380
 
382
381
  ## Referências
383
382
 
384
- - [PrimeSys-v2 Migration Proposal](../../PrimeSys-v2/proposals/backlog/drizzle-multitenant-migration.md)
385
383
  - [drizzle-multitenant Roadmap](../roadmap.md)