@lyeve-labs/client 0.3.1 → 0.3.4

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.cts CHANGED
@@ -235,10 +235,6 @@ interface Entitlements {
235
235
  * SKU minus its "plugin-" prefix. A "feature:"-prefixed id matches nothing.
236
236
  */
237
237
  features: string[];
238
- /** License expiry (ISO 8601), null when unlicensed or perpetual. */
239
- expires_at: string | null;
240
- /** Full days until expiry, -1 when unlicensed or perpetual. */
241
- days_remaining: number;
242
238
  /** Maximum tenants this plan allows; 0 means unlimited. */
243
239
  tenant_quota: number;
244
240
  }
package/dist/index.d.ts CHANGED
@@ -235,10 +235,6 @@ interface Entitlements {
235
235
  * SKU minus its "plugin-" prefix. A "feature:"-prefixed id matches nothing.
236
236
  */
237
237
  features: string[];
238
- /** License expiry (ISO 8601), null when unlicensed or perpetual. */
239
- expires_at: string | null;
240
- /** Full days until expiry, -1 when unlicensed or perpetual. */
241
- days_remaining: number;
242
238
  /** Maximum tenants this plan allows; 0 means unlimited. */
243
239
  tenant_quota: number;
244
240
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@lyeve-labs/client",
3
- "version": "0.3.1",
3
+ "version": "0.3.4",
4
4
  "description": "Framework-agnostic TypeScript SDK for the LyEve Core API",
5
5
  "license": "MIT",
6
6
  "author": "LyEve <info@lyeve.com>",
7
7
  "type": "module",
8
- "packageManager": "pnpm@10.33.4",
8
+ "packageManager": "pnpm@11.25.0",
9
9
  "engines": {
10
10
  "node": ">=20"
11
11
  },