@xemahq/entitlement-client 0.1.2 → 0.1.3

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 (1) hide show
  1. package/package.json +14 -5
package/package.json CHANGED
@@ -1,7 +1,16 @@
1
1
  {
2
2
  "name": "@xemahq/entitlement-client",
3
- "version": "0.1.2",
4
- "description": "Layer-1 NestJS client for the Xema edition/entitlement primitive. EntitlementService resolves per-org entitlement against identity-api and applies the deployment ceiling (XEMA_EDITION) CLIENT-SIDE via @xemahq/entitlement-contracts, fail-closed to community on any error.",
3
+ "version": "0.1.3",
4
+ "description": "NestJS client for the Xema edition/entitlement primitive. Resolves per-org entitlement, applies a client-side deployment ceiling, and fails closed to the community edition on any error.",
5
+ "license": "Apache-2.0",
6
+ "author": "Neuralchowder Inc. <developer@xema.dev> (https://xema.dev)",
7
+ "homepage": "https://xema.dev",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/xema-dev/xema-kernel-contracts.git",
11
+ "directory": "packages/kernel/entitlement-client"
12
+ },
13
+ "bugs": "https://github.com/xema-dev/xema-kernel-contracts/issues",
5
14
  "publishConfig": {
6
15
  "registry": "https://registry.npmjs.org/",
7
16
  "access": "public"
@@ -15,7 +24,7 @@
15
24
  "@nestjs/common": ">=10",
16
25
  "@nestjs/core": ">=10",
17
26
  "reflect-metadata": ">=0.1.12",
18
- "@xemahq/kernel-contracts": ">=0.13.0"
27
+ "@xemahq/kernel-contracts": ">=0.57.0"
19
28
  },
20
29
  "peerDependenciesMeta": {
21
30
  "@nestjs/common": {
@@ -29,7 +38,7 @@
29
38
  }
30
39
  },
31
40
  "dependencies": {
32
- "@xemahq/platform-common": "0.2.4"
41
+ "@xemahq/platform-common": "^0.5.0"
33
42
  },
34
43
  "devDependencies": {
35
44
  "@nestjs/common": "11.1.13",
@@ -39,7 +48,7 @@
39
48
  "prettier": "3.6.2",
40
49
  "reflect-metadata": "0.2.2",
41
50
  "typescript": "5.9.3",
42
- "@xemahq/kernel-contracts": "0.13.0"
51
+ "@xemahq/kernel-contracts": "^0.57.0"
43
52
  },
44
53
  "exports": {
45
54
  ".": {