@a_team/prisma 3.17.0-macos-docker-linux → 3.17.1-linux

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-cd26d6a8d5b84d645bd0f8eb3562a4b5714adf1b27277ce7ae192707d62a1cc7",
2
+ "name": "prisma-client-55c1daf47473d2ff0139d997eaa7565d0c9515bdff4e7f9ec76f825bb2d74933",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -107,6 +107,8 @@ model BuilderWebsitesData {
107
107
  updatedAt DateTime? @updatedAt @db.Date
108
108
 
109
109
  builder User? @relation(fields: [builderId], references: [id])
110
+
111
+ @@map("builderWebsitesData")
110
112
  }
111
113
 
112
114
  type CalendarCredentials {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.17.0-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.17.1-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {