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

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/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, src/contracts/agent.ts, src/contracts/index.ts, src/contracts/run.ts, src/contracts/tool.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/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
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -131,19 +131,19 @@ $ 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.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 17.11 kB │ gzip: 1.15 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
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
140
140
  ℹ dist/entities/run.d.ts  3.54 kB │ gzip: 0.61 kB
141
141
  ℹ dist/handlers/agent.handlers.d.ts  2.63 kB │ gzip: 0.74 kB
142
142
  ℹ dist/handlers/tool.handlers.d.ts  2.40 kB │ gzip: 0.70 kB
143
- ℹ dist/entities/agent.d.ts  2.22 kB │ gzip: 0.51 kB
143
+ ℹ dist/entities/agent.d.ts  2.25 kB │ gzip: 0.51 kB
144
144
  ℹ dist/handlers/index.d.ts  1.55 kB │ gzip: 0.42 kB
145
- ℹ dist/entities/tool.d.ts  1.47 kB │ gzip: 0.42 kB
146
- ℹ dist/entities/log.d.ts  1.05 kB │ gzip: 0.32 kB
145
+ ℹ dist/entities/tool.d.ts  1.50 kB │ gzip: 0.42 kB
146
+ ℹ dist/entities/log.d.ts  1.08 kB │ gzip: 0.33 kB
147
147
  ℹ dist/presentations/index.d.ts  0.78 kB │ gzip: 0.28 kB
148
148
  ℹ dist/contracts/index.d.ts  0.76 kB │ gzip: 0.24 kB
149
149
  ℹ dist/presentations/run-list.d.ts  0.56 kB │ gzip: 0.24 kB
@@ -152,12 +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: 262.18 kB
156
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
157
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/telemetry/tracker.js at 27..35
158
-  │
159
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
160
-
155
+ ℹ 146 files, total: 261.99 kB
161
156
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
162
157
  - Module not found, treating it as an external dependency in ../../libs/contracts/dist/presentations.v2.js at 93..103
163
158
   │
@@ -188,6 +183,11 @@ $ tsdown
188
183
   │
189
184
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
190
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
188
+  │
189
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
190
+
191
191
  [UNRESOLVED_IMPORT] Warning: Could not resolve '@apollo/subgraph' in ../../libs/contracts/dist/graphql-federation/dist/index.js
192
192
  ╭─[ ../../libs/contracts/dist/graphql-federation/dist/index.js:1:71 ]
193
193
  │
@@ -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 37064ms
201
+ ✔ Build complete in 32985ms
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-20251206160926
3
+ ## 0.0.0-canary-20251206181705
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-20251206160926
10
- - @lssm/lib.schema@0.0.0-canary-20251206160926
11
- - @lssm/lib.jobs@0.0.0-canary-20251206160926
12
- - @lssm/lib.identity-rbac@0.0.0-canary-20251206160926
13
- - @lssm/module.audit-trail@0.0.0-canary-20251206160926
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