@shipfox/api-server 10.0.0 → 10.2.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": "10.0.0",
5
+ "version": "10.2.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/ShipfoxHQ/shipfox.git",
@@ -22,34 +22,34 @@
22
22
  }
23
23
  },
24
24
  "dependencies": {
25
- "@shipfox/annotations": "10.0.0",
26
- "@shipfox/annotations-dto": "9.0.2",
27
- "@shipfox/api-agent": "10.0.0",
25
+ "@shipfox/annotations": "10.2.0",
26
+ "@shipfox/api-agent": "10.2.0",
28
27
  "@shipfox/api-agent-dto": "10.0.0",
29
- "@shipfox/api-auth": "10.0.0",
30
- "@shipfox/api-auth-dto": "10.0.0",
31
- "@shipfox/api-definitions": "10.0.0",
28
+ "@shipfox/annotations-dto": "9.0.2",
29
+ "@shipfox/api-auth": "10.2.0",
30
+ "@shipfox/api-auth-dto": "10.2.0",
31
+ "@shipfox/api-definitions": "10.2.0",
32
32
  "@shipfox/api-definitions-dto": "10.0.0",
33
- "@shipfox/api-dispatcher": "10.0.0",
34
- "@shipfox/api-email-challenges": "1.1.6",
35
- "@shipfox/api-integration-core": "10.0.0",
33
+ "@shipfox/api-integration-core": "10.2.0",
36
34
  "@shipfox/api-integration-core-dto": "9.0.2",
37
- "@shipfox/api-logs": "10.0.0",
38
- "@shipfox/api-projects": "10.0.0",
39
- "@shipfox/api-projects-dto": "10.0.0",
40
- "@shipfox/api-runners": "10.0.0",
41
- "@shipfox/api-runners-dto": "10.0.0",
42
- "@shipfox/api-secrets": "10.0.0",
35
+ "@shipfox/api-email-challenges": "1.1.6",
36
+ "@shipfox/api-logs": "10.2.0",
37
+ "@shipfox/api-projects": "10.2.0",
38
+ "@shipfox/api-projects-dto": "10.1.0",
39
+ "@shipfox/api-runners": "10.2.0",
40
+ "@shipfox/api-runners-dto": "10.2.0",
41
+ "@shipfox/api-dispatcher": "10.0.0",
42
+ "@shipfox/api-secrets": "10.2.0",
43
43
  "@shipfox/api-secrets-dto": "9.0.2",
44
- "@shipfox/api-triggers": "10.0.0",
45
- "@shipfox/api-workflows": "10.0.0",
44
+ "@shipfox/api-workflows": "10.2.0",
45
+ "@shipfox/api-triggers": "10.2.0",
46
46
  "@shipfox/api-workflows-dto": "10.0.0",
47
- "@shipfox/api-workspaces-dto": "10.0.0",
48
- "@shipfox/api-workspaces": "10.0.0",
47
+ "@shipfox/api-workspaces-dto": "10.2.0",
48
+ "@shipfox/api-workspaces": "10.2.0",
49
49
  "@shipfox/config": "1.2.4",
50
- "@shipfox/node-error-monitoring": "0.3.0",
51
- "@shipfox/node-fastify": "0.4.0",
52
50
  "@shipfox/node-jwt": "0.3.2",
51
+ "@shipfox/node-fastify": "0.4.0",
52
+ "@shipfox/node-error-monitoring": "0.3.0",
53
53
  "@shipfox/node-module": "1.0.4",
54
54
  "@shipfox/node-opentelemetry": "0.6.3",
55
55
  "@shipfox/node-postgres": "0.4.4"
package/src/modules.ts CHANGED
@@ -159,7 +159,7 @@ export async function defaultModules(
159
159
  agentTools: {workflows: workflowsClient},
160
160
  webhookDeliverySource: options.webhookDeliverySource,
161
161
  });
162
- const projectsModule = createProjectsModule({integrations: integrationsClient});
162
+ const projectsModule = createProjectsModule({integrations: integrationsClient, auth: authClient});
163
163
  const definitionsModule = createDefinitionsModule({
164
164
  projects: projectsClient,
165
165
  agent: agentClient,