@saasicat/adapter-prisma 1.0.0-rc.1 → 1.0.0-rc.2

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/dist/.build-stamp CHANGED
@@ -1 +1 @@
1
- f71835e55e071fcd37de83ab4cb24650d83bf9c2d1ee940268333ba636cab8ad
1
+ 179dbac7b9329674978a2e97b612b3514fe39b12c1bf83f6ed41a2cafc2f65bd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasicat/adapter-prisma",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.2",
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",
@@ -16,13 +16,14 @@
16
16
  "types": "./dist/index.d.cts",
17
17
  "default": "./dist/index.cjs"
18
18
  }
19
- }
19
+ },
20
+ "./package.json": "./package.json"
20
21
  },
21
22
  "files": [
22
23
  "dist"
23
24
  ],
24
25
  "dependencies": {
25
- "@saasicat/core": "^1.0.0-rc.1"
26
+ "@saasicat/core": "^1.0.0-rc.2"
26
27
  },
27
28
  "peerDependencies": {
28
29
  "@nestjs/common": "^11.0.0"
@@ -34,8 +35,8 @@
34
35
  "@prisma/client": "^6.19.0",
35
36
  "tsup": "^8.0.0",
36
37
  "typescript": "^6.0.0",
37
- "@saasicat/persistence-testing": "^1.0.0-rc.1",
38
- "@saasicat/spec": "^1.0.0-rc.1"
38
+ "@saasicat/persistence-testing": "^1.0.0-rc.2",
39
+ "@saasicat/spec": "^1.0.0-rc.2"
39
40
  },
40
41
  "license": "PolyForm-Shield-1.0.0",
41
42
  "author": "Taci Uelker",