owox 0.9.0-next-20251003110131 → 0.9.0-next-20251003145629

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.
@@ -113,7 +113,7 @@ export class IdpFactory {
113
113
  return BetterAuthProvider.create({
114
114
  baseURL,
115
115
  database,
116
- magicLinkTll: Number.parseInt((process.env.IDP_BETTER_AUTH_MAGIC_LINK_TTL || '3600'), 10),
116
+ magicLinkTtl: Number.parseInt((process.env.IDP_BETTER_AUTH_MAGIC_LINK_TTL || '3600'), 10),
117
117
  primaryAdminEmail: process.env.IDP_BETTER_AUTH_PRIMARY_ADMIN_EMAIL,
118
118
  secret: process.env.IDP_BETTER_AUTH_SECRET,
119
119
  session: {
@@ -253,5 +253,5 @@
253
253
  ]
254
254
  }
255
255
  },
256
- "version": "0.9.0-next-20251003110131"
256
+ "version": "0.9.0-next-20251003145629"
257
257
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "owox",
3
3
  "description": "OWOX Data Marts CLI: Simple command-line interface to start the OWOX Data Marts application with backend and frontend components.",
4
- "version": "0.9.0-next-20251003110131",
4
+ "version": "0.9.0-next-20251003145629",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -13,12 +13,12 @@
13
13
  "@oclif/core": "^4",
14
14
  "@oclif/plugin-help": "^6",
15
15
  "@oclif/plugin-plugins": "^5",
16
- "@owox/backend": "0.9.0-next-20251003110131",
17
- "@owox/idp-better-auth": "0.9.0-next-20251003110131",
18
- "@owox/idp-owox": "0.9.0-next-20251003110131",
19
- "@owox/idp-protocol": "0.9.0-next-20251003110131",
20
- "@owox/internal-helpers": "0.9.0-next-20251003110131",
21
- "@owox/web": "0.9.0-next-20251003110131",
16
+ "@owox/backend": "0.9.0-next-20251003145629",
17
+ "@owox/idp-better-auth": "0.9.0-next-20251003145629",
18
+ "@owox/idp-owox": "0.9.0-next-20251003145629",
19
+ "@owox/idp-protocol": "0.9.0-next-20251003145629",
20
+ "@owox/internal-helpers": "0.9.0-next-20251003145629",
21
+ "@owox/web": "0.9.0-next-20251003145629",
22
22
  "find-process": "^1.4.10"
23
23
  },
24
24
  "peerDependencies": {