@shipfox/api-definitions 3.0.0 → 5.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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shipfox/api-definitions",
3
3
  "license": "MIT",
4
- "version": "3.0.0",
4
+ "version": "5.0.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/ShipfoxHQ/shipfox.git",
@@ -13,22 +13,12 @@
13
13
  "types": "dist/index.d.ts",
14
14
  "imports": {
15
15
  "#test/*": "./test/*",
16
- "#*": {
17
- "workspace-source": "./src/*",
18
- "development": "./src/*",
19
- "default": "./dist/*"
20
- }
16
+ "#*": "./dist/*"
21
17
  },
22
18
  "exports": {
23
19
  ".": {
24
- "development": {
25
- "types": "./src/index.ts",
26
- "default": "./src/index.ts"
27
- },
28
- "default": {
29
- "types": "./dist/index.d.ts",
30
- "default": "./dist/index.js"
31
- }
20
+ "types": "./dist/index.d.ts",
21
+ "default": "./dist/index.js"
32
22
  }
33
23
  },
34
24
  "dependencies": {
@@ -40,25 +30,25 @@
40
30
  "js-yaml": "^4.1.0",
41
31
  "yaml": "^2.8.3",
42
32
  "zod": "^4.4.3",
43
- "@shipfox/api-agent-dto": "3.0.0",
44
- "@shipfox/api-auth-context": "3.0.0",
45
- "@shipfox/api-definitions-dto": "2.0.0",
46
- "@shipfox/api-integration-core": "3.0.0",
47
- "@shipfox/api-integration-core-dto": "3.0.0",
48
- "@shipfox/api-projects": "3.0.0",
49
- "@shipfox/api-projects-dto": "2.0.0",
50
- "@shipfox/api-secrets-dto": "2.0.0",
51
- "@shipfox/config": "1.2.1",
52
- "@shipfox/expression": "1.1.2",
53
- "@shipfox/node-drizzle": "0.2.1",
54
- "@shipfox/node-fastify": "0.2.2",
55
- "@shipfox/node-module": "0.3.0",
56
- "@shipfox/node-opentelemetry": "0.5.1",
57
- "@shipfox/node-outbox": "0.2.1",
58
- "@shipfox/node-postgres": "0.4.1",
59
- "@shipfox/node-temporal": "0.3.0",
60
- "@shipfox/runner-labels": "0.1.0",
61
- "@shipfox/workflow-document": "2.1.0"
33
+ "@shipfox/api-agent-dto": "5.0.0",
34
+ "@shipfox/api-auth-context": "5.0.0",
35
+ "@shipfox/api-definitions-dto": "5.0.0",
36
+ "@shipfox/api-integration-core": "5.0.0",
37
+ "@shipfox/api-integration-core-dto": "5.0.0",
38
+ "@shipfox/api-projects": "5.0.0",
39
+ "@shipfox/api-projects-dto": "5.0.0",
40
+ "@shipfox/api-secrets-dto": "5.0.0",
41
+ "@shipfox/config": "1.2.2",
42
+ "@shipfox/expression": "1.1.3",
43
+ "@shipfox/node-drizzle": "0.3.1",
44
+ "@shipfox/node-fastify": "0.2.3",
45
+ "@shipfox/node-module": "0.3.2",
46
+ "@shipfox/node-opentelemetry": "0.5.2",
47
+ "@shipfox/node-outbox": "0.2.3",
48
+ "@shipfox/node-postgres": "0.4.2",
49
+ "@shipfox/node-temporal": "0.3.1",
50
+ "@shipfox/runner-labels": "0.1.1",
51
+ "@shipfox/workflow-document": "2.1.1"
62
52
  },
63
53
  "devDependencies": {
64
54
  "@temporalio/client": "1.18.1",
@@ -70,12 +60,12 @@
70
60
  "fastify": "^5.3.3",
71
61
  "fastify-type-provider-zod": "^6.0.0",
72
62
  "fishery": "^2.4.0",
73
- "@shipfox/biome": "1.8.1",
74
- "@shipfox/regex": "0.2.1",
75
- "@shipfox/swc": "1.2.5",
63
+ "@shipfox/biome": "1.8.2",
64
+ "@shipfox/regex": "0.2.2",
65
+ "@shipfox/swc": "1.2.6",
76
66
  "@shipfox/ts-config": "1.3.8",
77
- "@shipfox/typescript": "1.1.6",
78
- "@shipfox/vitest": "1.2.2"
67
+ "@shipfox/typescript": "1.1.7",
68
+ "@shipfox/vitest": "1.2.3"
79
69
  },
80
70
  "scripts": {
81
71
  "build": "shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js",