@tern-secure/types 1.1.0-canary.v20251030165007 → 1.1.0-canary.v20251108045933

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/index.d.mts CHANGED
@@ -278,7 +278,6 @@ interface TokenCookieConfig {
278
278
  interface CookieOpts extends CookieOptions {
279
279
  domain?: string;
280
280
  namePrefix?: string;
281
- session?: SessionCookieConfig;
282
281
  }
283
282
  interface RateLimitOptions {
284
283
  windowMs?: number;
package/dist/index.d.ts CHANGED
@@ -278,7 +278,6 @@ interface TokenCookieConfig {
278
278
  interface CookieOpts extends CookieOptions {
279
279
  domain?: string;
280
280
  namePrefix?: string;
281
- session?: SessionCookieConfig;
282
281
  }
283
282
  interface RateLimitOptions {
284
283
  windowMs?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tern-secure/types",
3
- "version": "1.1.0-canary.v20251030165007",
3
+ "version": "1.1.0-canary.v20251108045933",
4
4
  "description": "Type definitions for TernSecure packages",
5
5
  "repository": {
6
6
  "type": "git",