@lssm/example.agent-console 0.0.0-canary-20251213172311 → 0.0.0-canary-20251215220103

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.
@@ -1,6 +1,6 @@
1
1
  $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
- ℹ tsdown v0.17.0 powered by rolldown v1.0.0-beta.53
3
+ ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
4
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/agent-console/tsdown.config.js
5
5
  ℹ entry: src/events.ts, src/example.ts, src/feature.ts, src/index.ts, src/contracts/agent.ts, src/contracts/index.ts, src/contracts/run.ts, src/contracts/tool.ts, src/docs/agent-console.docblock.ts, src/docs/index.ts, src/entities/agent.ts, src/entities/index.ts, src/entities/log.ts, src/entities/run.ts, src/entities/tool.ts, src/handlers/agent.handlers.ts, src/handlers/index.ts, src/handlers/mock-data.ts, src/handlers/run.handlers.ts, src/handlers/tool.handlers.ts, src/presentations/agent-list.ts, src/presentations/dashboard.ts, src/presentations/index.ts, src/presentations/run-list.ts, src/presentations/tool-registry.ts
6
6
  ℹ target: esnext
@@ -32,5 +32,5 @@ $ tsdown
32
32
  ℹ dist/presentations/dashboard.js  0.44 kB │ gzip: 0.28 kB
33
33
  ℹ dist/docs/index.js  0.04 kB │ gzip: 0.06 kB
34
34
  ℹ 25 files, total: 78.41 kB
35
- ✔ Build complete in 62ms
35
+ ✔ Build complete in 70ms
36
36
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @lssm/example.agent-console
2
2
 
3
- ## 0.0.0-canary-20251213172311
3
+ ## 0.0.0-canary-20251215220103
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-20251213172311
10
- - @lssm/lib.schema@0.0.0-canary-20251213172311
11
- - @lssm/lib.jobs@0.0.0-canary-20251213172311
12
- - @lssm/lib.identity-rbac@0.0.0-canary-20251213172311
13
- - @lssm/module.audit-trail@0.0.0-canary-20251213172311
9
+ - @lssm/lib.contracts@0.0.0-canary-20251215220103
10
+ - @lssm/lib.schema@0.0.0-canary-20251215220103
11
+ - @lssm/lib.jobs@0.0.0-canary-20251215220103
12
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251215220103
13
+ - @lssm/module.audit-trail@0.0.0-canary-20251215220103
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.agent-console",
3
- "version": "0.0.0-canary-20251213172311",
3
+ "version": "0.0.0-canary-20251215220103",
4
4
  "description": "Agent Console example - AI agent orchestration with tools, runs, and logs",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -55,7 +55,7 @@
55
55
  "devDependencies": {
56
56
  "@lssm/tool.tsdown": "workspace:*",
57
57
  "@lssm/tool.typescript": "workspace:*",
58
- "tsdown": "^0.17.0",
58
+ "tsdown": "^0.17.4",
59
59
  "typescript": "^5.9.3"
60
60
  },
61
61
  "module": "./dist/index.js",
package/src/example.ts CHANGED
@@ -32,5 +32,3 @@ const example = {
32
32
  } as const;
33
33
 
34
34
  export default example;
35
-
36
-