@shipfox/api-integration-core 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,20 @@
1
- $ shipfox-swc
2
- Successfully compiled: 47 files with swc (105.03ms)
1
+ $ shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js
2
+ Successfully compiled: 47 files with swc (201.04ms)
3
+ 2026-07-18T08:51:37.226Z [INFO] asset workflow-bundle-fe8baaf5b68e0b2328d8.js 1.45 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/temporal/workflows/ 1020 bytes
12
+ ./dist/temporal/workflows/index-autogenerated-entrypoint.cjs 535 bytes [built] [code generated]
13
+ ./dist/temporal/workflows/index.js 82 bytes [built] [code generated]
14
+ ./dist/temporal/workflows/prune-webhook-deliveries-cron.js 405 bytes [built] [code generated]
15
+ optional modules 30 bytes [optional]
16
+ __temporal_custom_payload_converter (ignored) 15 bytes [optional] [built] [code generated]
17
+ __temporal_custom_failure_converter (ignored) 15 bytes [optional] [built] [code generated]
18
+ webpack 5.107.2 compiled successfully in 943 ms
19
+ 2026-07-18T08:51:37.230Z [INFO] Workflow bundle created { size: '1.45MB' }
20
+ /home/runner/work/shipfox/shipfox/libs/api/integration/core/dist/temporal/workflows/index.js: 1516260 bytes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @shipfox/api-integration-core
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 [6b23868]
11
+ - Updated dependencies [c5ee18f]
12
+ - Updated dependencies [7a71e7d]
13
+ - Updated dependencies [08fc93b]
14
+ - @shipfox/node-module@0.3.0
15
+ - @shipfox/api-integration-core-dto@3.0.0
16
+ - @shipfox/api-integration-github@3.0.0
17
+ - @shipfox/node-temporal@0.3.0
18
+ - @shipfox/api-integration-sentry@3.0.0
19
+ - @shipfox/node-opentelemetry@0.5.1
20
+ - @shipfox/api-integration-gitea@3.0.0
21
+ - @shipfox/api-integration-linear@3.0.0
22
+ - @shipfox/api-integration-webhook@3.0.0
23
+ - @shipfox/api-agent-dto@3.0.0
24
+ - @shipfox/node-fastify@0.2.2
25
+ - @shipfox/api-auth-context@3.0.0
26
+
3
27
  ## 2.0.0
4
28
 
5
29
  ### Minor Changes