@auto-engineer/server-checks 0.26.2 → 0.26.3

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 +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @auto-engineer/server-checks
2
2
 
3
+ ## 0.26.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e2539a5`](https://github.com/BeOnAuto/auto-engineer/commit/e2539a5c1e0648ae297d4f49680b4699fd67f075) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: version packages
8
+ - **narrative**: remove redundant id field from Module, use sourceFile as identifier
9
+ - Updated dependencies [[`e2539a5`](https://github.com/BeOnAuto/auto-engineer/commit/e2539a5c1e0648ae297d4f49680b4699fd67f075)]:
10
+ - @auto-engineer/cli@0.26.3
11
+ - @auto-engineer/message-bus@0.26.3
12
+
3
13
  ## 0.26.2
4
14
 
5
15
  ### 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": "0.26.2",
22
- "@auto-engineer/message-bus": "0.26.2"
21
+ "@auto-engineer/cli": "0.26.3",
22
+ "@auto-engineer/message-bus": "0.26.3"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
27
  "devDependencies": {
28
- "@auto-engineer/cli": "0.26.2"
28
+ "@auto-engineer/cli": "0.26.3"
29
29
  },
30
- "version": "0.26.2",
30
+ "version": "0.26.3",
31
31
  "scripts": {
32
32
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
33
33
  "test": "vitest run --reporter=dot",