@shipfox/api-server 15.0.0 → 16.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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@shipfox/api-server",
3
3
  "license": "MIT",
4
4
  "private": false,
5
- "version": "15.0.0",
5
+ "version": "16.0.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/ShipfoxHQ/shipfox.git",
@@ -24,28 +24,28 @@
24
24
  "dependencies": {
25
25
  "@shipfox/annotations": "15.0.0",
26
26
  "@shipfox/annotations-dto": "12.3.0",
27
- "@shipfox/api-agent": "15.0.0",
28
- "@shipfox/api-agent-dto": "15.0.0",
27
+ "@shipfox/api-agent": "16.0.0",
28
+ "@shipfox/api-agent-dto": "16.0.0",
29
29
  "@shipfox/api-auth": "15.0.0",
30
30
  "@shipfox/api-auth-dto": "15.0.0",
31
- "@shipfox/api-definitions": "15.0.0",
32
- "@shipfox/api-definitions-dto": "15.0.0",
31
+ "@shipfox/api-definitions": "16.0.0",
32
+ "@shipfox/api-definitions-dto": "16.0.0",
33
33
  "@shipfox/api-dispatcher": "15.0.0",
34
34
  "@shipfox/api-email-challenges": "1.1.10",
35
- "@shipfox/api-integration-core": "15.0.0",
36
- "@shipfox/api-integration-core-dto": "15.0.0",
37
- "@shipfox/api-logs": "15.0.0",
38
- "@shipfox/api-projects": "15.0.0",
35
+ "@shipfox/api-integration-core": "16.0.0",
36
+ "@shipfox/api-integration-core-dto": "16.0.0",
37
+ "@shipfox/api-logs": "16.0.0",
38
+ "@shipfox/api-projects": "16.0.0",
39
39
  "@shipfox/api-projects-dto": "15.0.0",
40
- "@shipfox/api-runners": "15.0.0",
41
- "@shipfox/api-runners-dto": "14.0.0",
40
+ "@shipfox/api-runners": "16.0.0",
41
+ "@shipfox/api-runners-dto": "16.0.0",
42
42
  "@shipfox/api-secrets": "15.0.0",
43
43
  "@shipfox/api-secrets-dto": "12.0.0",
44
- "@shipfox/api-triggers": "15.0.0",
45
- "@shipfox/api-workflows": "15.0.0",
46
- "@shipfox/api-workflows-dto": "15.0.0",
44
+ "@shipfox/api-triggers": "16.0.0",
45
+ "@shipfox/api-workflows": "16.0.0",
46
+ "@shipfox/api-workflows-dto": "16.0.0",
47
47
  "@shipfox/api-workspaces-dto": "15.0.0",
48
- "@shipfox/api-workspaces": "15.0.0",
48
+ "@shipfox/api-workspaces": "16.0.0",
49
49
  "@shipfox/config": "1.2.4",
50
50
  "@shipfox/node-error-monitoring": "0.3.0",
51
51
  "@shipfox/node-fastify": "0.4.3",
@@ -121,6 +121,7 @@ describe('defaultModules', () => {
121
121
  name: 'integrations',
122
122
  interModulePresentations: [
123
123
  defineInterModulePresentation(integrationsInterModuleContract, {
124
+ callTool: vi.fn(),
124
125
  createCheckoutSpec: vi.fn(),
125
126
  fetchSourceFile: vi.fn(),
126
127
  getAgentToolsContext: vi.fn(),