@shipfox/api-integration-sentry 6.0.0 → 7.1.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.
- package/.turbo/turbo-build.log +11 -14
- package/CHANGELOG.md +11 -0
- package/dist/temporal/workflows/index.bundle.js +17164 -3306
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +5 -19
- package/tsconfig.build.tsbuildinfo +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,17 @@
|
|
|
1
1
|
$ shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js
|
|
2
|
-
Successfully compiled: 23 files with swc (
|
|
3
|
-
2026-07-
|
|
4
|
-
|
|
5
|
-
modules
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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 (535.59ms)
|
|
3
|
+
2026-07-22T13:11:18.120Z [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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
../../../shared/node/temporal/dist/workflow-error-interceptor.js 1.21 KiB [built] [code generated]
|
|
15
|
+
webpack 5.107.2 compiled successfully in 9053 ms
|
|
16
|
+
2026-07-22T13:11:18.142Z [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,16 @@
|
|
|
1
1
|
# @shipfox/api-integration-sentry
|
|
2
2
|
|
|
3
|
+
## 7.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ac42c96]
|
|
8
|
+
- Updated dependencies [6ce08c0]
|
|
9
|
+
- @shipfox/node-fastify@0.3.0
|
|
10
|
+
- @shipfox/node-module@0.5.0
|
|
11
|
+
- @shipfox/node-opentelemetry@0.6.0
|
|
12
|
+
- @shipfox/api-auth-context@7.1.0
|
|
13
|
+
|
|
3
14
|
## 6.0.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|