@shipfox/api-triggers 9.0.1 → 9.0.2

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: 58 files with swc (456.95ms)
3
- 2026-07-23T14:12:09.353Z [INFO] asset workflow-bundle-69915b80080285c7230d.js 3.17 MiB [emitted] [immutable] (name: main)
2
+ Successfully compiled: 58 files with swc (312.65ms)
3
+ 2026-07-24T15:39:12.319Z [INFO] asset workflow-bundle-69915b80080285c7230d.js 3.17 MiB [emitted] [immutable] (name: main)
4
4
  orphan modules 33.5 KiB [orphan] 21 modules
5
5
  runtime modules 1.13 KiB 5 modules
6
6
  modules by path ../../../node_modules/.pnpm/ 970 KiB 196 modules
@@ -13,6 +13,6 @@ optional modules 30 bytes [optional]
13
13
  __temporal_custom_payload_converter (ignored) 15 bytes [optional] [built] [code generated]
14
14
  __temporal_custom_failure_converter (ignored) 15 bytes [optional] [built] [code generated]
15
15
  ../../shared/node/temporal/dist/workflow-error-interceptor.js 1.21 KiB [built] [code generated]
16
- webpack 5.107.2 compiled successfully in 4502 ms
17
- 2026-07-23T14:12:09.365Z [INFO] Workflow bundle created { size: '3.17MB' }
16
+ webpack 5.107.2 compiled successfully in 6458 ms
17
+ 2026-07-24T15:39:12.334Z [INFO] Workflow bundle created { size: '3.17MB' }
18
18
  /home/runner/work/shipfox/shipfox/libs/api/triggers/dist/temporal/workflows/index.js: 3329015 bytes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @shipfox/api-triggers
2
2
 
3
+ ## 9.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 4b85404: Adds versioned architecture identity to participating package artifacts during publication.
8
+ - Updated dependencies [4b85404]
9
+ - @shipfox/api-auth-context@9.0.2
10
+ - @shipfox/api-definitions-dto@9.0.2
11
+ - @shipfox/api-integration-core-dto@9.0.2
12
+ - @shipfox/api-triggers-dto@9.0.2
13
+ - @shipfox/api-workflows-dto@9.0.2
14
+ - @shipfox/config@1.2.4
15
+ - @shipfox/expression@1.1.5
16
+ - @shipfox/inter-module@0.2.2
17
+ - @shipfox/node-drizzle@0.3.4
18
+ - @shipfox/node-error-monitoring@0.2.2
19
+ - @shipfox/node-fastify@0.3.2
20
+ - @shipfox/node-module@1.0.1
21
+ - @shipfox/node-opentelemetry@0.6.2
22
+ - @shipfox/node-outbox@0.2.6
23
+ - @shipfox/node-postgres@0.4.4
24
+ - @shipfox/node-temporal@0.4.2
25
+ - @shipfox/workflow-document@2.1.3
26
+
3
27
  ## 9.0.1
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shipfox/api-triggers",
3
3
  "license": "MIT",
4
- "version": "9.0.1",
4
+ "version": "9.0.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/ShipfoxHQ/shipfox.git",
@@ -22,27 +22,35 @@
22
22
  "cron-parser": "^5.6.1",
23
23
  "drizzle-orm": "^0.45.2",
24
24
  "zod": "^4.4.3",
25
- "@shipfox/api-auth-context": "9.0.1",
26
- "@shipfox/api-definitions-dto": "9.0.1",
27
- "@shipfox/api-integration-core-dto": "9.0.1",
28
- "@shipfox/api-triggers-dto": "9.0.1",
29
- "@shipfox/api-workflows-dto": "9.0.1",
30
- "@shipfox/config": "1.2.3",
31
- "@shipfox/expression": "1.1.4",
32
- "@shipfox/inter-module": "0.2.1",
33
- "@shipfox/node-drizzle": "0.3.3",
34
- "@shipfox/node-error-monitoring": "0.2.1",
35
- "@shipfox/node-fastify": "0.3.1",
36
- "@shipfox/node-module": "1.0.0",
37
- "@shipfox/node-opentelemetry": "0.6.1",
38
- "@shipfox/node-outbox": "0.2.5",
39
- "@shipfox/node-postgres": "0.4.3",
40
- "@shipfox/node-temporal": "0.4.1",
41
- "@shipfox/workflow-document": "2.1.2"
25
+ "@shipfox/api-integration-core-dto": "9.0.2",
26
+ "@shipfox/api-workflows-dto": "9.0.2",
27
+ "@shipfox/api-triggers-dto": "9.0.2",
28
+ "@shipfox/api-definitions-dto": "9.0.2",
29
+ "@shipfox/api-auth-context": "9.0.2",
30
+ "@shipfox/config": "1.2.4",
31
+ "@shipfox/expression": "1.1.5",
32
+ "@shipfox/node-error-monitoring": "0.2.2",
33
+ "@shipfox/node-fastify": "0.3.2",
34
+ "@shipfox/node-drizzle": "0.3.4",
35
+ "@shipfox/node-module": "1.0.1",
36
+ "@shipfox/node-opentelemetry": "0.6.2",
37
+ "@shipfox/node-outbox": "0.2.6",
38
+ "@shipfox/node-postgres": "0.4.4",
39
+ "@shipfox/inter-module": "0.2.2",
40
+ "@shipfox/node-temporal": "0.4.2",
41
+ "@shipfox/workflow-document": "2.1.3"
42
42
  },
43
43
  "imports": {
44
44
  "#*": "./dist/*"
45
45
  },
46
+ "shipfox": {
47
+ "architecture": {
48
+ "schema": 1,
49
+ "realm": "source-available",
50
+ "kind": "implementation",
51
+ "context": "triggers"
52
+ }
53
+ },
46
54
  "scripts": {
47
55
  "build": "shipfox-swc && shipfox-temporal-bundle dist/temporal/workflows/index.js",
48
56
  "check": "shipfox-biome-check",