@shipfox/api-server 12.1.0 → 12.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": "12.1.0",
5
+ "version": "12.2.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/ShipfoxHQ/shipfox.git",
@@ -22,37 +22,37 @@
22
22
  }
23
23
  },
24
24
  "dependencies": {
25
- "@shipfox/annotations": "12.0.0",
25
+ "@shipfox/annotations": "12.2.0",
26
26
  "@shipfox/annotations-dto": "12.0.0",
27
- "@shipfox/api-agent": "12.0.0",
28
- "@shipfox/api-agent-dto": "12.0.0",
29
- "@shipfox/api-auth": "12.0.0",
27
+ "@shipfox/api-agent": "12.2.0",
28
+ "@shipfox/api-agent-dto": "12.2.0",
30
29
  "@shipfox/api-auth-dto": "12.0.0",
31
- "@shipfox/api-definitions": "12.0.0",
32
- "@shipfox/api-definitions-dto": "12.0.0",
33
- "@shipfox/api-dispatcher": "12.0.0",
34
- "@shipfox/api-email-challenges": "1.1.7",
35
- "@shipfox/api-integration-core": "12.1.0",
36
- "@shipfox/api-integration-core-dto": "12.0.0",
37
- "@shipfox/api-logs": "12.1.0",
38
- "@shipfox/api-projects": "12.0.0",
39
- "@shipfox/api-projects-dto": "12.0.0",
40
- "@shipfox/api-runners": "12.1.0",
41
- "@shipfox/api-runners-dto": "12.0.0",
42
- "@shipfox/api-secrets": "12.0.0",
30
+ "@shipfox/api-definitions": "12.2.0",
31
+ "@shipfox/api-definitions-dto": "12.2.0",
32
+ "@shipfox/api-auth": "12.2.0",
33
+ "@shipfox/api-dispatcher": "12.2.0",
34
+ "@shipfox/api-email-challenges": "1.1.8",
35
+ "@shipfox/api-integration-core": "12.2.0",
36
+ "@shipfox/api-integration-core-dto": "12.2.0",
37
+ "@shipfox/api-logs": "12.2.0",
38
+ "@shipfox/api-projects": "12.2.0",
39
+ "@shipfox/api-projects-dto": "12.2.0",
40
+ "@shipfox/api-runners": "12.2.0",
41
+ "@shipfox/api-runners-dto": "12.2.0",
43
42
  "@shipfox/api-secrets-dto": "12.0.0",
44
- "@shipfox/api-triggers": "12.1.0",
45
- "@shipfox/api-workflows": "12.1.0",
46
- "@shipfox/api-workflows-dto": "12.1.0",
43
+ "@shipfox/api-triggers": "12.2.0",
44
+ "@shipfox/api-workflows": "12.2.0",
45
+ "@shipfox/api-workflows-dto": "12.2.0",
47
46
  "@shipfox/api-workspaces-dto": "12.0.0",
48
- "@shipfox/api-workspaces": "12.0.0",
47
+ "@shipfox/api-workspaces": "12.2.0",
49
48
  "@shipfox/config": "1.2.4",
50
49
  "@shipfox/node-error-monitoring": "0.3.0",
51
- "@shipfox/node-fastify": "0.4.1",
50
+ "@shipfox/node-fastify": "0.4.2",
52
51
  "@shipfox/node-jwt": "0.4.0",
53
- "@shipfox/node-module": "1.0.5",
54
- "@shipfox/node-opentelemetry": "0.6.3",
55
- "@shipfox/node-postgres": "0.5.0"
52
+ "@shipfox/node-module": "1.0.6",
53
+ "@shipfox/node-opentelemetry": "0.6.4",
54
+ "@shipfox/node-postgres": "0.5.0",
55
+ "@shipfox/api-secrets": "12.2.0"
56
56
  },
57
57
  "imports": {
58
58
  "#*": "./dist/*"
@@ -160,6 +160,7 @@ describe('defaultModules', () => {
160
160
  defineInterModulePresentation(projectsInterModuleContract, {
161
161
  getProjectById: () => ({project: null}),
162
162
  getProjectBySource: () => ({project: null}),
163
+ listProjectsByWorkspace: () => ({projects: [], nextCursor: null}),
163
164
  getWorkspaceProjectCounts: () => ({counts: []}),
164
165
  requireProjectForWorkspace: () => ({
165
166
  project: {