@lssm/example.agent-console 0.0.0-canary-20251206181705 → 0.0.0-canary-20251207013726

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.
@@ -2,7 +2,7 @@ $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
3
  ℹ tsdown v0.17.0 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
- ℹ entry: src/events.ts, src/feature.ts, src/index.ts, src/contracts/agent.ts, src/contracts/index.ts, src/contracts/run.ts, src/contracts/tool.ts, src/entities/agent.ts, src/entities/index.ts, src/entities/log.ts, src/entities/run.ts, src/entities/tool.ts, src/presentations/agent-list.ts, src/presentations/dashboard.ts, src/presentations/index.ts, src/presentations/run-list.ts, src/presentations/tool-registry.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
5
+ ℹ entry: src/events.ts, src/feature.ts, src/index.ts, src/contracts/agent.ts, src/contracts/index.ts, src/contracts/run.ts, src/contracts/tool.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
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -131,9 +131,9 @@ $ tsdown
131
131
  ℹ dist/libs/contracts/dist/jsonschema.js  0.01 kB │ gzip: 0.03 kB
132
132
  ℹ dist/libs/contracts/dist/presentations.js  0.01 kB │ gzip: 0.03 kB
133
133
  ℹ dist/contracts/run.d.ts 30.81 kB │ gzip: 1.84 kB
134
- ℹ dist/events.d.ts 25.76 kB │ gzip: 1.34 kB
135
- ℹ dist/contracts/agent.d.ts 23.53 kB │ gzip: 1.36 kB
136
- ℹ dist/contracts/tool.d.ts 17.26 kB │ gzip: 1.16 kB
134
+ ℹ dist/events.d.ts 25.75 kB │ gzip: 1.34 kB
135
+ ℹ dist/contracts/agent.d.ts 23.98 kB │ gzip: 1.37 kB
136
+ ℹ dist/contracts/tool.d.ts 16.95 kB │ gzip: 1.15 kB
137
137
  ℹ dist/handlers/mock-data.d.ts 10.44 kB │ gzip: 1.31 kB
138
138
  ℹ dist/index.d.ts  4.76 kB │ gzip: 0.96 kB
139
139
  ℹ dist/handlers/run.handlers.d.ts  3.69 kB │ gzip: 1.01 kB
@@ -152,7 +152,7 @@ $ tsdown
152
152
  ℹ dist/presentations/tool-registry.d.ts  0.42 kB │ gzip: 0.21 kB
153
153
  ℹ dist/presentations/dashboard.d.ts  0.36 kB │ gzip: 0.22 kB
154
154
  ℹ dist/feature.d.ts  0.33 kB │ gzip: 0.22 kB
155
- ℹ 146 files, total: 261.99 kB
155
+ ℹ 146 files, total: 262.12 kB
156
156
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
157
157
  - Module not found, treating it as an external dependency in ../../libs/contracts/dist/presentations.v2.js at 93..103
158
158
   │
@@ -178,13 +178,13 @@ $ tsdown
178
178
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
179
179
  ───╯
180
180
 
181
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../libs/contracts/dist/integrations/runtime.js
182
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/integrations/runtime.js at 28..45
181
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
182
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/telemetry/tracker.js at 27..35
183
183
   │
184
184
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
185
185
 
186
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
187
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/telemetry/tracker.js at 27..35
186
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:perf_hooks' in ../../libs/contracts/dist/integrations/runtime.js
187
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/integrations/runtime.js at 28..45
188
188
   │
189
189
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
190
190
 
@@ -198,5 +198,5 @@ $ tsdown
198
198
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
199
199
  ───╯
200
200
 
201
- ✔ Build complete in 32985ms
201
+ ✔ Build complete in 34417ms
202
202
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @lssm/example.agent-console
2
2
 
3
- ## 0.0.0-canary-20251206181705
3
+ ## 0.0.0-canary-20251207013726
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-20251206181705
10
- - @lssm/lib.schema@0.0.0-canary-20251206181705
11
- - @lssm/lib.jobs@0.0.0-canary-20251206181705
12
- - @lssm/lib.identity-rbac@0.0.0-canary-20251206181705
13
- - @lssm/module.audit-trail@0.0.0-canary-20251206181705
9
+ - @lssm/lib.contracts@0.0.0-canary-20251207013726
10
+ - @lssm/lib.schema@0.0.0-canary-20251207013726
11
+ - @lssm/lib.jobs@0.0.0-canary-20251207013726
12
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251207013726
13
+ - @lssm/module.audit-trail@0.0.0-canary-20251207013726