@carlonicora/nestjs-neo4jsonapi 1.36.0 → 1.36.2

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.
@@ -360,7 +360,7 @@ let OAuthService = class OAuthService {
360
360
  const result = await this.tokenService.introspectToken(params.token, params.tokenTypeHint);
361
361
  // Add issuer if active
362
362
  if (result.active) {
363
- const apiUrl = this.configService.get("api.url", { infer: true }) ?? "https://api.only35.com";
363
+ const apiUrl = this.configService.get("api.url", { infer: true }) ?? "https://api.only35.app";
364
364
  return {
365
365
  ...result,
366
366
  iss: apiUrl,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlonicora/nestjs-neo4jsonapi",
3
- "version": "1.36.0",
3
+ "version": "1.36.2",
4
4
  "description": "NestJS foundation package with JSON:API, Neo4j, Redis, LangChain agents, and common utilities",
5
5
  "author": "Carlo Nicora",
6
6
  "license": "GPL-3.0-or-later",