@a_team/prisma 3.29.2-macos-docker-linux → 3.29.3-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-d1447a809e7eca09991f22b6b65d453a953df93e08e31c260c4f055e1e474b8f",
2
+ "name": "prisma-client-d6ca9559a236336cf8457f39eed8f0d836bfebe345f5f774c99e833920a59383",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1222,7 +1222,7 @@ type MissionApplicationProposedRates {
1222
1222
  type BuilderProvidedEvidence {
1223
1223
  criteriaId String @db.ObjectId
1224
1224
  text String
1225
- createdAt DateTime @db.Date
1225
+ createdAt DateTime @default(now()) @db.Date
1226
1226
  }
1227
1227
 
1228
1228
  type HardRequirementResult {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.29.2-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.29.3-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {