@stigg/sidecar 2.494.0 → 2.500.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.
package/README.md CHANGED
@@ -63,6 +63,7 @@ docker run --rm --name stigg-sidecar --memory=1gb --cpus="1" \
63
63
  | `HEALTH_ENDPOINT_URL` | String | `livez` | Health endpoint URL |
64
64
  | `READY_ENDPOINT_URL` | String | `readyz` | Ready endpoint URL |
65
65
  | `OFFLINE` | Boolean | | Enable offline mode for local development |
66
+ | `ENTITLEMENTS_TIMEOUT` | Number | `10 * 1000` | Entitlements request timeout in milliseconds |
66
67
 
67
68
  \*Required fields
68
69
 
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stigg/sidecar",
3
3
  "description": "Stigg sidecar",
4
- "version": "2.494.0",
4
+ "version": "2.500.0",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "@connectrpc/connect": "^1.6.1",
24
24
  "@connectrpc/connect-fastify": "^1.6.1",
25
25
  "@connectrpc/connect-node": "^1.6.1",
26
- "@stigg/node-server-sdk": "^3.74.0",
26
+ "@stigg/node-server-sdk": "^3.78.1",
27
27
  "dotenv": "^16.3.1",
28
28
  "fastify": "^5.3.2",
29
29
  "fastify-metrics": "^12.1.0",