@saasicat/adapter-prisma 1.0.0-rc.7 → 1.0.0-rc.9

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 CHANGED
@@ -54,7 +54,7 @@ Options:
54
54
 
55
55
  The bundle also ships `planCatalogReadSink` for DB hydration. To use it,
56
56
  omit `planCatalog` and pass the identity the database cannot provide:
57
- `SaaSiCatModule.forRoot({ persistence, dbCatalog: { app, currency, vatRate } })`
57
+ `SaaSiCatModule.forRoot({ persistence, dbCatalog: { app, currency, vatRate, tenantBilling } })`
58
58
  — without `dbCatalog` the module refuses to boot, because branding, currency
59
59
  and VAT cannot come from the database.
60
60
 
package/dist/.build-stamp CHANGED
@@ -1 +1 @@
1
- b0873d8c2197f48fb86ad9453daa032a30e6d69efd8d8feb3319d5165d59989a
1
+ 46109dca0d112bec3879f1754ad2f9fed2462cc388cbae294a8ebee0b0671d98
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasicat/adapter-prisma",
3
- "version": "1.0.0-rc.7",
3
+ "version": "1.0.0-rc.9",
4
4
  "description": "Prisma + PostgreSQL persistence for SaaSiCat: one standard bundle for core, catalog, entitlement, tenant billing, Admin resources and promo, plus individual adapters for custom compositions.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -23,7 +23,7 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@saasicat/core": "^1.0.0-rc.7"
26
+ "@saasicat/core": "^1.0.0-rc.9"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@nestjs/common": "^11.0.0"
@@ -35,8 +35,8 @@
35
35
  "@prisma/client": "^6.19.0",
36
36
  "tsup": "^8.0.0",
37
37
  "typescript": "^6.0.0",
38
- "@saasicat/persistence-testing": "^1.0.0-rc.7",
39
- "@saasicat/spec": "^1.0.0-rc.7"
38
+ "@saasicat/persistence-testing": "^1.0.0-rc.9",
39
+ "@saasicat/spec": "^1.0.0-rc.9"
40
40
  },
41
41
  "license": "PolyForm-Shield-1.0.0",
42
42
  "author": "Taci Uelker",