@shipfox/api-workflows 7.0.2 → 7.1.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,21 +1,21 @@
1
1
  $ shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js
2
- Successfully compiled: 116 files with swc (528.16ms)
3
- 2026-07-22T08:48:51.116Z [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
2
+ Successfully compiled: 116 files with swc (840.1ms)
3
+ 2026-07-22T13:13:07.556Z [INFO] asset workflow-bundle-21a9ae8beb3cb55dabc1.js 3.31 MiB [emitted] [immutable] (name: main)
4
+ orphan modules 33.5 KiB [orphan] 21 modules
5
+ runtime modules 1.13 KiB 5 modules
6
+ modules by path ../../../node_modules/.pnpm/ 970 KiB 196 modules
7
+ modules by path ./dist/ 39.9 KiB
8
+ modules by path ./dist/temporal/ 34.8 KiB
9
+ modules by path ./dist/temporal/workflows/*.js 33.5 KiB 5 modules
10
+ + 2 modules
13
11
  modules by path ./dist/core/ 5.11 KiB
14
12
  ./dist/core/job-execution-outcome.js 1010 bytes [built] [code generated]
15
- + 2 modules
13
+ ./dist/core/workflow-scheduling/run-progress.js 1.29 KiB [built] [code generated]
14
+ ./dist/core/workflow-scheduling/schedule-runtime-dag.js 2.83 KiB [built] [code generated]
16
15
  optional modules 30 bytes [optional]
17
16
  __temporal_custom_payload_converter (ignored) 15 bytes [optional] [built] [code generated]
18
17
  __temporal_custom_failure_converter (ignored) 15 bytes [optional] [built] [code generated]
19
- webpack 5.107.2 compiled successfully in 1514 ms
20
- 2026-07-22T08:48:51.120Z [INFO] Workflow bundle created { size: '1.59MB' }
21
- /home/runner/work/shipfox/shipfox/libs/api/workflows/dist/temporal/workflows/index.js: 1665965 bytes
18
+ ../../shared/node/temporal/dist/workflow-error-interceptor.js 1.21 KiB [built] [code generated]
19
+ webpack 5.107.2 compiled successfully in 9135 ms
20
+ 2026-07-22T13:13:07.570Z [INFO] Workflow bundle created { size: '3.31MB' }
21
+ /home/runner/work/shipfox/shipfox/libs/api/workflows/dist/temporal/workflows/index.js: 3470576 bytes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @shipfox/api-workflows
2
2
 
3
+ ## 7.1.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ac42c96]
8
+ - Updated dependencies [769d919]
9
+ - Updated dependencies [6ce08c0]
10
+ - @shipfox/node-error-monitoring@0.2.0
11
+ - @shipfox/node-fastify@0.3.0
12
+ - @shipfox/node-module@0.5.0
13
+ - @shipfox/node-temporal@0.4.0
14
+ - @shipfox/api-runners@7.1.0
15
+ - @shipfox/api-auth-dto@7.1.0
16
+ - @shipfox/node-opentelemetry@0.6.0
17
+ - @shipfox/api-auth-context@7.1.0
18
+ - @shipfox/api-projects@7.1.0
19
+
3
20
  ## 7.0.2
4
21
 
5
22
  ### Patch Changes