@shipfox/api-integration-sentry 6.0.0 → 8.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,20 +1,17 @@
1
1
  $ shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js
2
- Successfully compiled: 23 files with swc (345.22ms)
3
- 2026-07-21T08:09:54.975Z [INFO] asset workflow-bundle-3e5133a469aebb0f8908.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/ 1.23 KiB
12
- ./dist/temporal/workflows/index-autogenerated-entrypoint.cjs 537 bytes [built] [code generated]
2
+ Successfully compiled: 23 files with swc (424.98ms)
3
+ 2026-07-22T14:51:53.323Z [INFO] asset workflow-bundle-46314ad53629a6893a6d.js 3.17 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/temporal/workflows/ 1.62 KiB
8
+ ./dist/temporal/workflows/index-autogenerated-entrypoint.cjs 943 bytes [built] [code generated]
13
9
  ./dist/temporal/workflows/index.js 98 bytes [built] [code generated]
14
10
  ./dist/temporal/workflows/prune-unclaimed-installations-cron.js 622 bytes [built] [code generated]
15
11
  optional modules 30 bytes [optional]
16
12
  __temporal_custom_payload_converter (ignored) 15 bytes [optional] [built] [code generated]
17
13
  __temporal_custom_failure_converter (ignored) 15 bytes [optional] [built] [code generated]
18
- webpack 5.107.2 compiled successfully in 3680 ms
19
- 2026-07-21T08:09:54.988Z [INFO] Workflow bundle created { size: '1.45MB' }
20
- /home/runner/work/shipfox/shipfox/libs/api/integration/sentry/dist/temporal/workflows/index.js: 1517067 bytes
14
+ ../../../shared/node/temporal/dist/workflow-error-interceptor.js 1.21 KiB [built] [code generated]
15
+ webpack 5.107.2 compiled successfully in 6800 ms
16
+ 2026-07-22T14:51:53.342Z [INFO] Workflow bundle created { size: '3.17MB' }
17
+ /home/runner/work/shipfox/shipfox/libs/api/integration/sentry/dist/temporal/workflows/index.js: 3323961 bytes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @shipfox/api-integration-sentry
2
2
 
3
+ ## 8.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7f227c6]
8
+ - @shipfox/api-integration-core-dto@8.0.0
9
+ - @shipfox/api-integration-sentry-dto@8.0.0
10
+
11
+ ## 7.1.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [ac42c96]
16
+ - Updated dependencies [6ce08c0]
17
+ - @shipfox/node-fastify@0.3.0
18
+ - @shipfox/node-module@0.5.0
19
+ - @shipfox/node-opentelemetry@0.6.0
20
+ - @shipfox/api-auth-context@7.1.0
21
+
3
22
  ## 6.0.0
4
23
 
5
24
  ### Minor Changes