@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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +72 -0
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +25 -25
- package/src/modules.test.ts +1 -0
- package/tsconfig.build.tsbuildinfo +1 -1
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.
|
|
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.
|
|
25
|
+
"@shipfox/annotations": "12.2.0",
|
|
26
26
|
"@shipfox/annotations-dto": "12.0.0",
|
|
27
|
-
"@shipfox/api-agent": "12.
|
|
28
|
-
"@shipfox/api-agent-dto": "12.
|
|
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.
|
|
32
|
-
"@shipfox/api-definitions-dto": "12.
|
|
33
|
-
"@shipfox/api-
|
|
34
|
-
"@shipfox/api-
|
|
35
|
-
"@shipfox/api-
|
|
36
|
-
"@shipfox/api-integration-core
|
|
37
|
-
"@shipfox/api-
|
|
38
|
-
"@shipfox/api-
|
|
39
|
-
"@shipfox/api-projects
|
|
40
|
-
"@shipfox/api-
|
|
41
|
-
"@shipfox/api-runners
|
|
42
|
-
"@shipfox/api-
|
|
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.
|
|
45
|
-
"@shipfox/api-workflows": "12.
|
|
46
|
-
"@shipfox/api-workflows-dto": "12.
|
|
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.
|
|
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.
|
|
50
|
+
"@shipfox/node-fastify": "0.4.2",
|
|
52
51
|
"@shipfox/node-jwt": "0.4.0",
|
|
53
|
-
"@shipfox/node-module": "1.0.
|
|
54
|
-
"@shipfox/node-opentelemetry": "0.6.
|
|
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/*"
|
package/src/modules.test.ts
CHANGED
|
@@ -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: {
|