@lssm/example.agent-console 0.0.0-canary-20251207151203 → 0.0.0-canary-20251207154140

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.
@@ -29,5 +29,5 @@ $ tsdown
29
29
  ℹ dist/entities/index.js  0.58 kB │ gzip: 0.24 kB
30
30
  ℹ dist/presentations/dashboard.js  0.44 kB │ gzip: 0.28 kB
31
31
  ℹ 22 files, total: 74.15 kB
32
- ✔ Build complete in 69ms
32
+ ✔ Build complete in 63ms
33
33
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @lssm/example.agent-console
2
2
 
3
- ## 0.0.0-canary-20251207151203
3
+ ## 0.0.0-canary-20251207154140
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3086383: refactor: dependencies upgrade
8
8
  - Updated dependencies [3086383]
9
- - @lssm/lib.contracts@0.0.0-canary-20251207151203
10
- - @lssm/lib.schema@0.0.0-canary-20251207151203
11
- - @lssm/lib.jobs@0.0.0-canary-20251207151203
12
- - @lssm/lib.identity-rbac@0.0.0-canary-20251207151203
13
- - @lssm/module.audit-trail@0.0.0-canary-20251207151203
9
+ - @lssm/lib.contracts@0.0.0-canary-20251207154140
10
+ - @lssm/lib.schema@0.0.0-canary-20251207154140
11
+ - @lssm/lib.jobs@0.0.0-canary-20251207154140
12
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251207154140
13
+ - @lssm/module.audit-trail@0.0.0-canary-20251207154140
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.agent-console",
3
- "version": "0.0.0-canary-20251207151203",
3
+ "version": "0.0.0-canary-20251207154140",
4
4
  "description": "Agent Console example - AI agent orchestration with tools, runs, and logs",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",