@mestra-dev/contract 0.0.110 → 0.0.111

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5524,7 +5524,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
5524
5524
  "Auth"
5525
5525
  ];
5526
5526
  readonly summary: "Request a one-time password by SMS";
5527
- readonly description: "Without a bearer token this starts SMS login/signup. With an access token it links a phone to the current account (for users who signed in with email). SMS is sent via Kod.mobi only when dialCode is +7. Dial code +98 does not send SMS; the OTP is always 987321 for testing.";
5527
+ readonly description: "Without a bearer token this starts SMS login/signup. With an access token it links a phone to the current account (for users who signed in with email). SMS is sent via REDSMS only when dialCode is +7. Dial code +98 does not send SMS; the OTP is always 987321 for testing.";
5528
5528
  readonly security: readonly [
5529
5529
  never
5530
5530
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mestra-dev/contract",
3
- "version": "0.0.110",
3
+ "version": "0.0.111",
4
4
  "description": "Types-only Hono AppType contract for the Mestra auth API",
5
5
  "type": "module",
6
6
  "sideEffects": false,