@shipfox/api-triggers 2.0.0 → 4.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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,21 @@
|
|
|
1
|
-
$ shipfox-swc
|
|
2
|
-
Successfully compiled: 56 files with swc (
|
|
1
|
+
$ shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js
|
|
2
|
+
Successfully compiled: 56 files with swc (310.43ms)
|
|
3
|
+
2026-07-19T08:15:40.314Z [INFO] asset workflow-bundle-c6357fb5676e5edf087a.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/ 3.72 KiB
|
|
12
|
+
./dist/temporal/workflows/index-autogenerated-entrypoint.cjs 527 bytes [built] [code generated]
|
|
13
|
+
./dist/temporal/workflows/index.js 126 bytes [built] [code generated]
|
|
14
|
+
./dist/temporal/workflows/cron-tick-cron.js 2.56 KiB [built] [code generated]
|
|
15
|
+
./dist/temporal/workflows/prune-trigger-events-cron.js 528 bytes [built] [code generated]
|
|
16
|
+
optional modules 30 bytes [optional]
|
|
17
|
+
__temporal_custom_payload_converter (ignored) 15 bytes [optional] [built] [code generated]
|
|
18
|
+
__temporal_custom_failure_converter (ignored) 15 bytes [optional] [built] [code generated]
|
|
19
|
+
webpack 5.107.2 compiled successfully in 2399 ms
|
|
20
|
+
2026-07-19T08:15:40.320Z [INFO] Workflow bundle created { size: '1.45MB' }
|
|
21
|
+
/home/runner/work/shipfox/shipfox/libs/api/triggers/dist/temporal/workflows/index.js: 1524360 bytes
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @shipfox/api-triggers
|
|
2
2
|
|
|
3
|
+
## 4.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [bbba3b7]
|
|
8
|
+
- @shipfox/node-drizzle@0.3.0
|
|
9
|
+
- @shipfox/api-projects@4.0.0
|
|
10
|
+
- @shipfox/api-workflows@4.0.0
|
|
11
|
+
- @shipfox/node-module@0.3.1
|
|
12
|
+
- @shipfox/node-outbox@0.2.2
|
|
13
|
+
|
|
14
|
+
## 3.0.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 7a71e7d: Aligns published dependency ranges with the workspace catalog policy.
|
|
19
|
+
- 08fc93b: Adds prebuilt production Temporal workflow bundles to API packages and removes runtime workflow compilation.
|
|
20
|
+
- Updated dependencies [3976f8c]
|
|
21
|
+
- Updated dependencies [6b23868]
|
|
22
|
+
- Updated dependencies [7ce5c9e]
|
|
23
|
+
- Updated dependencies [c5ee18f]
|
|
24
|
+
- Updated dependencies [7a71e7d]
|
|
25
|
+
- Updated dependencies [08fc93b]
|
|
26
|
+
- @shipfox/node-module@0.3.0
|
|
27
|
+
- @shipfox/api-integration-core-dto@3.0.0
|
|
28
|
+
- @shipfox/workflow-document@2.1.0
|
|
29
|
+
- @shipfox/node-temporal@0.3.0
|
|
30
|
+
- @shipfox/api-projects@3.0.0
|
|
31
|
+
- @shipfox/api-workflows@3.0.0
|
|
32
|
+
- @shipfox/expression@1.1.2
|
|
33
|
+
- @shipfox/node-opentelemetry@0.5.1
|
|
34
|
+
- @shipfox/node-fastify@0.2.2
|
|
35
|
+
- @shipfox/api-auth-context@3.0.0
|
|
36
|
+
|
|
3
37
|
## 2.0.0
|
|
4
38
|
|
|
5
39
|
### Minor Changes
|