@xemahq/oidc-session-nest 0.1.0 → 0.2.0

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xemahq/oidc-session-nest",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Server-side OIDC session for a NestJS backend-for-frontend: the browser holds one httpOnly cookie and never a Xema token. Performs the authorization-code exchange, keeps the token set in a session store the application owns, refreshes it under a lease so concurrent requests exchange once, and hands the generated Xema clients a bearer plus the org and Project headers through an ambient request scope.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -14,7 +14,7 @@
14
14
  "peerDependencies": {
15
15
  "@nestjs/common": "^10 || ^11",
16
16
  "@nestjs/core": "^10 || ^11",
17
- "@xemahq/contracts": "^0.1.0",
17
+ "@xemahq/contracts": "^0.4.0",
18
18
  "@xemahq/oidc-guard": ">=0.6.0",
19
19
  "@xemahq/platform-common": ">=0.28.2",
20
20
  "@xemahq/xema-decorators": ">=0.15.0"
@@ -26,7 +26,7 @@
26
26
  "@nestjs/testing": "11.1.18",
27
27
  "@types/jest": "^30.0.0",
28
28
  "@types/node": "25.2.3",
29
- "@xemahq/contracts": "^0.1.0",
29
+ "@xemahq/contracts": "^0.4.0",
30
30
  "@xemahq/oidc-guard": "^0.6.0",
31
31
  "@xemahq/platform-common": "^0.31.0",
32
32
  "eslint": "^9.39.4",
@@ -35,8 +35,8 @@
35
35
  "rxjs": "7.8.2",
36
36
  "ts-jest": "^29.4.9",
37
37
  "typescript": "5.9.3",
38
- "@xemahq/eslint-config": "0.6.0",
39
- "@xemahq/xema-decorators": "0.16.0"
38
+ "@xemahq/xema-decorators": "0.16.0",
39
+ "@xemahq/eslint-config": "0.6.0"
40
40
  },
41
41
  "exports": {
42
42
  ".": {