@shipfox/api-integration-core 6.0.0 → 7.0.1

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: 50 files with swc (537.34ms)
3
- 2026-07-21T08:11:11.281Z [INFO] asset workflow-bundle-fe8baaf5b68e0b2328d8.js 1.45 MiB [emitted] [immutable] (name: main)
2
+ Successfully compiled: 50 files with swc (404.16ms)
3
+ 2026-07-22T08:00:26.847Z [INFO] asset workflow-bundle-fe8baaf5b68e0b2328d8.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/ 1020 bytes
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 3023 ms
19
- 2026-07-21T08:11:11.298Z [INFO] Workflow bundle created { size: '1.45MB' }
18
+ webpack 5.107.2 compiled successfully in 3747 ms
19
+ 2026-07-22T08:00:26.871Z [INFO] Workflow bundle created { size: '1.45MB' }
20
20
  /home/runner/work/shipfox/shipfox/libs/api/integration/core/dist/temporal/workflows/index.js: 1516260 bytes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @shipfox/api-integration-core
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ffc7fc9: Republishes the affected release set after recovering package publication.
8
+ - Updated dependencies [ffc7fc9]
9
+ - @shipfox/api-integration-github@7.0.1
10
+ - @shipfox/api-integration-jira@7.0.1
11
+ - @shipfox/api-integration-linear@7.0.1
12
+
13
+ ## 7.0.0
14
+
15
+ ### Patch Changes
16
+
17
+ - @shipfox/api-integration-github@7.0.0
18
+ - @shipfox/api-integration-jira@7.0.0
19
+ - @shipfox/api-integration-linear@7.0.0
20
+
3
21
  ## 6.0.0
4
22
 
5
23
  ### Major Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shipfox/api-integration-core",
3
3
  "license": "MIT",
4
- "version": "6.0.0",
4
+ "version": "7.0.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/ShipfoxHQ/shipfox.git",
@@ -33,9 +33,9 @@
33
33
  "@shipfox/api-integration-core-dto": "6.0.0",
34
34
  "@shipfox/api-workspaces-dto": "6.0.0",
35
35
  "@shipfox/api-integration-gitea": "6.0.0",
36
- "@shipfox/api-integration-github": "6.0.0",
37
- "@shipfox/api-integration-jira": "6.0.0",
38
- "@shipfox/api-integration-linear": "6.0.0",
36
+ "@shipfox/api-integration-github": "7.0.1",
37
+ "@shipfox/api-integration-jira": "7.0.1",
38
+ "@shipfox/api-integration-linear": "7.0.1",
39
39
  "@shipfox/api-integration-sentry": "6.0.0",
40
40
  "@shipfox/api-integration-slack": "6.0.0",
41
41
  "@shipfox/api-integration-webhook": "6.0.0",