@a_team/prisma 3.24.0-win → 3.24.1-linux-debian
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/client/edge.js +4 -5
- package/dist/client/index-browser.js +0 -1
- package/dist/client/index.d.ts +0 -37
- package/dist/client/index.js +6 -7
- package/dist/client/{query_engine-windows.dll.node → libquery_engine-debian-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +0 -1
- package/dist/client/wasm.js +0 -1
- package/package.json +2 -2
package/dist/client/{query_engine-windows.dll.node → libquery_engine-debian-openssl-3.0.x.so.node}
RENAMED
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -1812,7 +1812,6 @@ model Transcript {
|
|
|
1812
1812
|
mtgSessionId String?
|
|
1813
1813
|
error String?
|
|
1814
1814
|
/// @private - Internal field for tracking data migrations applied to this record
|
|
1815
|
-
migrations String[]
|
|
1816
1815
|
createdAt DateTime @default(now()) @db.Date
|
|
1817
1816
|
updatedAt DateTime @updatedAt @db.Date
|
|
1818
1817
|
|
package/dist/client/wasm.js
CHANGED