@camstack/system 1.2.147 → 1.2.148

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 (59) hide show
  1. package/dist/addon-runner.js +1 -1
  2. package/dist/addon-runner.mjs +1 -1
  3. package/dist/auth/auth-manager.d.ts +17 -1
  4. package/dist/auth/token-expiry.d.ts +39 -0
  5. package/dist/auth/user-manager.d.ts +2 -1
  6. package/dist/builtins/addon-pages-aggregator/addon-pages-aggregator.addon.js +1 -1
  7. package/dist/builtins/addon-pages-aggregator/addon-pages-aggregator.addon.mjs +1 -1
  8. package/dist/builtins/addon-widgets-aggregator/addon-widgets-aggregator.addon.js +1 -1
  9. package/dist/builtins/addon-widgets-aggregator/addon-widgets-aggregator.addon.mjs +1 -1
  10. package/dist/builtins/alerts/alerts.addon.js +1 -1
  11. package/dist/builtins/alerts/alerts.addon.mjs +1 -1
  12. package/dist/builtins/backup-orchestrator/backup-orchestrator.addon.js +1 -1
  13. package/dist/builtins/backup-orchestrator/backup-orchestrator.addon.mjs +1 -1
  14. package/dist/builtins/console-logging/index.js +1 -1
  15. package/dist/builtins/console-logging/index.mjs +1 -1
  16. package/dist/builtins/core-blocks/core-blocks.addon.js +1 -1
  17. package/dist/builtins/core-blocks/core-blocks.addon.mjs +1 -1
  18. package/dist/builtins/device-manager/device-manager.addon.js +2 -2
  19. package/dist/builtins/device-manager/device-manager.addon.mjs +2 -2
  20. package/dist/builtins/doorbell/virtual-doorbell.addon.js +1 -1
  21. package/dist/builtins/doorbell/virtual-doorbell.addon.mjs +1 -1
  22. package/dist/builtins/hub-forwarder/index.js +1 -1
  23. package/dist/builtins/hub-forwarder/index.mjs +1 -1
  24. package/dist/builtins/liveness-monitor/liveness-monitor.addon.js +1 -1
  25. package/dist/builtins/liveness-monitor/liveness-monitor.addon.mjs +1 -1
  26. package/dist/builtins/local-auth/auth-config-reader.d.ts +20 -0
  27. package/dist/builtins/local-auth/local-auth.addon.js +211 -17
  28. package/dist/builtins/local-auth/local-auth.addon.mjs +211 -17
  29. package/dist/builtins/local-network/local-network.addon.js +1 -1
  30. package/dist/builtins/local-network/local-network.addon.mjs +1 -1
  31. package/dist/builtins/loki-logging/index.js +1 -1
  32. package/dist/builtins/loki-logging/index.mjs +1 -1
  33. package/dist/builtins/native-metrics/native-metrics.addon.js +1 -1
  34. package/dist/builtins/native-metrics/native-metrics.addon.mjs +1 -1
  35. package/dist/builtins/platform-probe/index.js +1 -1
  36. package/dist/builtins/platform-probe/index.mjs +1 -1
  37. package/dist/builtins/remote-access-orchestrator/remote-access-orchestrator.addon.js +1 -1
  38. package/dist/builtins/remote-access-orchestrator/remote-access-orchestrator.addon.mjs +1 -1
  39. package/dist/builtins/snapshot/index.js +1 -1
  40. package/dist/builtins/snapshot/index.mjs +1 -1
  41. package/dist/builtins/sqlite-storage/filesystem-storage.addon.js +1 -1
  42. package/dist/builtins/sqlite-storage/filesystem-storage.addon.mjs +1 -1
  43. package/dist/builtins/sqlite-storage/sqlite-settings.addon.js +0 -0
  44. package/dist/builtins/sqlite-storage/sqlite-settings.addon.mjs +0 -0
  45. package/dist/builtins/storage-orchestrator/storage-orchestrator.addon.js +1 -1
  46. package/dist/builtins/storage-orchestrator/storage-orchestrator.addon.mjs +1 -1
  47. package/dist/builtins/system-config/system-config.addon.js +12 -11
  48. package/dist/builtins/system-config/system-config.addon.mjs +12 -11
  49. package/dist/builtins/winston-logging/index.js +1 -1
  50. package/dist/builtins/winston-logging/index.mjs +1 -1
  51. package/dist/{dist-Dl6MFXPr.js → dist-B-mBrEz9.js} +1 -1
  52. package/dist/{dist-DrBc-7Y3.mjs → dist-BwD83D2f.mjs} +1 -1
  53. package/dist/index.js +2 -2
  54. package/dist/index.mjs +2 -2
  55. package/dist/{manifest-python-deps-FYZBHc3v.js → manifest-python-deps-BV_Cy99l.js} +1 -1
  56. package/dist/{manifest-python-deps-DhT0oFOZ.mjs → manifest-python-deps-DpRX9LtD.mjs} +1 -1
  57. package/dist/{retired-settings-keys-CF5r4YKq.mjs → retired-settings-keys-CRKpAmSn.mjs} +1 -1
  58. package/dist/{retired-settings-keys-6w_JOqBg.js → retired-settings-keys-Davtjo5p.js} +1 -1
  59. package/package.json +6 -4
@@ -1,4 +1,4 @@
1
- import { zt as asJsonObject } from "./dist-DrBc-7Y3.mjs";
1
+ import { zt as asJsonObject } from "./dist-BwD83D2f.mjs";
2
2
  //#region src/builtins/sqlite-storage/retired-settings-keys.ts
3
3
  /**
4
4
  * Is THIS node the one whose settings store is the cluster's authority?
@@ -1,4 +1,4 @@
1
- const require_dist = require("./dist-Dl6MFXPr.js");
1
+ const require_dist = require("./dist-B-mBrEz9.js");
2
2
  //#region src/builtins/sqlite-storage/retired-settings-keys.ts
3
3
  /**
4
4
  * Is THIS node the one whose settings store is the cluster's authority?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/system",
3
- "version": "1.2.147",
3
+ "version": "1.2.148",
4
4
  "description": "Core addon for CamStack — builtins, pipeline, process management, auth, logging, events",
5
5
  "keywords": [
6
6
  "camstack",
@@ -56,7 +56,8 @@
56
56
  "description": "The relational ENGINE behind the data door (SQLite WAL). Registers `data-store-provider`, an internal collection cap; the public `settings-store` door is owned by `storage-orchestrator`, which dispatches here. Callers never reach this addon directly — that is what makes the engine replaceable. It ALSO registers `vector-store` (sqlite-vec) from the same database file and the same open handle. Runs in its OWN process (`execution.isolate`) — `better-sqlite3` `Statement.run` does not belong on the event loop that serves the API ([D181]).",
57
57
  "execution": {
58
58
  "isolate": true,
59
- "heapProfile": "heavy"
59
+ "heapProfile": "heavy",
60
+ "rssBudgetMb": 1536
60
61
  },
61
62
  "capabilities": [
62
63
  {
@@ -176,7 +177,8 @@
176
177
  "entry": "./dist/builtins/snapshot/index.js",
177
178
  "execution": {
178
179
  "isolate": true,
179
- "heapProfile": "heavy"
180
+ "heapProfile": "heavy",
181
+ "rssBudgetMb": 1024
180
182
  },
181
183
  "capabilities": [
182
184
  {
@@ -220,7 +222,7 @@
220
222
  "id": "system-config",
221
223
  "category": "system",
222
224
  "name": "System Config",
223
- "description": "Exposes cluster-wide yml-backed configuration sections (server, auth, ffmpeg, logging, recording, retention) via the three-level settings API. Hub-only.",
225
+ "description": "Exposes the cluster-wide yml-backed configuration sections (server, auth) via the three-level settings API. Hub-only.",
224
226
  "entry": "./dist/builtins/system-config/index.js",
225
227
  "protected": true
226
228
  },