@contractspec/example.agent-console 1.62.0 → 2.1.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 +89 -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 +9 -9
- 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 83ms
|
|
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 60ms
|
|
|
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 60ms
|
|
|
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 73ms
|
|
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 107ms
|
|
|
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 107ms
|
|
|
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 94ms
|
|
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 69ms
|
|
|
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 69ms
|
|
|
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,49 @@
|
|
|
1
1
|
# @contractspec/example.agent-console
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 362fbac: feat: improve video
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [b4bfbc5]
|
|
12
|
+
- Updated dependencies [362fbac]
|
|
13
|
+
- Updated dependencies [659d15f]
|
|
14
|
+
- @contractspec/lib.contracts-spec@2.1.0
|
|
15
|
+
- @contractspec/lib.example-shared-ui@2.1.0
|
|
16
|
+
- @contractspec/lib.runtime-sandbox@1.1.0
|
|
17
|
+
- @contractspec/lib.design-system@2.1.0
|
|
18
|
+
- @contractspec/lib.schema@2.1.0
|
|
19
|
+
|
|
20
|
+
## 2.0.0
|
|
21
|
+
|
|
22
|
+
### Major Changes
|
|
23
|
+
|
|
24
|
+
- a09bafc: feat: optimize performance
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 7f3203a: fix: make workspace test runs resilient when packages have no tests
|
|
29
|
+
|
|
30
|
+
Updates package test scripts to pass cleanly when no matching test files exist:
|
|
31
|
+
- Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
|
|
32
|
+
- Uses `jest --passWithNoTests` for the UI kit web package.
|
|
33
|
+
- Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
|
|
34
|
+
|
|
35
|
+
This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [a09bafc]
|
|
38
|
+
- Updated dependencies [94f3c24]
|
|
39
|
+
- Updated dependencies [f152678]
|
|
40
|
+
- Updated dependencies [7f3203a]
|
|
41
|
+
- @contractspec/lib.example-shared-ui@2.0.0
|
|
42
|
+
- @contractspec/lib.runtime-sandbox@1.0.0
|
|
43
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
44
|
+
- @contractspec/lib.design-system@2.0.0
|
|
45
|
+
- @contractspec/lib.schema@2.0.0
|
|
46
|
+
|
|
3
47
|
## 1.62.0
|
|
4
48
|
|
|
5
49
|
### Minor Changes
|
|
@@ -28,7 +72,7 @@
|
|
|
28
72
|
- @contractspec/lib.example-shared-ui@1.15.0
|
|
29
73
|
- @contractspec/lib.runtime-sandbox@0.16.0
|
|
30
74
|
- @contractspec/lib.design-system@1.61.0
|
|
31
|
-
- @contractspec/lib.contracts@1.61.0
|
|
75
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
32
76
|
- @contractspec/lib.schema@1.61.0
|
|
33
77
|
|
|
34
78
|
## 1.60.0
|
|
@@ -43,7 +87,7 @@
|
|
|
43
87
|
- @contractspec/lib.example-shared-ui@1.14.0
|
|
44
88
|
- @contractspec/lib.runtime-sandbox@0.15.0
|
|
45
89
|
- @contractspec/lib.design-system@1.60.0
|
|
46
|
-
- @contractspec/lib.contracts@1.60.0
|
|
90
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
47
91
|
- @contractspec/lib.schema@1.60.0
|
|
48
92
|
|
|
49
93
|
## 1.59.0
|
|
@@ -58,7 +102,7 @@
|
|
|
58
102
|
- @contractspec/lib.example-shared-ui@1.13.0
|
|
59
103
|
- @contractspec/lib.runtime-sandbox@0.14.0
|
|
60
104
|
- @contractspec/lib.design-system@1.59.0
|
|
61
|
-
- @contractspec/lib.contracts@1.59.0
|
|
105
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
62
106
|
- @contractspec/lib.schema@1.59.0
|
|
63
107
|
|
|
64
108
|
## 1.58.0
|
|
@@ -74,7 +118,7 @@
|
|
|
74
118
|
- @contractspec/lib.example-shared-ui@1.12.0
|
|
75
119
|
- @contractspec/lib.runtime-sandbox@0.13.0
|
|
76
120
|
- @contractspec/lib.design-system@1.58.0
|
|
77
|
-
- @contractspec/lib.contracts@1.58.0
|
|
121
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
78
122
|
- @contractspec/lib.schema@1.58.0
|
|
79
123
|
|
|
80
124
|
## 1.57.0
|
|
@@ -91,7 +135,7 @@
|
|
|
91
135
|
- Updated dependencies [4651e06]
|
|
92
136
|
- Updated dependencies [ad9d10a]
|
|
93
137
|
- Updated dependencies [11a5a05]
|
|
94
|
-
- @contractspec/lib.contracts@1.57.0
|
|
138
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
95
139
|
- @contractspec/lib.example-shared-ui@1.11.0
|
|
96
140
|
- @contractspec/lib.runtime-sandbox@0.12.0
|
|
97
141
|
- @contractspec/lib.design-system@1.57.0
|
|
@@ -106,7 +150,7 @@
|
|
|
106
150
|
- @contractspec/lib.example-shared-ui@1.10.1
|
|
107
151
|
- @contractspec/lib.runtime-sandbox@0.11.1
|
|
108
152
|
- @contractspec/lib.design-system@1.56.1
|
|
109
|
-
- @contractspec/lib.contracts@1.56.1
|
|
153
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
110
154
|
- @contractspec/lib.schema@1.56.1
|
|
111
155
|
|
|
112
156
|
## 1.56.0
|
|
@@ -121,7 +165,7 @@
|
|
|
121
165
|
- @contractspec/lib.example-shared-ui@1.10.0
|
|
122
166
|
- @contractspec/lib.runtime-sandbox@0.11.0
|
|
123
167
|
- @contractspec/lib.design-system@1.56.0
|
|
124
|
-
- @contractspec/lib.contracts@1.56.0
|
|
168
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
125
169
|
- @contractspec/lib.schema@1.56.0
|
|
126
170
|
|
|
127
171
|
## 1.55.0
|
|
@@ -136,7 +180,7 @@
|
|
|
136
180
|
- @contractspec/lib.example-shared-ui@1.9.0
|
|
137
181
|
- @contractspec/lib.runtime-sandbox@0.10.0
|
|
138
182
|
- @contractspec/lib.design-system@1.55.0
|
|
139
|
-
- @contractspec/lib.contracts@1.55.0
|
|
183
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
140
184
|
- @contractspec/lib.schema@1.55.0
|
|
141
185
|
|
|
142
186
|
## 1.54.0
|
|
@@ -150,7 +194,7 @@
|
|
|
150
194
|
- Updated dependencies [ec5e95c]
|
|
151
195
|
- @contractspec/lib.example-shared-ui@1.8.0
|
|
152
196
|
- @contractspec/lib.design-system@1.54.0
|
|
153
|
-
- @contractspec/lib.contracts@1.54.0
|
|
197
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
154
198
|
- @contractspec/lib.runtime-sandbox@0.9.0
|
|
155
199
|
- @contractspec/lib.schema@1.54.0
|
|
156
200
|
|
|
@@ -167,7 +211,7 @@
|
|
|
167
211
|
- Updated dependencies [f4180d4]
|
|
168
212
|
- Updated dependencies [64d84e1]
|
|
169
213
|
- @contractspec/lib.design-system@1.53.0
|
|
170
|
-
- @contractspec/lib.contracts@1.53.0
|
|
214
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
171
215
|
- @contractspec/lib.schema@1.53.0
|
|
172
216
|
- @contractspec/lib.example-shared-ui@1.7.0
|
|
173
217
|
- @contractspec/lib.runtime-sandbox@0.8.0
|
|
@@ -184,7 +228,7 @@
|
|
|
184
228
|
- @contractspec/lib.example-shared-ui@1.6.0
|
|
185
229
|
- @contractspec/lib.runtime-sandbox@0.7.0
|
|
186
230
|
- @contractspec/lib.design-system@1.52.0
|
|
187
|
-
- @contractspec/lib.contracts@1.52.0
|
|
231
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
188
232
|
- @contractspec/lib.schema@1.52.0
|
|
189
233
|
|
|
190
234
|
## 1.51.0
|
|
@@ -198,7 +242,7 @@
|
|
|
198
242
|
- Updated dependencies [23e46e9]
|
|
199
243
|
- Updated dependencies [ad1f852]
|
|
200
244
|
- Updated dependencies [e6faefb]
|
|
201
|
-
- @contractspec/lib.contracts@1.51.0
|
|
245
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
202
246
|
- @contractspec/lib.example-shared-ui@1.5.0
|
|
203
247
|
- @contractspec/lib.runtime-sandbox@0.6.0
|
|
204
248
|
- @contractspec/lib.design-system@1.51.0
|
|
@@ -213,7 +257,7 @@
|
|
|
213
257
|
### Patch Changes
|
|
214
258
|
|
|
215
259
|
- Updated dependencies [5325d6b]
|
|
216
|
-
- @contractspec/lib.contracts@1.50.0
|
|
260
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
217
261
|
- @contractspec/lib.design-system@1.50.0
|
|
218
262
|
- @contractspec/lib.example-shared-ui@1.4.0
|
|
219
263
|
- @contractspec/lib.runtime-sandbox@0.5.0
|
|
@@ -231,7 +275,7 @@
|
|
|
231
275
|
- @contractspec/lib.example-shared-ui@1.3.0
|
|
232
276
|
- @contractspec/lib.runtime-sandbox@0.4.0
|
|
233
277
|
- @contractspec/lib.design-system@1.49.0
|
|
234
|
-
- @contractspec/lib.contracts@1.49.0
|
|
278
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
235
279
|
- @contractspec/lib.schema@1.49.0
|
|
236
280
|
|
|
237
281
|
## 1.48.1
|
|
@@ -241,7 +285,7 @@
|
|
|
241
285
|
- Updated dependencies [c560ee7]
|
|
242
286
|
- Updated dependencies [1536bf3]
|
|
243
287
|
- @contractspec/lib.design-system@1.48.1
|
|
244
|
-
- @contractspec/lib.contracts@1.48.1
|
|
288
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
245
289
|
- @contractspec/lib.example-shared-ui@1.2.1
|
|
246
290
|
|
|
247
291
|
## 1.48.0
|
|
@@ -256,7 +300,7 @@
|
|
|
256
300
|
- @contractspec/lib.example-shared-ui@1.2.0
|
|
257
301
|
- @contractspec/lib.runtime-sandbox@0.3.0
|
|
258
302
|
- @contractspec/lib.design-system@1.48.0
|
|
259
|
-
- @contractspec/lib.contracts@1.48.0
|
|
303
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
260
304
|
- @contractspec/lib.schema@1.48.0
|
|
261
305
|
|
|
262
306
|
## 1.47.0
|
|
@@ -281,7 +325,7 @@
|
|
|
281
325
|
- @contractspec/lib.example-shared-ui@1.1.0
|
|
282
326
|
- @contractspec/lib.runtime-sandbox@0.2.0
|
|
283
327
|
- @contractspec/lib.design-system@1.47.0
|
|
284
|
-
- @contractspec/lib.contracts@1.47.0
|
|
328
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
285
329
|
- @contractspec/lib.schema@1.47.0
|
|
286
330
|
|
|
287
331
|
## 1.46.2
|
|
@@ -293,7 +337,7 @@
|
|
|
293
337
|
- @contractspec/lib.example-shared-ui@1.0.1
|
|
294
338
|
- @contractspec/lib.runtime-sandbox@0.1.1
|
|
295
339
|
- @contractspec/lib.design-system@1.46.2
|
|
296
|
-
- @contractspec/lib.contracts@1.46.2
|
|
340
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
297
341
|
- @contractspec/lib.schema@1.46.2
|
|
298
342
|
|
|
299
343
|
## 1.46.1
|
|
@@ -302,7 +346,7 @@
|
|
|
302
346
|
|
|
303
347
|
- 2d8a72b: fix: mcp for presentation
|
|
304
348
|
- Updated dependencies [2d8a72b]
|
|
305
|
-
- @contractspec/lib.contracts@1.46.1
|
|
349
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
306
350
|
- @contractspec/lib.schema@1.46.1
|
|
307
351
|
|
|
308
352
|
## 1.46.0
|
|
@@ -314,7 +358,7 @@
|
|
|
314
358
|
### Patch Changes
|
|
315
359
|
|
|
316
360
|
- Updated dependencies [07cb19b]
|
|
317
|
-
- @contractspec/lib.contracts@1.46.0
|
|
361
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
318
362
|
- @contractspec/lib.schema@1.46.0
|
|
319
363
|
|
|
320
364
|
## 1.45.6
|
|
@@ -323,7 +367,7 @@
|
|
|
323
367
|
|
|
324
368
|
- a913074: feat: improve ai agents rules management"
|
|
325
369
|
- Updated dependencies [a913074]
|
|
326
|
-
- @contractspec/lib.contracts@1.45.6
|
|
370
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
327
371
|
- @contractspec/lib.schema@1.45.6
|
|
328
372
|
|
|
329
373
|
## 1.45.5
|
|
@@ -332,7 +376,7 @@
|
|
|
332
376
|
|
|
333
377
|
- 9ddd7fa: feat: improve versioning
|
|
334
378
|
- Updated dependencies [9ddd7fa]
|
|
335
|
-
- @contractspec/lib.contracts@1.45.5
|
|
379
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
336
380
|
- @contractspec/lib.schema@1.45.5
|
|
337
381
|
|
|
338
382
|
## 1.45.4
|
|
@@ -341,7 +385,7 @@
|
|
|
341
385
|
|
|
342
386
|
- fix: github action
|
|
343
387
|
- Updated dependencies
|
|
344
|
-
- @contractspec/lib.contracts@1.45.4
|
|
388
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
345
389
|
- @contractspec/lib.schema@1.45.4
|
|
346
390
|
|
|
347
391
|
## 1.45.3
|
|
@@ -350,7 +394,7 @@
|
|
|
350
394
|
|
|
351
395
|
- e74ea9e: feat: version management
|
|
352
396
|
- Updated dependencies [e74ea9e]
|
|
353
|
-
- @contractspec/lib.contracts@1.45.3
|
|
397
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
354
398
|
- @contractspec/lib.schema@1.45.3
|
|
355
399
|
|
|
356
400
|
## 1.45.2
|
|
@@ -359,7 +403,7 @@
|
|
|
359
403
|
|
|
360
404
|
- 39ca241: code cleaning
|
|
361
405
|
- Updated dependencies [39ca241]
|
|
362
|
-
- @contractspec/lib.contracts@1.45.2
|
|
406
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
363
407
|
- @contractspec/lib.schema@1.45.2
|
|
364
408
|
|
|
365
409
|
## 1.45.1
|
|
@@ -370,7 +414,7 @@
|
|
|
370
414
|
- Updated dependencies
|
|
371
415
|
- @contractspec/module.audit-trail@1.45.1
|
|
372
416
|
- @contractspec/lib.identity-rbac@1.45.1
|
|
373
|
-
- @contractspec/lib.contracts@1.45.1
|
|
417
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
374
418
|
- @contractspec/lib.schema@1.45.1
|
|
375
419
|
- @contractspec/lib.jobs@1.45.1
|
|
376
420
|
|
|
@@ -399,7 +443,7 @@
|
|
|
399
443
|
- Updated dependencies [e73ca1d]
|
|
400
444
|
- @contractspec/module.audit-trail@1.45.0
|
|
401
445
|
- @contractspec/lib.identity-rbac@1.45.0
|
|
402
|
-
- @contractspec/lib.contracts@1.45.0
|
|
446
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
403
447
|
- @contractspec/lib.schema@1.45.0
|
|
404
448
|
- @contractspec/lib.jobs@1.45.0
|
|
405
449
|
|
|
@@ -411,7 +455,7 @@
|
|
|
411
455
|
- Updated dependencies [3c594fb]
|
|
412
456
|
- @contractspec/module.audit-trail@1.44.1
|
|
413
457
|
- @contractspec/lib.identity-rbac@1.44.1
|
|
414
|
-
- @contractspec/lib.contracts@1.44.1
|
|
458
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
415
459
|
- @contractspec/lib.schema@1.44.1
|
|
416
460
|
- @contractspec/lib.jobs@1.44.1
|
|
417
461
|
|
|
@@ -426,7 +470,7 @@
|
|
|
426
470
|
- Updated dependencies [5f3a868]
|
|
427
471
|
- @contractspec/module.audit-trail@1.44.0
|
|
428
472
|
- @contractspec/lib.identity-rbac@1.44.0
|
|
429
|
-
- @contractspec/lib.contracts@1.44.0
|
|
473
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
430
474
|
- @contractspec/lib.schema@1.44.0
|
|
431
475
|
- @contractspec/lib.jobs@1.44.0
|
|
432
476
|
|
|
@@ -438,7 +482,7 @@
|
|
|
438
482
|
- Updated dependencies [9216062]
|
|
439
483
|
- @contractspec/module.audit-trail@1.43.4
|
|
440
484
|
- @contractspec/lib.identity-rbac@1.43.4
|
|
441
|
-
- @contractspec/lib.contracts@1.43.4
|
|
485
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
442
486
|
- @contractspec/lib.schema@1.43.3
|
|
443
487
|
- @contractspec/lib.jobs@1.43.4
|
|
444
488
|
|
|
@@ -450,7 +494,7 @@
|
|
|
450
494
|
- Updated dependencies [24d9759]
|
|
451
495
|
- @contractspec/module.audit-trail@1.43.3
|
|
452
496
|
- @contractspec/lib.identity-rbac@1.43.3
|
|
453
|
-
- @contractspec/lib.contracts@1.43.3
|
|
497
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
454
498
|
- @contractspec/lib.schema@1.43.2
|
|
455
499
|
- @contractspec/lib.jobs@1.43.3
|
|
456
500
|
|
|
@@ -462,7 +506,7 @@
|
|
|
462
506
|
- Updated dependencies [e147271]
|
|
463
507
|
- @contractspec/module.audit-trail@1.43.2
|
|
464
508
|
- @contractspec/lib.identity-rbac@1.43.2
|
|
465
|
-
- @contractspec/lib.contracts@1.43.2
|
|
509
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
466
510
|
- @contractspec/lib.jobs@1.43.2
|
|
467
511
|
- @contractspec/lib.schema@1.43.1
|
|
468
512
|
|
|
@@ -471,7 +515,7 @@
|
|
|
471
515
|
### Patch Changes
|
|
472
516
|
|
|
473
517
|
- Updated dependencies [f28fdad]
|
|
474
|
-
- @contractspec/lib.contracts@1.43.1
|
|
518
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
475
519
|
- @contractspec/lib.identity-rbac@1.43.1
|
|
476
520
|
- @contractspec/lib.jobs@1.43.1
|
|
477
521
|
- @contractspec/module.audit-trail@1.43.1
|
|
@@ -487,7 +531,7 @@
|
|
|
487
531
|
- Updated dependencies [042d072]
|
|
488
532
|
- @contractspec/module.audit-trail@1.43.0
|
|
489
533
|
- @contractspec/lib.identity-rbac@1.43.0
|
|
490
|
-
- @contractspec/lib.contracts@1.43.0
|
|
534
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
491
535
|
- @contractspec/lib.schema@1.43.0
|
|
492
536
|
- @contractspec/lib.jobs@1.43.0
|
|
493
537
|
|
|
@@ -499,7 +543,7 @@
|
|
|
499
543
|
- Updated dependencies [1e6a0f1]
|
|
500
544
|
- @contractspec/module.audit-trail@1.42.10
|
|
501
545
|
- @contractspec/lib.identity-rbac@1.42.10
|
|
502
|
-
- @contractspec/lib.contracts@1.42.10
|
|
546
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
503
547
|
- @contractspec/lib.schema@1.42.10
|
|
504
548
|
- @contractspec/lib.jobs@1.42.10
|
|
505
549
|
|
|
@@ -511,7 +555,7 @@
|
|
|
511
555
|
- Updated dependencies [9281db7]
|
|
512
556
|
- @contractspec/module.audit-trail@1.42.9
|
|
513
557
|
- @contractspec/lib.identity-rbac@1.42.9
|
|
514
|
-
- @contractspec/lib.contracts@1.42.9
|
|
558
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
515
559
|
- @contractspec/lib.schema@1.42.9
|
|
516
560
|
- @contractspec/lib.jobs@1.42.9
|
|
517
561
|
|
|
@@ -523,7 +567,7 @@
|
|
|
523
567
|
- Updated dependencies [e07b5ac]
|
|
524
568
|
- @contractspec/module.audit-trail@1.42.8
|
|
525
569
|
- @contractspec/lib.identity-rbac@1.42.8
|
|
526
|
-
- @contractspec/lib.contracts@1.42.8
|
|
570
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
527
571
|
- @contractspec/lib.schema@1.42.8
|
|
528
572
|
- @contractspec/lib.jobs@1.42.8
|
|
529
573
|
|
|
@@ -535,7 +579,7 @@
|
|
|
535
579
|
- Updated dependencies [e9b575d]
|
|
536
580
|
- @contractspec/module.audit-trail@1.42.7
|
|
537
581
|
- @contractspec/lib.identity-rbac@1.42.7
|
|
538
|
-
- @contractspec/lib.contracts@1.42.7
|
|
582
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
539
583
|
- @contractspec/lib.schema@1.42.7
|
|
540
584
|
- @contractspec/lib.jobs@1.42.7
|
|
541
585
|
|
|
@@ -547,7 +591,7 @@
|
|
|
547
591
|
- Updated dependencies [1500242]
|
|
548
592
|
- @contractspec/module.audit-trail@1.42.6
|
|
549
593
|
- @contractspec/lib.identity-rbac@1.42.6
|
|
550
|
-
- @contractspec/lib.contracts@1.42.6
|
|
594
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
551
595
|
- @contractspec/lib.schema@1.42.6
|
|
552
596
|
- @contractspec/lib.jobs@1.42.6
|
|
553
597
|
|
|
@@ -559,7 +603,7 @@
|
|
|
559
603
|
- Updated dependencies [1299719]
|
|
560
604
|
- @contractspec/module.audit-trail@1.42.5
|
|
561
605
|
- @contractspec/lib.identity-rbac@1.42.5
|
|
562
|
-
- @contractspec/lib.contracts@1.42.5
|
|
606
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
563
607
|
- @contractspec/lib.schema@1.42.5
|
|
564
608
|
- @contractspec/lib.jobs@1.42.5
|
|
565
609
|
|
|
@@ -571,7 +615,7 @@
|
|
|
571
615
|
- Updated dependencies [ac28b99]
|
|
572
616
|
- @contractspec/module.audit-trail@1.42.4
|
|
573
617
|
- @contractspec/lib.identity-rbac@1.42.4
|
|
574
|
-
- @contractspec/lib.contracts@1.42.4
|
|
618
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
575
619
|
- @contractspec/lib.schema@1.42.4
|
|
576
620
|
- @contractspec/lib.jobs@1.42.4
|
|
577
621
|
|
|
@@ -581,7 +625,7 @@
|
|
|
581
625
|
|
|
582
626
|
- 3f5d015: fix(tooling): cicd
|
|
583
627
|
- Updated dependencies [3f5d015]
|
|
584
|
-
- @contractspec/lib.contracts@1.42.3
|
|
628
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
585
629
|
- @contractspec/lib.identity-rbac@1.42.3
|
|
586
630
|
- @contractspec/lib.jobs@1.42.3
|
|
587
631
|
- @contractspec/lib.schema@1.42.3
|
|
@@ -593,7 +637,7 @@
|
|
|
593
637
|
|
|
594
638
|
- 1f9ac4c: fix
|
|
595
639
|
- Updated dependencies [1f9ac4c]
|
|
596
|
-
- @contractspec/lib.contracts@1.42.2
|
|
640
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
597
641
|
- @contractspec/lib.identity-rbac@1.42.2
|
|
598
642
|
- @contractspec/lib.jobs@1.42.2
|
|
599
643
|
- @contractspec/lib.schema@1.42.2
|
|
@@ -607,7 +651,7 @@
|
|
|
607
651
|
- Updated dependencies [f043995]
|
|
608
652
|
- @contractspec/module.audit-trail@1.42.1
|
|
609
653
|
- @contractspec/lib.identity-rbac@1.42.1
|
|
610
|
-
- @contractspec/lib.contracts@1.42.1
|
|
654
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
611
655
|
- @contractspec/lib.schema@1.42.1
|
|
612
656
|
- @contractspec/lib.jobs@1.42.1
|
|
613
657
|
|
|
@@ -620,7 +664,7 @@
|
|
|
620
664
|
### Patch Changes
|
|
621
665
|
|
|
622
666
|
- Updated dependencies [8eefd9c]
|
|
623
|
-
- @contractspec/lib.contracts@1.42.0
|
|
667
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
624
668
|
- @contractspec/lib.identity-rbac@1.42.0
|
|
625
669
|
- @contractspec/lib.jobs@1.42.0
|
|
626
670
|
- @contractspec/lib.schema@1.42.0
|