@auto-engineer/server-checks 1.5.3 → 1.5.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @auto-engineer/server-checks
2
2
 
3
+ ## 1.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`237ff60`](https://github.com/BeOnAuto/auto-engineer/commit/237ff604674b188645017b7f80cf5d248aadc5b1) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: register foreach-phased handlers with PhasedExecutor
8
+ - **global**: version packages
9
+ - **global**: add changeset
10
+ - Updated dependencies [[`237ff60`](https://github.com/BeOnAuto/auto-engineer/commit/237ff604674b188645017b7f80cf5d248aadc5b1)]:
11
+ - @auto-engineer/cli@1.5.5
12
+ - @auto-engineer/message-bus@1.5.5
13
+
14
+ ## 1.5.4
15
+
16
+ ### Patch Changes
17
+
18
+ - [`4eeece7`](https://github.com/BeOnAuto/auto-engineer/commit/4eeece7f0894d49e62b374dd0461d9a41bbe169b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: wrap Date fields in nested objects and arrays with new Date()
19
+ - **global**: version packages
20
+ - **global**: add changeset
21
+
22
+ - [`867ff17`](https://github.com/BeOnAuto/auto-engineer/commit/867ff17b14e0167f362a88a7d14b6b6e75702774) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed registration of foreach-phased handlers to properly work with the PhasedExecutor
23
+
24
+ - Updated dependencies [[`4eeece7`](https://github.com/BeOnAuto/auto-engineer/commit/4eeece7f0894d49e62b374dd0461d9a41bbe169b), [`867ff17`](https://github.com/BeOnAuto/auto-engineer/commit/867ff17b14e0167f362a88a7d14b6b6e75702774)]:
25
+ - @auto-engineer/cli@1.5.4
26
+ - @auto-engineer/message-bus@1.5.4
27
+
3
28
  ## 1.5.3
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -18,16 +18,16 @@
18
18
  "debug": "^4.4.1",
19
19
  "execa": "^9.5.2",
20
20
  "fast-glob": "^3.3.2",
21
- "@auto-engineer/cli": "1.5.3",
22
- "@auto-engineer/message-bus": "1.5.3"
21
+ "@auto-engineer/cli": "1.5.5",
22
+ "@auto-engineer/message-bus": "1.5.5"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
27
  "devDependencies": {
28
- "@auto-engineer/cli": "1.5.3"
28
+ "@auto-engineer/cli": "1.5.5"
29
29
  },
30
- "version": "1.5.3",
30
+ "version": "1.5.5",
31
31
  "scripts": {
32
32
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
33
33
  "test": "vitest run --reporter=dot",