@contractspec/example.agent-console 1.61.0 → 2.0.0
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.
- package/.turbo/turbo-build.log +51 -51
- package/CHANGELOG.md +88 -45
- package/dist/agent/agent.entity.d.ts +0 -1
- package/dist/agent/agent.enum.d.ts +0 -1
- package/dist/agent/agent.event.d.ts +4 -5
- package/dist/agent/agent.event.js +2 -2
- package/dist/agent/agent.handler.d.ts +0 -1
- package/dist/agent/agent.operation.d.ts +7 -8
- package/dist/agent/agent.operation.js +3 -3
- package/dist/agent/agent.presentation.d.ts +3 -4
- package/dist/agent/agent.presentation.js +4 -1
- package/dist/agent/agent.schema.d.ts +0 -1
- package/dist/agent/agent.test-spec.d.ts +2 -3
- package/dist/agent/agent.test-spec.js +1 -1
- package/dist/agent/index.d.ts +0 -1
- package/dist/agent/index.js +7 -4
- package/dist/agent.capability.d.ts +1 -2
- package/dist/agent.capability.js +4 -1
- package/dist/agent.feature.d.ts +1 -2
- package/dist/agent.feature.js +1 -1
- package/dist/browser/agent/agent.event.js +2 -2
- package/dist/browser/agent/agent.operation.js +3 -3
- package/dist/browser/agent/agent.presentation.js +4 -1
- package/dist/browser/agent/agent.test-spec.js +1 -1
- package/dist/browser/agent/index.js +7 -4
- package/dist/browser/agent.capability.js +4 -1
- package/dist/browser/agent.feature.js +1 -1
- package/dist/browser/docs/agent-console.docblock.js +1 -1
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +28 -15
- package/dist/browser/presentations/index.js +12 -3
- package/dist/browser/run/index.js +11 -4
- package/dist/browser/run/run.event.js +6 -2
- package/dist/browser/run/run.operation.js +1 -1
- package/dist/browser/run/run.presentation.js +4 -1
- package/dist/browser/run/run.test-spec.js +1 -1
- package/dist/browser/tool/index.js +7 -4
- package/dist/browser/tool/tool.event.js +2 -2
- package/dist/browser/tool/tool.operation.js +1 -1
- package/dist/browser/tool/tool.presentation.js +4 -1
- package/dist/browser/tool/tool.test-spec.js +1 -1
- package/dist/docs/agent-console.docblock.d.ts +0 -1
- package/dist/docs/agent-console.docblock.js +1 -1
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/index.js +1 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/handlers/agent.handlers.d.ts +0 -1
- package/dist/handlers/index.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +28 -15
- package/dist/node/agent/agent.event.js +2 -2
- package/dist/node/agent/agent.operation.js +3 -3
- package/dist/node/agent/agent.presentation.js +4 -1
- package/dist/node/agent/agent.test-spec.js +1 -1
- package/dist/node/agent/index.js +7 -4
- package/dist/node/agent.capability.js +4 -1
- package/dist/node/agent.feature.js +1 -1
- package/dist/node/docs/agent-console.docblock.js +1 -1
- package/dist/node/docs/index.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +28 -15
- package/dist/node/presentations/index.js +12 -3
- package/dist/node/run/index.js +11 -4
- package/dist/node/run/run.event.js +6 -2
- package/dist/node/run/run.operation.js +1 -1
- package/dist/node/run/run.presentation.js +4 -1
- package/dist/node/run/run.test-spec.js +1 -1
- package/dist/node/tool/index.js +7 -4
- package/dist/node/tool/tool.event.js +2 -2
- package/dist/node/tool/tool.operation.js +1 -1
- package/dist/node/tool/tool.presentation.js +4 -1
- package/dist/node/tool/tool.test-spec.js +1 -1
- package/dist/presentations/index.d.ts +0 -1
- package/dist/presentations/index.js +12 -3
- package/dist/run/index.d.ts +0 -1
- package/dist/run/index.js +11 -4
- package/dist/run/run.entity.d.ts +0 -1
- package/dist/run/run.enum.d.ts +0 -1
- package/dist/run/run.event.d.ts +7 -8
- package/dist/run/run.event.js +6 -2
- package/dist/run/run.handler.d.ts +0 -1
- package/dist/run/run.operation.d.ts +7 -8
- package/dist/run/run.operation.js +1 -1
- package/dist/run/run.presentation.d.ts +2 -3
- package/dist/run/run.presentation.js +4 -1
- package/dist/run/run.schema.d.ts +0 -1
- package/dist/run/run.test-spec.d.ts +2 -3
- package/dist/run/run.test-spec.js +1 -1
- package/dist/seeders/index.d.ts +0 -1
- package/dist/shared/index.d.ts +0 -1
- package/dist/shared/mock-agents.d.ts +0 -1
- package/dist/shared/mock-runs.d.ts +0 -1
- package/dist/shared/mock-tools.d.ts +0 -1
- package/dist/shared/overlay-types.d.ts +0 -1
- package/dist/tool/index.d.ts +0 -1
- package/dist/tool/index.js +7 -4
- package/dist/tool/tool.entity.d.ts +0 -1
- package/dist/tool/tool.enum.d.ts +0 -1
- package/dist/tool/tool.event.d.ts +3 -4
- package/dist/tool/tool.event.js +2 -2
- package/dist/tool/tool.handler.d.ts +0 -1
- package/dist/tool/tool.operation.d.ts +5 -6
- package/dist/tool/tool.operation.js +1 -1
- package/dist/tool/tool.presentation.d.ts +2 -3
- package/dist/tool/tool.presentation.js +4 -1
- package/dist/tool/tool.schema.d.ts +0 -1
- package/dist/tool/tool.test-spec.d.ts +2 -3
- package/dist/tool/tool.test-spec.js +1 -1
- package/dist/ui/AgentDashboard.d.ts +0 -1
- package/dist/ui/AgentRunList.d.ts +0 -1
- package/dist/ui/AgentToolRegistry.d.ts +0 -1
- package/dist/ui/hooks/index.d.ts +0 -1
- package/dist/ui/hooks/useAgentList.d.ts +0 -1
- package/dist/ui/hooks/useAgentMutations.d.ts +0 -1
- package/dist/ui/hooks/useRunList.d.ts +0 -1
- package/dist/ui/hooks/useToolList.d.ts +0 -1
- package/dist/ui/index.d.ts +0 -1
- package/dist/ui/modals/AgentActionsModal.d.ts +0 -1
- package/dist/ui/modals/CreateAgentModal.d.ts +0 -1
- package/dist/ui/modals/index.d.ts +0 -1
- package/dist/ui/overlays/demo-overlays.d.ts +0 -1
- package/dist/ui/overlays/index.d.ts +0 -1
- package/dist/ui/renderers/agent-list.markdown.d.ts +1 -7
- package/dist/ui/renderers/agent-list.renderer.d.ts +1 -5
- package/dist/ui/renderers/dashboard.markdown.d.ts +1 -7
- package/dist/ui/renderers/index.d.ts +0 -1
- package/dist/ui/renderers/run-list.markdown.d.ts +1 -7
- package/dist/ui/renderers/tool-registry.markdown.d.ts +1 -7
- package/dist/ui/views/AgentListView.d.ts +0 -1
- package/dist/ui/views/RunListView.d.ts +0 -1
- package/dist/ui/views/ToolRegistryView.d.ts +0 -1
- package/dist/ui/views/index.d.ts +0 -1
- package/package.json +10 -10
- package/src/agent/agent.event.ts +2 -2
- package/src/agent/agent.operation.ts +1 -1
- package/src/agent/agent.presentation.ts +4 -1
- package/src/agent/agent.test-spec.ts +1 -1
- package/src/agent.capability.ts +4 -1
- package/src/agent.feature.ts +2 -2
- package/src/docs/agent-console.docblock.ts +2 -2
- package/src/example.ts +1 -1
- package/src/run/run.event.ts +6 -2
- package/src/run/run.operation.ts +1 -1
- package/src/run/run.presentation.ts +4 -1
- package/src/run/run.test-spec.ts +1 -1
- package/src/tool/tool.event.ts +2 -2
- package/src/tool/tool.operation.ts +1 -1
- package/src/tool/tool.presentation.ts +4 -1
- package/src/tool/tool.test-spec.ts +1 -1
- package/src/ui/renderers/agent-list.markdown.ts +2 -4
- package/src/ui/renderers/agent-list.renderer.tsx +2 -4
- package/src/ui/renderers/dashboard.markdown.ts +2 -4
- package/src/ui/renderers/run-list.markdown.ts +2 -4
- package/src/ui/renderers/tool-registry.markdown.ts +2 -4
- package/dist/agent/agent.entity.d.ts.map +0 -1
- package/dist/agent/agent.enum.d.ts.map +0 -1
- package/dist/agent/agent.event.d.ts.map +0 -1
- package/dist/agent/agent.handler.d.ts.map +0 -1
- package/dist/agent/agent.operation.d.ts.map +0 -1
- package/dist/agent/agent.presentation.d.ts.map +0 -1
- package/dist/agent/agent.schema.d.ts.map +0 -1
- package/dist/agent/agent.test-spec.d.ts.map +0 -1
- package/dist/agent/index.d.ts.map +0 -1
- package/dist/agent.capability.d.ts.map +0 -1
- package/dist/agent.feature.d.ts.map +0 -1
- package/dist/docs/agent-console.docblock.d.ts.map +0 -1
- package/dist/docs/index.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/handlers/agent.handlers.d.ts.map +0 -1
- package/dist/handlers/index.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/presentations/index.d.ts.map +0 -1
- package/dist/run/index.d.ts.map +0 -1
- package/dist/run/run.entity.d.ts.map +0 -1
- package/dist/run/run.enum.d.ts.map +0 -1
- package/dist/run/run.event.d.ts.map +0 -1
- package/dist/run/run.handler.d.ts.map +0 -1
- package/dist/run/run.operation.d.ts.map +0 -1
- package/dist/run/run.presentation.d.ts.map +0 -1
- package/dist/run/run.schema.d.ts.map +0 -1
- package/dist/run/run.test-spec.d.ts.map +0 -1
- package/dist/seeders/index.d.ts.map +0 -1
- package/dist/shared/index.d.ts.map +0 -1
- package/dist/shared/mock-agents.d.ts.map +0 -1
- package/dist/shared/mock-runs.d.ts.map +0 -1
- package/dist/shared/mock-tools.d.ts.map +0 -1
- package/dist/shared/overlay-types.d.ts.map +0 -1
- package/dist/tool/index.d.ts.map +0 -1
- package/dist/tool/tool.entity.d.ts.map +0 -1
- package/dist/tool/tool.enum.d.ts.map +0 -1
- package/dist/tool/tool.event.d.ts.map +0 -1
- package/dist/tool/tool.handler.d.ts.map +0 -1
- package/dist/tool/tool.operation.d.ts.map +0 -1
- package/dist/tool/tool.presentation.d.ts.map +0 -1
- package/dist/tool/tool.schema.d.ts.map +0 -1
- package/dist/tool/tool.test-spec.d.ts.map +0 -1
- package/dist/ui/AgentDashboard.d.ts.map +0 -1
- package/dist/ui/AgentRunList.d.ts.map +0 -1
- package/dist/ui/AgentToolRegistry.d.ts.map +0 -1
- package/dist/ui/hooks/index.d.ts.map +0 -1
- package/dist/ui/hooks/useAgentList.d.ts.map +0 -1
- package/dist/ui/hooks/useAgentMutations.d.ts.map +0 -1
- package/dist/ui/hooks/useRunList.d.ts.map +0 -1
- package/dist/ui/hooks/useToolList.d.ts.map +0 -1
- package/dist/ui/index.d.ts.map +0 -1
- package/dist/ui/modals/AgentActionsModal.d.ts.map +0 -1
- package/dist/ui/modals/CreateAgentModal.d.ts.map +0 -1
- package/dist/ui/modals/index.d.ts.map +0 -1
- package/dist/ui/overlays/demo-overlays.d.ts.map +0 -1
- package/dist/ui/overlays/index.d.ts.map +0 -1
- package/dist/ui/renderers/agent-list.markdown.d.ts.map +0 -1
- package/dist/ui/renderers/agent-list.renderer.d.ts.map +0 -1
- package/dist/ui/renderers/dashboard.markdown.d.ts.map +0 -1
- package/dist/ui/renderers/index.d.ts.map +0 -1
- package/dist/ui/renderers/run-list.markdown.d.ts.map +0 -1
- package/dist/ui/renderers/tool-registry.markdown.d.ts.map +0 -1
- package/dist/ui/views/AgentListView.d.ts.map +0 -1
- package/dist/ui/views/RunListView.d.ts.map +0 -1
- package/dist/ui/views/ToolRegistryView.d.ts.map +0 -1
- package/dist/ui/views/index.d.ts.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,14 +3,14 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=66
|
|
6
|
-
Bundled 66 modules in
|
|
6
|
+
Bundled 66 modules in 114ms
|
|
7
7
|
|
|
8
|
-
./agent.capability.js
|
|
9
|
-
tool/tool.test-spec.js 1.
|
|
8
|
+
./agent.capability.js 442 bytes (entry point)
|
|
9
|
+
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
10
10
|
shared/overlay-types.js 8 bytes (entry point)
|
|
11
|
-
run/run.test-spec.js 1.
|
|
11
|
+
run/run.test-spec.js 1.37 KB (entry point)
|
|
12
12
|
seeders/index.js 0.64 KB (entry point)
|
|
13
|
-
./index.js 200.
|
|
13
|
+
./index.js 200.84 KB (entry point)
|
|
14
14
|
ui/index.js 77.35 KB (entry point)
|
|
15
15
|
ui/views/index.js 22.0 KB (entry point)
|
|
16
16
|
ui/renderers/index.js 14.75 KB (entry point)
|
|
@@ -35,26 +35,26 @@ Bundled 66 modules in 88ms
|
|
|
35
35
|
ui/hooks/useToolList.js 2.52 KB (entry point)
|
|
36
36
|
ui/hooks/useAgentList.js 1.69 KB (entry point)
|
|
37
37
|
ui/hooks/useAgentMutations.js 2.50 KB (entry point)
|
|
38
|
-
tool/index.js 28.
|
|
38
|
+
tool/index.js 28.61 KB (entry point)
|
|
39
39
|
tool/tool.entity.js 2.65 KB (entry point)
|
|
40
|
-
tool/tool.event.js 3.
|
|
40
|
+
tool/tool.event.js 3.25 KB (entry point)
|
|
41
41
|
tool/tool.operation.js 14.62 KB (entry point)
|
|
42
42
|
shared/index.js 9.67 KB (entry point)
|
|
43
|
-
presentations/index.js 25.
|
|
44
|
-
tool/tool.presentation.js 6.
|
|
43
|
+
presentations/index.js 25.20 KB (entry point)
|
|
44
|
+
tool/tool.presentation.js 6.41 KB (entry point)
|
|
45
45
|
tool/tool.schema.js 4.94 KB (entry point)
|
|
46
46
|
tool/tool.enum.js 0.52 KB (entry point)
|
|
47
|
-
run/index.js 43.
|
|
47
|
+
run/index.js 43.50 KB (entry point)
|
|
48
48
|
run/run.presentation.js 8.0 KB (entry point)
|
|
49
49
|
run/run.entity.js 5.11 KB (entry point)
|
|
50
|
-
run/run.event.js 8.
|
|
50
|
+
run/run.event.js 8.26 KB (entry point)
|
|
51
51
|
run/run.operation.js 20.69 KB (entry point)
|
|
52
52
|
run/run.schema.js 6.62 KB (entry point)
|
|
53
53
|
run/run.enum.js 0.60 KB (entry point)
|
|
54
|
-
agent/agent.test-spec.js 1.
|
|
55
|
-
agent/index.js 39.
|
|
56
|
-
docs/index.js 3.
|
|
57
|
-
docs/agent-console.docblock.js 3.
|
|
54
|
+
agent/agent.test-spec.js 1.46 KB (entry point)
|
|
55
|
+
agent/index.js 39.69 KB (entry point)
|
|
56
|
+
docs/index.js 3.74 KB (entry point)
|
|
57
|
+
docs/agent-console.docblock.js 3.74 KB (entry point)
|
|
58
58
|
./example.js 1.25 KB (entry point)
|
|
59
59
|
handlers/index.js 24.39 KB (entry point)
|
|
60
60
|
tool/tool.handler.js 6.38 KB (entry point)
|
|
@@ -66,21 +66,21 @@ Bundled 66 modules in 88ms
|
|
|
66
66
|
agent/agent.handler.js 8.88 KB (entry point)
|
|
67
67
|
shared/mock-tools.js 4.15 KB (entry point)
|
|
68
68
|
shared/mock-agents.js 2.54 KB (entry point)
|
|
69
|
-
agent/agent.operation.js 24.
|
|
69
|
+
agent/agent.operation.js 24.28 KB (entry point)
|
|
70
70
|
agent/agent.event.js 4.1 KB (entry point)
|
|
71
|
-
agent/agent.presentation.js 10.
|
|
71
|
+
agent/agent.presentation.js 10.36 KB (entry point)
|
|
72
72
|
agent/agent.schema.js 8.13 KB (entry point)
|
|
73
73
|
agent/agent.enum.js 467 bytes (entry point)
|
|
74
74
|
|
|
75
75
|
[contractspec-bun-build] transpile target=node root=src entries=66
|
|
76
|
-
Bundled 66 modules in
|
|
76
|
+
Bundled 66 modules in 114ms
|
|
77
77
|
|
|
78
|
-
./agent.capability.js
|
|
79
|
-
tool/tool.test-spec.js 1.
|
|
78
|
+
./agent.capability.js 434 bytes (entry point)
|
|
79
|
+
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
80
80
|
shared/overlay-types.js 0 KB (entry point)
|
|
81
|
-
run/run.test-spec.js 1.
|
|
81
|
+
run/run.test-spec.js 1.36 KB (entry point)
|
|
82
82
|
seeders/index.js 0.63 KB (entry point)
|
|
83
|
-
./index.js 200.
|
|
83
|
+
./index.js 200.78 KB (entry point)
|
|
84
84
|
ui/index.js 77.30 KB (entry point)
|
|
85
85
|
ui/views/index.js 22.00 KB (entry point)
|
|
86
86
|
ui/renderers/index.js 14.73 KB (entry point)
|
|
@@ -105,26 +105,26 @@ Bundled 66 modules in 75ms
|
|
|
105
105
|
ui/hooks/useToolList.js 2.51 KB (entry point)
|
|
106
106
|
ui/hooks/useAgentList.js 1.68 KB (entry point)
|
|
107
107
|
ui/hooks/useAgentMutations.js 2.49 KB (entry point)
|
|
108
|
-
tool/index.js 28.
|
|
108
|
+
tool/index.js 28.60 KB (entry point)
|
|
109
109
|
tool/tool.entity.js 2.64 KB (entry point)
|
|
110
110
|
tool/tool.event.js 3.24 KB (entry point)
|
|
111
|
-
tool/tool.operation.js 14.
|
|
111
|
+
tool/tool.operation.js 14.62 KB (entry point)
|
|
112
112
|
shared/index.js 9.67 KB (entry point)
|
|
113
|
-
presentations/index.js 25.
|
|
114
|
-
tool/tool.presentation.js 6.
|
|
113
|
+
presentations/index.js 25.19 KB (entry point)
|
|
114
|
+
tool/tool.presentation.js 6.40 KB (entry point)
|
|
115
115
|
tool/tool.schema.js 4.93 KB (entry point)
|
|
116
116
|
tool/tool.enum.js 0.51 KB (entry point)
|
|
117
|
-
run/index.js 43.
|
|
117
|
+
run/index.js 43.49 KB (entry point)
|
|
118
118
|
run/run.presentation.js 8.0 KB (entry point)
|
|
119
119
|
run/run.entity.js 5.1 KB (entry point)
|
|
120
|
-
run/run.event.js 8.
|
|
120
|
+
run/run.event.js 8.25 KB (entry point)
|
|
121
121
|
run/run.operation.js 20.68 KB (entry point)
|
|
122
122
|
run/run.schema.js 6.61 KB (entry point)
|
|
123
123
|
run/run.enum.js 0.59 KB (entry point)
|
|
124
|
-
agent/agent.test-spec.js 1.
|
|
125
|
-
agent/index.js 39.
|
|
126
|
-
docs/index.js 3.
|
|
127
|
-
docs/agent-console.docblock.js 3.
|
|
124
|
+
agent/agent.test-spec.js 1.46 KB (entry point)
|
|
125
|
+
agent/index.js 39.68 KB (entry point)
|
|
126
|
+
docs/index.js 3.72 KB (entry point)
|
|
127
|
+
docs/agent-console.docblock.js 3.72 KB (entry point)
|
|
128
128
|
./example.js 1.24 KB (entry point)
|
|
129
129
|
handlers/index.js 24.39 KB (entry point)
|
|
130
130
|
tool/tool.handler.js 6.37 KB (entry point)
|
|
@@ -136,21 +136,21 @@ Bundled 66 modules in 75ms
|
|
|
136
136
|
agent/agent.handler.js 8.88 KB (entry point)
|
|
137
137
|
shared/mock-tools.js 4.14 KB (entry point)
|
|
138
138
|
shared/mock-agents.js 2.54 KB (entry point)
|
|
139
|
-
agent/agent.operation.js 24.
|
|
139
|
+
agent/agent.operation.js 24.28 KB (entry point)
|
|
140
140
|
agent/agent.event.js 4.1 KB (entry point)
|
|
141
|
-
agent/agent.presentation.js 10.
|
|
141
|
+
agent/agent.presentation.js 10.35 KB (entry point)
|
|
142
142
|
agent/agent.schema.js 8.13 KB (entry point)
|
|
143
143
|
agent/agent.enum.js 459 bytes (entry point)
|
|
144
144
|
|
|
145
145
|
[contractspec-bun-build] transpile target=browser root=src entries=66
|
|
146
|
-
Bundled 66 modules in
|
|
146
|
+
Bundled 66 modules in 97ms
|
|
147
147
|
|
|
148
|
-
./agent.capability.js
|
|
149
|
-
tool/tool.test-spec.js 1.
|
|
148
|
+
./agent.capability.js 434 bytes (entry point)
|
|
149
|
+
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
150
150
|
shared/overlay-types.js 0 KB (entry point)
|
|
151
|
-
run/run.test-spec.js 1.
|
|
151
|
+
run/run.test-spec.js 1.36 KB (entry point)
|
|
152
152
|
seeders/index.js 0.63 KB (entry point)
|
|
153
|
-
./index.js 200.
|
|
153
|
+
./index.js 200.78 KB (entry point)
|
|
154
154
|
ui/index.js 77.30 KB (entry point)
|
|
155
155
|
ui/views/index.js 22.00 KB (entry point)
|
|
156
156
|
ui/renderers/index.js 14.73 KB (entry point)
|
|
@@ -175,26 +175,26 @@ Bundled 66 modules in 95ms
|
|
|
175
175
|
ui/hooks/useToolList.js 2.51 KB (entry point)
|
|
176
176
|
ui/hooks/useAgentList.js 1.68 KB (entry point)
|
|
177
177
|
ui/hooks/useAgentMutations.js 2.49 KB (entry point)
|
|
178
|
-
tool/index.js 28.
|
|
178
|
+
tool/index.js 28.60 KB (entry point)
|
|
179
179
|
tool/tool.entity.js 2.64 KB (entry point)
|
|
180
180
|
tool/tool.event.js 3.24 KB (entry point)
|
|
181
|
-
tool/tool.operation.js 14.
|
|
181
|
+
tool/tool.operation.js 14.62 KB (entry point)
|
|
182
182
|
shared/index.js 9.67 KB (entry point)
|
|
183
|
-
presentations/index.js 25.
|
|
184
|
-
tool/tool.presentation.js 6.
|
|
183
|
+
presentations/index.js 25.19 KB (entry point)
|
|
184
|
+
tool/tool.presentation.js 6.40 KB (entry point)
|
|
185
185
|
tool/tool.schema.js 4.93 KB (entry point)
|
|
186
186
|
tool/tool.enum.js 0.51 KB (entry point)
|
|
187
|
-
run/index.js 43.
|
|
187
|
+
run/index.js 43.49 KB (entry point)
|
|
188
188
|
run/run.presentation.js 8.0 KB (entry point)
|
|
189
189
|
run/run.entity.js 5.1 KB (entry point)
|
|
190
|
-
run/run.event.js 8.
|
|
190
|
+
run/run.event.js 8.25 KB (entry point)
|
|
191
191
|
run/run.operation.js 20.68 KB (entry point)
|
|
192
192
|
run/run.schema.js 6.61 KB (entry point)
|
|
193
193
|
run/run.enum.js 0.59 KB (entry point)
|
|
194
|
-
agent/agent.test-spec.js 1.
|
|
195
|
-
agent/index.js 39.
|
|
196
|
-
docs/index.js 3.
|
|
197
|
-
docs/agent-console.docblock.js 3.
|
|
194
|
+
agent/agent.test-spec.js 1.46 KB (entry point)
|
|
195
|
+
agent/index.js 39.68 KB (entry point)
|
|
196
|
+
docs/index.js 3.72 KB (entry point)
|
|
197
|
+
docs/agent-console.docblock.js 3.72 KB (entry point)
|
|
198
198
|
./example.js 1.24 KB (entry point)
|
|
199
199
|
handlers/index.js 24.39 KB (entry point)
|
|
200
200
|
tool/tool.handler.js 6.37 KB (entry point)
|
|
@@ -206,9 +206,9 @@ Bundled 66 modules in 95ms
|
|
|
206
206
|
agent/agent.handler.js 8.88 KB (entry point)
|
|
207
207
|
shared/mock-tools.js 4.14 KB (entry point)
|
|
208
208
|
shared/mock-agents.js 2.54 KB (entry point)
|
|
209
|
-
agent/agent.operation.js 24.
|
|
209
|
+
agent/agent.operation.js 24.28 KB (entry point)
|
|
210
210
|
agent/agent.event.js 4.1 KB (entry point)
|
|
211
|
-
agent/agent.presentation.js 10.
|
|
211
|
+
agent/agent.presentation.js 10.35 KB (entry point)
|
|
212
212
|
agent/agent.schema.js 8.13 KB (entry point)
|
|
213
213
|
agent/agent.enum.js 459 bytes (entry point)
|
|
214
214
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @contractspec/example.agent-console
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- a09bafc: feat: optimize performance
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 7f3203a: fix: make workspace test runs resilient when packages have no tests
|
|
12
|
+
|
|
13
|
+
Updates package test scripts to pass cleanly when no matching test files exist:
|
|
14
|
+
- Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
|
|
15
|
+
- Uses `jest --passWithNoTests` for the UI kit web package.
|
|
16
|
+
- Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
|
|
17
|
+
|
|
18
|
+
This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [a09bafc]
|
|
21
|
+
- Updated dependencies [94f3c24]
|
|
22
|
+
- Updated dependencies [f152678]
|
|
23
|
+
- Updated dependencies [7f3203a]
|
|
24
|
+
- @contractspec/lib.example-shared-ui@2.0.0
|
|
25
|
+
- @contractspec/lib.runtime-sandbox@1.0.0
|
|
26
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
27
|
+
- @contractspec/lib.design-system@2.0.0
|
|
28
|
+
- @contractspec/lib.schema@2.0.0
|
|
29
|
+
|
|
30
|
+
## 1.62.0
|
|
31
|
+
|
|
32
|
+
### Minor Changes
|
|
33
|
+
|
|
34
|
+
- 064258d: feat: upgrade all dependencies
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [064258d]
|
|
39
|
+
- Updated dependencies [064258d]
|
|
40
|
+
- @contractspec/lib.example-shared-ui@1.16.0
|
|
41
|
+
- @contractspec/lib.runtime-sandbox@0.17.0
|
|
42
|
+
- @contractspec/lib.design-system@1.62.0
|
|
43
|
+
- @contractspec/lib.contracts@1.62.0
|
|
44
|
+
- @contractspec/lib.schema@1.62.0
|
|
45
|
+
|
|
3
46
|
## 1.61.0
|
|
4
47
|
|
|
5
48
|
### Minor Changes
|
|
@@ -12,7 +55,7 @@
|
|
|
12
55
|
- @contractspec/lib.example-shared-ui@1.15.0
|
|
13
56
|
- @contractspec/lib.runtime-sandbox@0.16.0
|
|
14
57
|
- @contractspec/lib.design-system@1.61.0
|
|
15
|
-
- @contractspec/lib.contracts@1.61.0
|
|
58
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
16
59
|
- @contractspec/lib.schema@1.61.0
|
|
17
60
|
|
|
18
61
|
## 1.60.0
|
|
@@ -27,7 +70,7 @@
|
|
|
27
70
|
- @contractspec/lib.example-shared-ui@1.14.0
|
|
28
71
|
- @contractspec/lib.runtime-sandbox@0.15.0
|
|
29
72
|
- @contractspec/lib.design-system@1.60.0
|
|
30
|
-
- @contractspec/lib.contracts@1.60.0
|
|
73
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
31
74
|
- @contractspec/lib.schema@1.60.0
|
|
32
75
|
|
|
33
76
|
## 1.59.0
|
|
@@ -42,7 +85,7 @@
|
|
|
42
85
|
- @contractspec/lib.example-shared-ui@1.13.0
|
|
43
86
|
- @contractspec/lib.runtime-sandbox@0.14.0
|
|
44
87
|
- @contractspec/lib.design-system@1.59.0
|
|
45
|
-
- @contractspec/lib.contracts@1.59.0
|
|
88
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
46
89
|
- @contractspec/lib.schema@1.59.0
|
|
47
90
|
|
|
48
91
|
## 1.58.0
|
|
@@ -58,7 +101,7 @@
|
|
|
58
101
|
- @contractspec/lib.example-shared-ui@1.12.0
|
|
59
102
|
- @contractspec/lib.runtime-sandbox@0.13.0
|
|
60
103
|
- @contractspec/lib.design-system@1.58.0
|
|
61
|
-
- @contractspec/lib.contracts@1.58.0
|
|
104
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
62
105
|
- @contractspec/lib.schema@1.58.0
|
|
63
106
|
|
|
64
107
|
## 1.57.0
|
|
@@ -75,7 +118,7 @@
|
|
|
75
118
|
- Updated dependencies [4651e06]
|
|
76
119
|
- Updated dependencies [ad9d10a]
|
|
77
120
|
- Updated dependencies [11a5a05]
|
|
78
|
-
- @contractspec/lib.contracts@1.57.0
|
|
121
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
79
122
|
- @contractspec/lib.example-shared-ui@1.11.0
|
|
80
123
|
- @contractspec/lib.runtime-sandbox@0.12.0
|
|
81
124
|
- @contractspec/lib.design-system@1.57.0
|
|
@@ -90,7 +133,7 @@
|
|
|
90
133
|
- @contractspec/lib.example-shared-ui@1.10.1
|
|
91
134
|
- @contractspec/lib.runtime-sandbox@0.11.1
|
|
92
135
|
- @contractspec/lib.design-system@1.56.1
|
|
93
|
-
- @contractspec/lib.contracts@1.56.1
|
|
136
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
94
137
|
- @contractspec/lib.schema@1.56.1
|
|
95
138
|
|
|
96
139
|
## 1.56.0
|
|
@@ -105,7 +148,7 @@
|
|
|
105
148
|
- @contractspec/lib.example-shared-ui@1.10.0
|
|
106
149
|
- @contractspec/lib.runtime-sandbox@0.11.0
|
|
107
150
|
- @contractspec/lib.design-system@1.56.0
|
|
108
|
-
- @contractspec/lib.contracts@1.56.0
|
|
151
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
109
152
|
- @contractspec/lib.schema@1.56.0
|
|
110
153
|
|
|
111
154
|
## 1.55.0
|
|
@@ -120,7 +163,7 @@
|
|
|
120
163
|
- @contractspec/lib.example-shared-ui@1.9.0
|
|
121
164
|
- @contractspec/lib.runtime-sandbox@0.10.0
|
|
122
165
|
- @contractspec/lib.design-system@1.55.0
|
|
123
|
-
- @contractspec/lib.contracts@1.55.0
|
|
166
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
124
167
|
- @contractspec/lib.schema@1.55.0
|
|
125
168
|
|
|
126
169
|
## 1.54.0
|
|
@@ -134,7 +177,7 @@
|
|
|
134
177
|
- Updated dependencies [ec5e95c]
|
|
135
178
|
- @contractspec/lib.example-shared-ui@1.8.0
|
|
136
179
|
- @contractspec/lib.design-system@1.54.0
|
|
137
|
-
- @contractspec/lib.contracts@1.54.0
|
|
180
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
138
181
|
- @contractspec/lib.runtime-sandbox@0.9.0
|
|
139
182
|
- @contractspec/lib.schema@1.54.0
|
|
140
183
|
|
|
@@ -151,7 +194,7 @@
|
|
|
151
194
|
- Updated dependencies [f4180d4]
|
|
152
195
|
- Updated dependencies [64d84e1]
|
|
153
196
|
- @contractspec/lib.design-system@1.53.0
|
|
154
|
-
- @contractspec/lib.contracts@1.53.0
|
|
197
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
155
198
|
- @contractspec/lib.schema@1.53.0
|
|
156
199
|
- @contractspec/lib.example-shared-ui@1.7.0
|
|
157
200
|
- @contractspec/lib.runtime-sandbox@0.8.0
|
|
@@ -168,7 +211,7 @@
|
|
|
168
211
|
- @contractspec/lib.example-shared-ui@1.6.0
|
|
169
212
|
- @contractspec/lib.runtime-sandbox@0.7.0
|
|
170
213
|
- @contractspec/lib.design-system@1.52.0
|
|
171
|
-
- @contractspec/lib.contracts@1.52.0
|
|
214
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
172
215
|
- @contractspec/lib.schema@1.52.0
|
|
173
216
|
|
|
174
217
|
## 1.51.0
|
|
@@ -182,7 +225,7 @@
|
|
|
182
225
|
- Updated dependencies [23e46e9]
|
|
183
226
|
- Updated dependencies [ad1f852]
|
|
184
227
|
- Updated dependencies [e6faefb]
|
|
185
|
-
- @contractspec/lib.contracts@1.51.0
|
|
228
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
186
229
|
- @contractspec/lib.example-shared-ui@1.5.0
|
|
187
230
|
- @contractspec/lib.runtime-sandbox@0.6.0
|
|
188
231
|
- @contractspec/lib.design-system@1.51.0
|
|
@@ -197,7 +240,7 @@
|
|
|
197
240
|
### Patch Changes
|
|
198
241
|
|
|
199
242
|
- Updated dependencies [5325d6b]
|
|
200
|
-
- @contractspec/lib.contracts@1.50.0
|
|
243
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
201
244
|
- @contractspec/lib.design-system@1.50.0
|
|
202
245
|
- @contractspec/lib.example-shared-ui@1.4.0
|
|
203
246
|
- @contractspec/lib.runtime-sandbox@0.5.0
|
|
@@ -215,7 +258,7 @@
|
|
|
215
258
|
- @contractspec/lib.example-shared-ui@1.3.0
|
|
216
259
|
- @contractspec/lib.runtime-sandbox@0.4.0
|
|
217
260
|
- @contractspec/lib.design-system@1.49.0
|
|
218
|
-
- @contractspec/lib.contracts@1.49.0
|
|
261
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
219
262
|
- @contractspec/lib.schema@1.49.0
|
|
220
263
|
|
|
221
264
|
## 1.48.1
|
|
@@ -225,7 +268,7 @@
|
|
|
225
268
|
- Updated dependencies [c560ee7]
|
|
226
269
|
- Updated dependencies [1536bf3]
|
|
227
270
|
- @contractspec/lib.design-system@1.48.1
|
|
228
|
-
- @contractspec/lib.contracts@1.48.1
|
|
271
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
229
272
|
- @contractspec/lib.example-shared-ui@1.2.1
|
|
230
273
|
|
|
231
274
|
## 1.48.0
|
|
@@ -240,7 +283,7 @@
|
|
|
240
283
|
- @contractspec/lib.example-shared-ui@1.2.0
|
|
241
284
|
- @contractspec/lib.runtime-sandbox@0.3.0
|
|
242
285
|
- @contractspec/lib.design-system@1.48.0
|
|
243
|
-
- @contractspec/lib.contracts@1.48.0
|
|
286
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
244
287
|
- @contractspec/lib.schema@1.48.0
|
|
245
288
|
|
|
246
289
|
## 1.47.0
|
|
@@ -265,7 +308,7 @@
|
|
|
265
308
|
- @contractspec/lib.example-shared-ui@1.1.0
|
|
266
309
|
- @contractspec/lib.runtime-sandbox@0.2.0
|
|
267
310
|
- @contractspec/lib.design-system@1.47.0
|
|
268
|
-
- @contractspec/lib.contracts@1.47.0
|
|
311
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
269
312
|
- @contractspec/lib.schema@1.47.0
|
|
270
313
|
|
|
271
314
|
## 1.46.2
|
|
@@ -277,7 +320,7 @@
|
|
|
277
320
|
- @contractspec/lib.example-shared-ui@1.0.1
|
|
278
321
|
- @contractspec/lib.runtime-sandbox@0.1.1
|
|
279
322
|
- @contractspec/lib.design-system@1.46.2
|
|
280
|
-
- @contractspec/lib.contracts@1.46.2
|
|
323
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
281
324
|
- @contractspec/lib.schema@1.46.2
|
|
282
325
|
|
|
283
326
|
## 1.46.1
|
|
@@ -286,7 +329,7 @@
|
|
|
286
329
|
|
|
287
330
|
- 2d8a72b: fix: mcp for presentation
|
|
288
331
|
- Updated dependencies [2d8a72b]
|
|
289
|
-
- @contractspec/lib.contracts@1.46.1
|
|
332
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
290
333
|
- @contractspec/lib.schema@1.46.1
|
|
291
334
|
|
|
292
335
|
## 1.46.0
|
|
@@ -298,7 +341,7 @@
|
|
|
298
341
|
### Patch Changes
|
|
299
342
|
|
|
300
343
|
- Updated dependencies [07cb19b]
|
|
301
|
-
- @contractspec/lib.contracts@1.46.0
|
|
344
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
302
345
|
- @contractspec/lib.schema@1.46.0
|
|
303
346
|
|
|
304
347
|
## 1.45.6
|
|
@@ -307,7 +350,7 @@
|
|
|
307
350
|
|
|
308
351
|
- a913074: feat: improve ai agents rules management"
|
|
309
352
|
- Updated dependencies [a913074]
|
|
310
|
-
- @contractspec/lib.contracts@1.45.6
|
|
353
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
311
354
|
- @contractspec/lib.schema@1.45.6
|
|
312
355
|
|
|
313
356
|
## 1.45.5
|
|
@@ -316,7 +359,7 @@
|
|
|
316
359
|
|
|
317
360
|
- 9ddd7fa: feat: improve versioning
|
|
318
361
|
- Updated dependencies [9ddd7fa]
|
|
319
|
-
- @contractspec/lib.contracts@1.45.5
|
|
362
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
320
363
|
- @contractspec/lib.schema@1.45.5
|
|
321
364
|
|
|
322
365
|
## 1.45.4
|
|
@@ -325,7 +368,7 @@
|
|
|
325
368
|
|
|
326
369
|
- fix: github action
|
|
327
370
|
- Updated dependencies
|
|
328
|
-
- @contractspec/lib.contracts@1.45.4
|
|
371
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
329
372
|
- @contractspec/lib.schema@1.45.4
|
|
330
373
|
|
|
331
374
|
## 1.45.3
|
|
@@ -334,7 +377,7 @@
|
|
|
334
377
|
|
|
335
378
|
- e74ea9e: feat: version management
|
|
336
379
|
- Updated dependencies [e74ea9e]
|
|
337
|
-
- @contractspec/lib.contracts@1.45.3
|
|
380
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
338
381
|
- @contractspec/lib.schema@1.45.3
|
|
339
382
|
|
|
340
383
|
## 1.45.2
|
|
@@ -343,7 +386,7 @@
|
|
|
343
386
|
|
|
344
387
|
- 39ca241: code cleaning
|
|
345
388
|
- Updated dependencies [39ca241]
|
|
346
|
-
- @contractspec/lib.contracts@1.45.2
|
|
389
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
347
390
|
- @contractspec/lib.schema@1.45.2
|
|
348
391
|
|
|
349
392
|
## 1.45.1
|
|
@@ -354,7 +397,7 @@
|
|
|
354
397
|
- Updated dependencies
|
|
355
398
|
- @contractspec/module.audit-trail@1.45.1
|
|
356
399
|
- @contractspec/lib.identity-rbac@1.45.1
|
|
357
|
-
- @contractspec/lib.contracts@1.45.1
|
|
400
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
358
401
|
- @contractspec/lib.schema@1.45.1
|
|
359
402
|
- @contractspec/lib.jobs@1.45.1
|
|
360
403
|
|
|
@@ -383,7 +426,7 @@
|
|
|
383
426
|
- Updated dependencies [e73ca1d]
|
|
384
427
|
- @contractspec/module.audit-trail@1.45.0
|
|
385
428
|
- @contractspec/lib.identity-rbac@1.45.0
|
|
386
|
-
- @contractspec/lib.contracts@1.45.0
|
|
429
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
387
430
|
- @contractspec/lib.schema@1.45.0
|
|
388
431
|
- @contractspec/lib.jobs@1.45.0
|
|
389
432
|
|
|
@@ -395,7 +438,7 @@
|
|
|
395
438
|
- Updated dependencies [3c594fb]
|
|
396
439
|
- @contractspec/module.audit-trail@1.44.1
|
|
397
440
|
- @contractspec/lib.identity-rbac@1.44.1
|
|
398
|
-
- @contractspec/lib.contracts@1.44.1
|
|
441
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
399
442
|
- @contractspec/lib.schema@1.44.1
|
|
400
443
|
- @contractspec/lib.jobs@1.44.1
|
|
401
444
|
|
|
@@ -410,7 +453,7 @@
|
|
|
410
453
|
- Updated dependencies [5f3a868]
|
|
411
454
|
- @contractspec/module.audit-trail@1.44.0
|
|
412
455
|
- @contractspec/lib.identity-rbac@1.44.0
|
|
413
|
-
- @contractspec/lib.contracts@1.44.0
|
|
456
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
414
457
|
- @contractspec/lib.schema@1.44.0
|
|
415
458
|
- @contractspec/lib.jobs@1.44.0
|
|
416
459
|
|
|
@@ -422,7 +465,7 @@
|
|
|
422
465
|
- Updated dependencies [9216062]
|
|
423
466
|
- @contractspec/module.audit-trail@1.43.4
|
|
424
467
|
- @contractspec/lib.identity-rbac@1.43.4
|
|
425
|
-
- @contractspec/lib.contracts@1.43.4
|
|
468
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
426
469
|
- @contractspec/lib.schema@1.43.3
|
|
427
470
|
- @contractspec/lib.jobs@1.43.4
|
|
428
471
|
|
|
@@ -434,7 +477,7 @@
|
|
|
434
477
|
- Updated dependencies [24d9759]
|
|
435
478
|
- @contractspec/module.audit-trail@1.43.3
|
|
436
479
|
- @contractspec/lib.identity-rbac@1.43.3
|
|
437
|
-
- @contractspec/lib.contracts@1.43.3
|
|
480
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
438
481
|
- @contractspec/lib.schema@1.43.2
|
|
439
482
|
- @contractspec/lib.jobs@1.43.3
|
|
440
483
|
|
|
@@ -446,7 +489,7 @@
|
|
|
446
489
|
- Updated dependencies [e147271]
|
|
447
490
|
- @contractspec/module.audit-trail@1.43.2
|
|
448
491
|
- @contractspec/lib.identity-rbac@1.43.2
|
|
449
|
-
- @contractspec/lib.contracts@1.43.2
|
|
492
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
450
493
|
- @contractspec/lib.jobs@1.43.2
|
|
451
494
|
- @contractspec/lib.schema@1.43.1
|
|
452
495
|
|
|
@@ -455,7 +498,7 @@
|
|
|
455
498
|
### Patch Changes
|
|
456
499
|
|
|
457
500
|
- Updated dependencies [f28fdad]
|
|
458
|
-
- @contractspec/lib.contracts@1.43.1
|
|
501
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
459
502
|
- @contractspec/lib.identity-rbac@1.43.1
|
|
460
503
|
- @contractspec/lib.jobs@1.43.1
|
|
461
504
|
- @contractspec/module.audit-trail@1.43.1
|
|
@@ -471,7 +514,7 @@
|
|
|
471
514
|
- Updated dependencies [042d072]
|
|
472
515
|
- @contractspec/module.audit-trail@1.43.0
|
|
473
516
|
- @contractspec/lib.identity-rbac@1.43.0
|
|
474
|
-
- @contractspec/lib.contracts@1.43.0
|
|
517
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
475
518
|
- @contractspec/lib.schema@1.43.0
|
|
476
519
|
- @contractspec/lib.jobs@1.43.0
|
|
477
520
|
|
|
@@ -483,7 +526,7 @@
|
|
|
483
526
|
- Updated dependencies [1e6a0f1]
|
|
484
527
|
- @contractspec/module.audit-trail@1.42.10
|
|
485
528
|
- @contractspec/lib.identity-rbac@1.42.10
|
|
486
|
-
- @contractspec/lib.contracts@1.42.10
|
|
529
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
487
530
|
- @contractspec/lib.schema@1.42.10
|
|
488
531
|
- @contractspec/lib.jobs@1.42.10
|
|
489
532
|
|
|
@@ -495,7 +538,7 @@
|
|
|
495
538
|
- Updated dependencies [9281db7]
|
|
496
539
|
- @contractspec/module.audit-trail@1.42.9
|
|
497
540
|
- @contractspec/lib.identity-rbac@1.42.9
|
|
498
|
-
- @contractspec/lib.contracts@1.42.9
|
|
541
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
499
542
|
- @contractspec/lib.schema@1.42.9
|
|
500
543
|
- @contractspec/lib.jobs@1.42.9
|
|
501
544
|
|
|
@@ -507,7 +550,7 @@
|
|
|
507
550
|
- Updated dependencies [e07b5ac]
|
|
508
551
|
- @contractspec/module.audit-trail@1.42.8
|
|
509
552
|
- @contractspec/lib.identity-rbac@1.42.8
|
|
510
|
-
- @contractspec/lib.contracts@1.42.8
|
|
553
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
511
554
|
- @contractspec/lib.schema@1.42.8
|
|
512
555
|
- @contractspec/lib.jobs@1.42.8
|
|
513
556
|
|
|
@@ -519,7 +562,7 @@
|
|
|
519
562
|
- Updated dependencies [e9b575d]
|
|
520
563
|
- @contractspec/module.audit-trail@1.42.7
|
|
521
564
|
- @contractspec/lib.identity-rbac@1.42.7
|
|
522
|
-
- @contractspec/lib.contracts@1.42.7
|
|
565
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
523
566
|
- @contractspec/lib.schema@1.42.7
|
|
524
567
|
- @contractspec/lib.jobs@1.42.7
|
|
525
568
|
|
|
@@ -531,7 +574,7 @@
|
|
|
531
574
|
- Updated dependencies [1500242]
|
|
532
575
|
- @contractspec/module.audit-trail@1.42.6
|
|
533
576
|
- @contractspec/lib.identity-rbac@1.42.6
|
|
534
|
-
- @contractspec/lib.contracts@1.42.6
|
|
577
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
535
578
|
- @contractspec/lib.schema@1.42.6
|
|
536
579
|
- @contractspec/lib.jobs@1.42.6
|
|
537
580
|
|
|
@@ -543,7 +586,7 @@
|
|
|
543
586
|
- Updated dependencies [1299719]
|
|
544
587
|
- @contractspec/module.audit-trail@1.42.5
|
|
545
588
|
- @contractspec/lib.identity-rbac@1.42.5
|
|
546
|
-
- @contractspec/lib.contracts@1.42.5
|
|
589
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
547
590
|
- @contractspec/lib.schema@1.42.5
|
|
548
591
|
- @contractspec/lib.jobs@1.42.5
|
|
549
592
|
|
|
@@ -555,7 +598,7 @@
|
|
|
555
598
|
- Updated dependencies [ac28b99]
|
|
556
599
|
- @contractspec/module.audit-trail@1.42.4
|
|
557
600
|
- @contractspec/lib.identity-rbac@1.42.4
|
|
558
|
-
- @contractspec/lib.contracts@1.42.4
|
|
601
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
559
602
|
- @contractspec/lib.schema@1.42.4
|
|
560
603
|
- @contractspec/lib.jobs@1.42.4
|
|
561
604
|
|
|
@@ -565,7 +608,7 @@
|
|
|
565
608
|
|
|
566
609
|
- 3f5d015: fix(tooling): cicd
|
|
567
610
|
- Updated dependencies [3f5d015]
|
|
568
|
-
- @contractspec/lib.contracts@1.42.3
|
|
611
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
569
612
|
- @contractspec/lib.identity-rbac@1.42.3
|
|
570
613
|
- @contractspec/lib.jobs@1.42.3
|
|
571
614
|
- @contractspec/lib.schema@1.42.3
|
|
@@ -577,7 +620,7 @@
|
|
|
577
620
|
|
|
578
621
|
- 1f9ac4c: fix
|
|
579
622
|
- Updated dependencies [1f9ac4c]
|
|
580
|
-
- @contractspec/lib.contracts@1.42.2
|
|
623
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
581
624
|
- @contractspec/lib.identity-rbac@1.42.2
|
|
582
625
|
- @contractspec/lib.jobs@1.42.2
|
|
583
626
|
- @contractspec/lib.schema@1.42.2
|
|
@@ -591,7 +634,7 @@
|
|
|
591
634
|
- Updated dependencies [f043995]
|
|
592
635
|
- @contractspec/module.audit-trail@1.42.1
|
|
593
636
|
- @contractspec/lib.identity-rbac@1.42.1
|
|
594
|
-
- @contractspec/lib.contracts@1.42.1
|
|
637
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
595
638
|
- @contractspec/lib.schema@1.42.1
|
|
596
639
|
- @contractspec/lib.jobs@1.42.1
|
|
597
640
|
|
|
@@ -604,7 +647,7 @@
|
|
|
604
647
|
### Patch Changes
|
|
605
648
|
|
|
606
649
|
- Updated dependencies [8eefd9c]
|
|
607
|
-
- @contractspec/lib.contracts@1.42.0
|
|
650
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
608
651
|
- @contractspec/lib.identity-rbac@1.42.0
|
|
609
652
|
- @contractspec/lib.jobs@1.42.0
|
|
610
653
|
- @contractspec/lib.schema@1.42.0
|