@laplace.live/internal 1.2.26 → 1.2.27

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/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -820,8 +820,8 @@ export declare namespace LaplaceInternal {
820
820
  periodLength?: number
821
821
  /** Optional: Update user's preferred cycle length (15-60) */
822
822
  cycleLength?: number
823
- /** Optional: Evidence URL (must be a valid URL, max 500 chars) */
824
- source?: string
823
+ /** Evidence URL (required, must be a valid URL, max 256 chars) */
824
+ source: string
825
825
  /** Cloudflare Turnstile token for bot verification */
826
826
  turnstileToken: string
827
827
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.26",
3
+ "version": "1.2.27",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"