@lumenflow/surfaces 5.7.22 → 5.7.23

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": "@lumenflow/surfaces",
3
- "version": "5.7.22",
3
+ "version": "5.7.23",
4
4
  "description": "LumenFlow kernel surfaces — HTTP, CLI, and MCP integration layers (LumenFlow Proprietary cloud-facing boundary, ADR-011 §1)",
5
5
  "keywords": [
6
6
  "lumenflow",
@@ -30,13 +30,13 @@
30
30
  "README.md"
31
31
  ],
32
32
  "dependencies": {
33
- "@lumenflow/control-plane-sdk": "5.7.22",
34
- "@lumenflow/kernel": "5.7.22"
33
+ "@lumenflow/control-plane-sdk": "5.7.23",
34
+ "@lumenflow/kernel": "5.7.23"
35
35
  },
36
36
  "devDependencies": {
37
37
  "typescript": "^5.9.3",
38
- "@lumenflow/host": "5.7.22",
39
- "@lumenflow/packs-agent-runtime": "5.7.22"
38
+ "@lumenflow/host": "5.7.23",
39
+ "@lumenflow/packs-agent-runtime": "5.7.23"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=22"