@shipfox/api-runners 4.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.
@@ -1,6 +1,6 @@
1
1
  $ shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js
2
- Successfully compiled: 81 files with swc (606.36ms)
3
- 2026-07-19T08:15:25.083Z [INFO] asset workflow-bundle-a0d6f7c2a972d8f942c2.js 1.45 MiB [emitted] [immutable] (name: main)
2
+ Successfully compiled: 81 files with swc (199.18ms)
3
+ 2026-07-19T19:41:21.254Z [INFO] asset workflow-bundle-a0d6f7c2a972d8f942c2.js 1.45 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/ 2.92 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 3480 ms
20
- 2026-07-19T08:15:25.095Z [INFO] Workflow bundle created { size: '1.45MB' }
19
+ webpack 5.107.2 compiled successfully in 1181 ms
20
+ 2026-07-19T19:41:21.258Z [INFO] Workflow bundle created { size: '1.45MB' }
21
21
  /home/runner/work/shipfox/shipfox/libs/api/runners/dist/temporal/workflows/index.js: 1521961 bytes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @shipfox/api-runners
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 [bb037af]
9
+ - @shipfox/api-auth@5.0.0
10
+ - @shipfox/api-auth-context@5.0.0
11
+ - @shipfox/api-runners-dto@5.0.0
12
+ - @shipfox/api-workflows-dto@5.0.0
13
+ - @shipfox/config@1.2.2
14
+ - @shipfox/node-drizzle@0.3.1
15
+ - @shipfox/node-fastify@0.2.3
16
+ - @shipfox/node-module@0.3.2
17
+ - @shipfox/node-opentelemetry@0.5.2
18
+ - @shipfox/node-outbox@0.2.3
19
+ - @shipfox/node-postgres@0.4.2
20
+ - @shipfox/node-rate-limit@0.2.1
21
+ - @shipfox/node-temporal@0.3.1
22
+ - @shipfox/node-tokens@0.2.1
23
+ - @shipfox/runner-labels@0.1.1
24
+
3
25
  ## 4.0.0
4
26
 
5
27
  ### Patch Changes