@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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +42 -0
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +28 -38
- package/tsconfig.build.tsbuildinfo +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$ shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js
|
|
2
|
-
Successfully compiled: 69 files with swc (
|
|
3
|
-
2026-07-
|
|
2
|
+
Successfully compiled: 69 files with swc (154.09ms)
|
|
3
|
+
2026-07-19T19:41:29.675Z [INFO] asset workflow-bundle-5046e0cf40917a545f36.js 1.46 MiB [emitted] [immutable] (name: main)
|
|
4
4
|
runtime modules 670 bytes 3 modules
|
|
5
5
|
modules by path ../../../node_modules/.pnpm/ 424 KiB
|
|
6
6
|
modules by path ../../../node_modules/.pnpm/@temporalio+common@1.18.1/node_modules/@temporal...(truncated) 155 KiB 34 modules
|
|
@@ -16,6 +16,6 @@ modules by path ./dist/ 4.33 KiB
|
|
|
16
16
|
optional modules 30 bytes [optional]
|
|
17
17
|
__temporal_custom_payload_converter (ignored) 15 bytes [optional] [built] [code generated]
|
|
18
18
|
__temporal_custom_failure_converter (ignored) 15 bytes [optional] [built] [code generated]
|
|
19
|
-
webpack 5.107.2 compiled successfully in
|
|
20
|
-
2026-07-
|
|
19
|
+
webpack 5.107.2 compiled successfully in 958 ms
|
|
20
|
+
2026-07-19T19:41:29.679Z [INFO] Workflow bundle created { size: '1.46MB' }
|
|
21
21
|
/home/runner/work/shipfox/shipfox/libs/api/definitions/dist/temporal/workflows/index.js: 1528210 bytes
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @shipfox/api-definitions
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bb037af: Resolves workspace packages from source during development while published consumers continue to use compiled output.
|
|
8
|
+
- Updated dependencies [2875241]
|
|
9
|
+
- Updated dependencies [bb037af]
|
|
10
|
+
- Updated dependencies [fb70438]
|
|
11
|
+
- @shipfox/api-integration-core@5.0.0
|
|
12
|
+
- @shipfox/api-integration-core-dto@5.0.0
|
|
13
|
+
- @shipfox/api-agent-dto@5.0.0
|
|
14
|
+
- @shipfox/api-auth-context@5.0.0
|
|
15
|
+
- @shipfox/api-definitions-dto@5.0.0
|
|
16
|
+
- @shipfox/api-projects@5.0.0
|
|
17
|
+
- @shipfox/api-projects-dto@5.0.0
|
|
18
|
+
- @shipfox/api-secrets-dto@5.0.0
|
|
19
|
+
- @shipfox/config@1.2.2
|
|
20
|
+
- @shipfox/expression@1.1.3
|
|
21
|
+
- @shipfox/node-drizzle@0.3.1
|
|
22
|
+
- @shipfox/node-fastify@0.2.3
|
|
23
|
+
- @shipfox/node-module@0.3.2
|
|
24
|
+
- @shipfox/node-opentelemetry@0.5.2
|
|
25
|
+
- @shipfox/node-outbox@0.2.3
|
|
26
|
+
- @shipfox/node-postgres@0.4.2
|
|
27
|
+
- @shipfox/node-temporal@0.3.1
|
|
28
|
+
- @shipfox/runner-labels@0.1.1
|
|
29
|
+
- @shipfox/workflow-document@2.1.1
|
|
30
|
+
|
|
31
|
+
## 4.0.0
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [5d129d6]
|
|
36
|
+
- Updated dependencies [67176d4]
|
|
37
|
+
- Updated dependencies [bbba3b7]
|
|
38
|
+
- Updated dependencies [1951293]
|
|
39
|
+
- @shipfox/api-integration-core@4.0.0
|
|
40
|
+
- @shipfox/node-drizzle@0.3.0
|
|
41
|
+
- @shipfox/api-projects@4.0.0
|
|
42
|
+
- @shipfox/node-module@0.3.1
|
|
43
|
+
- @shipfox/node-outbox@0.2.2
|
|
44
|
+
|
|
3
45
|
## 3.0.0
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|