@cedarjs/auth-dbauth-setup 1.0.0-canary.13141 → 1.0.0-canary.13144

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/setupData.js CHANGED
@@ -27,8 +27,8 @@ model User {
27
27
  salt String
28
28
  resetToken String?
29
29
  resetTokenExpiresAt DateTime?
30
- createdAt DateTime @default(now())
31
- updatedAt DateTime @updatedAt
30
+ createdAt DateTime @default(now())
31
+ updatedAt DateTime @updatedAt
32
32
  }
33
33
  `);
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/auth-dbauth-setup",
3
- "version": "1.0.0-canary.13141+28cdeacb1",
3
+ "version": "1.0.0-canary.13144+486f16c2e",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@babel/runtime-corejs3": "7.28.4",
28
- "@cedarjs/cli-helpers": "1.0.0-canary.13141",
28
+ "@cedarjs/cli-helpers": "1.0.0-canary.13144",
29
29
  "@prisma/internals": "6.19.1",
30
30
  "@simplewebauthn/browser": "9.0.1",
31
31
  "core-js": "3.47.0",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "28cdeacb14d82db8070b0f8e6f7a83981889641d"
47
+ "gitHead": "486f16c2e7f7447fe7b3b4300e47a76866e165e6"
48
48
  }