@saasicat/adapter-prisma 0.14.0 → 0.15.1

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -133,7 +133,7 @@ outputs still use the semantic key:
133
133
  const schema = {
134
134
  planBinding: {
135
135
  mode: 'normalized-plan-id',
136
- projectKey: 'vereinsfux',
136
+ projectKey: 'my-app',
137
137
  },
138
138
  planVersionFields: {
139
139
  validityWindows: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasicat/adapter-prisma",
3
- "version": "0.14.0",
3
+ "version": "0.15.1",
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",
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@saasicat/types": "^0.14.0"
25
+ "@saasicat/types": "^0.15.1"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@nestjs/common": "^11.0.0"
@@ -34,8 +34,8 @@
34
34
  "@prisma/client": "^6.19.0",
35
35
  "tsup": "^8.0.0",
36
36
  "typescript": "^6.0.0",
37
- "@saasicat/persistence-testing": "^0.14.0",
38
- "@saasicat/spec": "^0.14.0"
37
+ "@saasicat/persistence-testing": "^0.15.1",
38
+ "@saasicat/spec": "^0.15.1"
39
39
  },
40
40
  "license": "Apache-2.0",
41
41
  "author": "Taci Uelker",