@stigg/sidecar 2.186.0 → 2.290.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
@@ -42,7 +42,7 @@ docker run --rm --name stigg-sidecar --memory=1gb --cpus="1" --publish=8443:844
42
42
  ## Configuration:
43
43
 
44
44
  | Environment Variable | Type | Default | Description |
45
- | -------------------------- | -------- | --------------------------- | --------------------------------------------------------------------- |
45
+ |----------------------------|----------|-----------------------------|-----------------------------------------------------------------------|
46
46
  | `SERVER_API_KEY` | String\* | | Environment server API key |
47
47
  | `API_URL` | String | `https://api.stigg.io` | Stigg API address URL |
48
48
  | `EDGE_ENABLED` | Boolean | `1` | Edge API enabled |
@@ -60,6 +60,7 @@ docker run --rm --name stigg-sidecar --memory=1gb --cpus="1" --publish=8443:844
60
60
  | `ENTITLEMENTS_FALLBACK` | String | `` | Fallback entitlements in a JSON string format. |
61
61
  | `HEALTH_ENDPOINT_URL` | String | `livez` | Health endpoint URL |
62
62
  | `READY_ENDPOINT_URL` | String | `readyz` | Ready endpoint URL |
63
+ | `OFFLINE` | Boolean | | Enable offline mode for local development |
63
64
 
64
65
  \*Required fields
65
66
 
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.186.0",
4
+ "version": "2.290.0",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
@@ -19,9 +19,10 @@
19
19
  "@connectrpc/connect": "^1.1.3",
20
20
  "@connectrpc/connect-fastify": "^1.1.3",
21
21
  "@connectrpc/connect-node": "^1.1.3",
22
- "@stigg/node-server-sdk": "3.50.1",
22
+ "@stigg/node-server-sdk": "^3.56.1",
23
23
  "dotenv": "^16.3.1",
24
24
  "fastify": "^4.24.3",
25
+ "fastify-metrics": "^11.0.0",
25
26
  "pino": "^8.16.1",
26
27
  "yn": "^5.0.0"
27
28
  },