@shipfox/api-workflows 7.0.1 → 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 +15 -15
- package/CHANGELOG.md +23 -0
- package/dist/temporal/workflows/index.bundle.js +17212 -3354
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +11 -36
- package/tsconfig.build.tsbuildinfo +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
$ shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js
|
|
2
|
-
Successfully compiled: 116 files with swc (
|
|
3
|
-
2026-07-
|
|
4
|
-
|
|
5
|
-
modules
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
modules by path
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
modules by path ./dist/ 39.5 KiB
|
|
12
|
-
modules by path ./dist/temporal/ 34.4 KiB 7 modules
|
|
2
|
+
Successfully compiled: 116 files with swc (840.1ms)
|
|
3
|
+
2026-07-22T13:13:07.556Z [INFO] asset workflow-bundle-21a9ae8beb3cb55dabc1.js 3.31 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/ 39.9 KiB
|
|
8
|
+
modules by path ./dist/temporal/ 34.8 KiB
|
|
9
|
+
modules by path ./dist/temporal/workflows/*.js 33.5 KiB 5 modules
|
|
10
|
+
+ 2 modules
|
|
13
11
|
modules by path ./dist/core/ 5.11 KiB
|
|
14
12
|
./dist/core/job-execution-outcome.js 1010 bytes [built] [code generated]
|
|
15
|
-
|
|
13
|
+
./dist/core/workflow-scheduling/run-progress.js 1.29 KiB [built] [code generated]
|
|
14
|
+
./dist/core/workflow-scheduling/schedule-runtime-dag.js 2.83 KiB [built] [code generated]
|
|
16
15
|
optional modules 30 bytes [optional]
|
|
17
16
|
__temporal_custom_payload_converter (ignored) 15 bytes [optional] [built] [code generated]
|
|
18
17
|
__temporal_custom_failure_converter (ignored) 15 bytes [optional] [built] [code generated]
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
../../shared/node/temporal/dist/workflow-error-interceptor.js 1.21 KiB [built] [code generated]
|
|
19
|
+
webpack 5.107.2 compiled successfully in 9135 ms
|
|
20
|
+
2026-07-22T13:13:07.570Z [INFO] Workflow bundle created { size: '3.31MB' }
|
|
21
|
+
/home/runner/work/shipfox/shipfox/libs/api/workflows/dist/temporal/workflows/index.js: 3470576 bytes
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @shipfox/api-workflows
|
|
2
2
|
|
|
3
|
+
## 7.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ac42c96]
|
|
8
|
+
- Updated dependencies [769d919]
|
|
9
|
+
- Updated dependencies [6ce08c0]
|
|
10
|
+
- @shipfox/node-error-monitoring@0.2.0
|
|
11
|
+
- @shipfox/node-fastify@0.3.0
|
|
12
|
+
- @shipfox/node-module@0.5.0
|
|
13
|
+
- @shipfox/node-temporal@0.4.0
|
|
14
|
+
- @shipfox/api-runners@7.1.0
|
|
15
|
+
- @shipfox/api-auth-dto@7.1.0
|
|
16
|
+
- @shipfox/node-opentelemetry@0.6.0
|
|
17
|
+
- @shipfox/api-auth-context@7.1.0
|
|
18
|
+
- @shipfox/api-projects@7.1.0
|
|
19
|
+
|
|
20
|
+
## 7.0.2
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- @shipfox/api-runners@7.0.2
|
|
25
|
+
|
|
3
26
|
## 7.0.1
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|