@shipfox/api-definitions 12.2.0 → 12.3.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: 75 files with swc (283.96ms)
3
- 2026-08-06T13:12:52.465Z [INFO] asset workflow-bundle-db3e4e474e0c4d6a3553.js 4.01 MiB [emitted] [immutable] (name: main)
2
+ Successfully compiled: 75 files with swc (565.09ms)
3
+ 2026-08-07T08:46:28.995Z [INFO] asset workflow-bundle-db3e4e474e0c4d6a3553.js 4.01 MiB [emitted] [immutable] (name: main)
4
4
  orphan modules 322 KiB [orphan] 82 modules
5
5
  runtime modules 1.13 KiB 5 modules
6
6
  modules by path ../../../node_modules/.pnpm/ 1.21 MiB 214 modules
@@ -15,6 +15,6 @@ optional modules 30 bytes [optional]
15
15
  __temporal_custom_payload_converter (ignored) 15 bytes [optional] [built] [code generated]
16
16
  __temporal_custom_failure_converter (ignored) 15 bytes [optional] [built] [code generated]
17
17
  ../../shared/node/temporal/dist/workflow-error-interceptor.js 1.21 KiB [built] [code generated]
18
- webpack 5.107.2 compiled successfully in 9191 ms
19
- 2026-08-06T13:12:52.499Z [INFO] Workflow bundle created { size: '4.01MB' }
18
+ webpack 5.107.2 compiled successfully in 8382 ms
19
+ 2026-08-07T08:46:29.013Z [INFO] Workflow bundle created { size: '4.01MB' }
20
20
  /home/runner/work/shipfox/shipfox/libs/api/definitions/dist/temporal/workflows/index.js: 4207937 bytes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @shipfox/api-definitions
2
2
 
3
+ ## 12.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3e7fe76]
8
+ - @shipfox/expression@2.2.0
9
+ - @shipfox/api-definitions-dto@12.3.0
10
+
3
11
  ## 12.2.0
4
12
 
5
13
  ### Minor Changes