@auto-engineer/server-implementer 1.51.0 → 1.53.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.
@@ -1,6 +1,5 @@
1
-  WARN  Issue while reading "/home/runner/work/auto-engineer/auto-engineer/.npmrc". Failed to replace env in config: ${NODE_AUTH_TOKEN}
2
1
 
3
- > @auto-engineer/server-implementer@1.51.0 build /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.53.0 build /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
4
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
5
4
 
6
5
  Fixed ESM imports in dist/
@@ -1,6 +1,5 @@
1
-  WARN  Issue while reading "/home/runner/work/auto-engineer/auto-engineer/.npmrc". Failed to replace env in config: ${NODE_AUTH_TOKEN}
2
1
 
3
- > @auto-engineer/server-implementer@1.50.0 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.52.0 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
4
3
  > vitest run --reporter=dot
5
4
 
6
5
 
@@ -8,7 +7,7 @@
8
7
 
9
8
 
10
9
  No test files found, exiting with code 0
11
- include: **/*.specs.{js,ts,tsx}
12
10
 
11
+ include: **/*.specs.{js,ts,tsx}
13
12
  exclude: **/.tmp/**, **/node_modules/**, **/dist/**, **/examples/**, **/create-auto-app/templates/**, **/*-starter/**, **/vite.config.ts
14
13
 
@@ -1,5 +1,4 @@
1
-  WARN  Issue while reading "/home/runner/work/auto-engineer/auto-engineer/.npmrc". Failed to replace env in config: ${NODE_AUTH_TOKEN}
2
1
 
3
- > @auto-engineer/server-implementer@1.50.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.52.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
4
3
  > tsc --noEmit
5
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @auto-engineer/server-implementer
2
2
 
3
+ ## 1.53.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`26b3f6c`](https://github.com/BeOnAuto/auto-engineer/commit/26b3f6cd80eda2b5378d196a695b4db9b0dab21a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: fix npmrc and remove prepublishOnly scripts
8
+ - **global**: version packages
9
+
10
+ ### Patch Changes
11
+
12
+ - [`2a0aa7c`](https://github.com/BeOnAuto/auto-engineer/commit/2a0aa7c847624c383493704a2db1fc3f6baf0550) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed authentication token path configuration for package publishing
13
+
14
+ - Updated dependencies [[`2a0aa7c`](https://github.com/BeOnAuto/auto-engineer/commit/2a0aa7c847624c383493704a2db1fc3f6baf0550), [`26b3f6c`](https://github.com/BeOnAuto/auto-engineer/commit/26b3f6cd80eda2b5378d196a695b4db9b0dab21a)]:
15
+ - @auto-engineer/message-bus@1.53.0
16
+ - @auto-engineer/model-factory@1.53.0
17
+
18
+ ## 1.52.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [`446f3f1`](https://github.com/BeOnAuto/auto-engineer/commit/446f3f1a03e1bc432ea3944d03a1e2bb43b6d009) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add auth token configuration to .npmrc
23
+ - **root**: add passThroughEnv for environment variables
24
+ - **root**: add release script to all packages and update turbo configuration
25
+ - **root**: add --no-git-checks option to publish command
26
+ - **root**: add workspace concurrency option to publish command
27
+
28
+ - [`c40f3ae`](https://github.com/BeOnAuto/auto-engineer/commit/c40f3ae6336115bdf2a5e4fcec9707cd9e32b5a7) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed npm registry configuration for package publishing
29
+ - Removed prepublishOnly scripts across packages
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [[`446f3f1`](https://github.com/BeOnAuto/auto-engineer/commit/446f3f1a03e1bc432ea3944d03a1e2bb43b6d009), [`c40f3ae`](https://github.com/BeOnAuto/auto-engineer/commit/c40f3ae6336115bdf2a5e4fcec9707cd9e32b5a7)]:
34
+ - @auto-engineer/message-bus@1.52.0
35
+ - @auto-engineer/model-factory@1.52.0
36
+
3
37
  ## 1.51.0
4
38
 
5
39
  ### Minor Changes
package/package.json CHANGED
@@ -18,8 +18,8 @@
18
18
  "debug": "^4.3.4",
19
19
  "fast-glob": "^3.3.3",
20
20
  "vite": "^5.4.1",
21
- "@auto-engineer/model-factory": "1.51.0",
22
- "@auto-engineer/message-bus": "1.51.0"
21
+ "@auto-engineer/model-factory": "1.53.0",
22
+ "@auto-engineer/message-bus": "1.53.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/fs-extra": "^11.0.4",
@@ -29,9 +29,9 @@
29
29
  "glob": "^11.0.3",
30
30
  "tsx": "^4.20.3",
31
31
  "typescript": "^5.8.3",
32
- "@auto-engineer/cli": "1.51.0"
32
+ "@auto-engineer/cli": "1.53.0"
33
33
  },
34
- "version": "1.51.0",
34
+ "version": "1.53.0",
35
35
  "scripts": {
36
36
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
37
37
  "test": "vitest run --reporter=dot",