@shipfox/api-integration-sentry 4.0.0 → 5.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,6 +1,6 @@
1
1
  $ shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js
2
- Successfully compiled: 26 files with swc (342.66ms)
3
- 2026-07-19T08:15:06.227Z [INFO] asset workflow-bundle-2feea38d2d234342d1e2.js 1.45 MiB [emitted] [immutable] (name: main)
2
+ Successfully compiled: 26 files with swc (187.64ms)
3
+ 2026-07-19T19:41:11.653Z [INFO] asset workflow-bundle-2feea38d2d234342d1e2.js 1.45 MiB [emitted] [immutable] (name: main)
4
4
  runtime modules 670 bytes 3 modules
5
5
  modules by path ../../../../node_modules/.pnpm/ 424 KiB
6
6
  modules by path ../../../../node_modules/.pnpm/@temporalio+common@1.18.1/node_modules/@temporal...(truncated) 155 KiB 34 modules
@@ -15,6 +15,6 @@ modules by path ./dist/temporal/workflows/ 1.07 KiB
15
15
  optional modules 30 bytes [optional]
16
16
  __temporal_custom_payload_converter (ignored) 15 bytes [optional] [built] [code generated]
17
17
  __temporal_custom_failure_converter (ignored) 15 bytes [optional] [built] [code generated]
18
- webpack 5.107.2 compiled successfully in 4034 ms
19
- 2026-07-19T08:15:06.247Z [INFO] Workflow bundle created { size: '1.45MB' }
18
+ webpack 5.107.2 compiled successfully in 2811 ms
19
+ 2026-07-19T19:41:11.662Z [INFO] Workflow bundle created { size: '1.45MB' }
20
20
  /home/runner/work/shipfox/shipfox/libs/api/integration/sentry/dist/temporal/workflows/index.js: 1516523 bytes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @shipfox/api-integration-sentry
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - bb037af: Resolves workspace packages from source during development while published consumers continue to use compiled output.
8
+ - Updated dependencies [2875241]
9
+ - Updated dependencies [bb037af]
10
+ - Updated dependencies [fb70438]
11
+ - @shipfox/api-integration-core-dto@5.0.0
12
+ - @shipfox/api-auth-context@5.0.0
13
+ - @shipfox/api-integration-sentry-dto@5.0.0
14
+ - @shipfox/config@1.2.2
15
+ - @shipfox/node-drizzle@0.3.1
16
+ - @shipfox/node-fastify@0.2.3
17
+ - @shipfox/node-module@0.3.2
18
+ - @shipfox/node-opentelemetry@0.5.2
19
+ - @shipfox/node-postgres@0.4.2
20
+
3
21
  ## 4.0.0
4
22
 
5
23
  ### Patch Changes