@lssm/example.agent-console 0.0.0-canary-20251217023603 → 0.0.0-canary-20251217034842

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.
@@ -42,5 +42,5 @@ $ tsdown
42
42
  ℹ dist/shared/index.js 0.19 kB │ gzip: 0.12 kB
43
43
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
44
44
  ℹ 35 files, total: 79.37 kB
45
- ✔ Build complete in 103ms
45
+ ✔ Build complete in 58ms
46
46
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @lssm/example.agent-console
2
2
 
3
- ## 0.0.0-canary-20251217023603
3
+ ## 0.0.0-canary-20251217034842
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-20251217023603
10
- - @lssm/lib.schema@0.0.0-canary-20251217023603
11
- - @lssm/lib.jobs@0.0.0-canary-20251217023603
12
- - @lssm/lib.identity-rbac@0.0.0-canary-20251217023603
13
- - @lssm/module.audit-trail@0.0.0-canary-20251217023603
9
+ - @lssm/lib.contracts@0.0.0-canary-20251217034842
10
+ - @lssm/lib.schema@0.0.0-canary-20251217034842
11
+ - @lssm/lib.jobs@0.0.0-canary-20251217034842
12
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251217034842
13
+ - @lssm/module.audit-trail@0.0.0-canary-20251217034842
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.agent-console",
3
- "version": "0.0.0-canary-20251217023603",
3
+ "version": "0.0.0-canary-20251217034842",
4
4
  "description": "Agent Console example - AI agent orchestration with tools, runs, and logs",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",