@shipfox/api-logs 2.0.0 → 3.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: 59 files with swc (132.09ms)
1
+ $ shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js
2
+ Successfully compiled: 59 files with swc (140.99ms)
3
+ 2026-07-18T08:51:52.355Z [INFO] asset workflow-bundle-2850a9a125f53b77d607.js 1.46 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
+ + 2 modules
10
+ modules by path ./dist/temporal/workflows/ 4.17 KiB
11
+ ./dist/temporal/workflows/index-autogenerated-entrypoint.cjs 523 bytes [built] [code generated]
12
+ ./dist/temporal/workflows/index.js 340 bytes [built] [code generated]
13
+ ./dist/temporal/workflows/close-abandoned-streams.js 753 bytes [built] [code generated]
14
+ ./dist/temporal/workflows/compact-stream.js 941 bytes [built] [code generated]
15
+ + 3 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 1007 ms
20
+ 2026-07-18T08:51:52.359Z [INFO] Workflow bundle created { size: '1.46MB' }
21
+ /home/runner/work/shipfox/shipfox/libs/api/logs/dist/temporal/workflows/index.js: 1530555 bytes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @shipfox/api-logs
2
2
 
3
+ ## 3.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 7a71e7d: Aligns published dependency ranges with the workspace catalog policy.
8
+ - 08fc93b: Adds prebuilt production Temporal workflow bundles to API packages and removes runtime workflow compilation.
9
+ - Updated dependencies [3976f8c]
10
+ - Updated dependencies [c5ee18f]
11
+ - Updated dependencies [7a71e7d]
12
+ - Updated dependencies [08fc93b]
13
+ - @shipfox/node-module@0.3.0
14
+ - @shipfox/node-temporal@0.3.0
15
+ - @shipfox/api-workflows@3.0.0
16
+ - @shipfox/node-opentelemetry@0.5.1
17
+ - @shipfox/api-agent-dto@3.0.0
18
+ - @shipfox/node-fastify@0.2.2
19
+ - @shipfox/api-auth-context@3.0.0
20
+
3
21
  ## 2.0.0
4
22
 
5
23
  ### Minor Changes