@shipfox/api-workflows 2.0.0 → 4.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.
@@ -1,2 +1,21 @@
1
- $ shipfox-swc
2
- Successfully compiled: 114 files with swc (161.1ms)
1
+ $ shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js
2
+ Successfully compiled: 114 files with swc (131.56ms)
3
+ 2026-07-19T08:15:25.864Z [INFO] asset workflow-bundle-4cbe48212b3a51eda262.js 1.59 MiB [emitted] [immutable] (name: main)
4
+ runtime modules 670 bytes 3 modules
5
+ modules by path ../../../node_modules/.pnpm/ 424 KiB
6
+ modules by path ../../../node_modules/.pnpm/@temporalio+common@1.18.1/node_modules/@temporal...(truncated) 155 KiB 34 modules
7
+ modules by path ../../../node_modules/.pnpm/@temporalio+workflow@1.18.1/node_modules/@tempor...(truncated) 201 KiB 26 modules
8
+ modules by path ../../../node_modules/.pnpm/nexus-rpc@0.0.2/node_modules/nexus-rpc/lib/ 22.3 KiB 13 modules
9
+ ../../../node_modules/.pnpm/long@5.3.2/node_modules/long/index.js 43.2 KiB [built] [code generated]
10
+ ../../../node_modules/.pnpm/ms@3.0.0-canary.1/node_modules/ms/dist/index.mjs 3.26 KiB [built] [code generated]
11
+ modules by path ./dist/ 39.5 KiB
12
+ modules by path ./dist/temporal/ 34.4 KiB 7 modules
13
+ modules by path ./dist/core/ 5.11 KiB
14
+ ./dist/core/job-execution-outcome.js 1010 bytes [built] [code generated]
15
+ + 2 modules
16
+ optional modules 30 bytes [optional]
17
+ __temporal_custom_payload_converter (ignored) 15 bytes [optional] [built] [code generated]
18
+ __temporal_custom_failure_converter (ignored) 15 bytes [optional] [built] [code generated]
19
+ webpack 5.107.2 compiled successfully in 743 ms
20
+ 2026-07-19T08:15:25.867Z [INFO] Workflow bundle created { size: '1.59MB' }
21
+ /home/runner/work/shipfox/shipfox/libs/api/workflows/dist/temporal/workflows/index.js: 1665965 bytes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # @shipfox/api-workflows
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5d129d6]
8
+ - Updated dependencies [67176d4]
9
+ - Updated dependencies [0b0a9c2]
10
+ - Updated dependencies [bbba3b7]
11
+ - Updated dependencies [1951293]
12
+ - @shipfox/api-integration-core@4.0.0
13
+ - @shipfox/api-auth@4.0.0
14
+ - @shipfox/node-drizzle@0.3.0
15
+ - @shipfox/api-definitions@4.0.0
16
+ - @shipfox/api-projects@4.0.0
17
+ - @shipfox/annotations@4.0.0
18
+ - @shipfox/api-runners@4.0.0
19
+ - @shipfox/api-agent@4.0.0
20
+ - @shipfox/api-secrets@4.0.0
21
+ - @shipfox/node-module@0.3.1
22
+ - @shipfox/node-outbox@0.2.2
23
+
24
+ ## 3.0.0
25
+
26
+ ### Patch Changes
27
+
28
+ - 7a71e7d: Aligns published dependency ranges with the workspace catalog policy.
29
+ - 08fc93b: Adds prebuilt production Temporal workflow bundles to API packages and removes runtime workflow compilation.
30
+ - Updated dependencies [3976f8c]
31
+ - Updated dependencies [c5ee18f]
32
+ - Updated dependencies [7a71e7d]
33
+ - Updated dependencies [08fc93b]
34
+ - @shipfox/node-module@0.3.0
35
+ - @shipfox/api-auth@3.0.0
36
+ - @shipfox/node-temporal@0.3.0
37
+ - @shipfox/api-agent@3.0.0
38
+ - @shipfox/api-definitions@3.0.0
39
+ - @shipfox/api-integration-core@3.0.0
40
+ - @shipfox/api-projects@3.0.0
41
+ - @shipfox/api-runners@3.0.0
42
+ - @shipfox/expression@1.1.2
43
+ - @shipfox/node-opentelemetry@0.5.1
44
+ - @shipfox/annotations@3.0.0
45
+ - @shipfox/api-secrets@3.0.0
46
+ - @shipfox/api-agent-dto@3.0.0
47
+ - @shipfox/node-fastify@0.2.2
48
+ - @shipfox/api-auth-context@3.0.0
49
+
3
50
  ## 2.0.0
4
51
 
5
52
  ### Minor Changes