@auto-engineer/file-upload 1.110.2 → 1.110.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/file-upload@1.110.2 build /home/runner/work/auto-engineer/auto-engineer/packages/file-upload
2
+ > @auto-engineer/file-upload@1.110.3 build /home/runner/work/auto-engineer/auto-engineer/packages/file-upload
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/file-upload@1.110.1 test /home/runner/work/auto-engineer/auto-engineer/packages/file-upload
2
+ > @auto-engineer/file-upload@1.110.2 test /home/runner/work/auto-engineer/auto-engineer/packages/file-upload
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  1 passed (1)
11
11
   Tests  10 passed (10)
12
-  Start at  15:42:04
13
-  Duration  2.48s (transform 431ms, setup 0ms, collect 421ms, tests 233ms, environment 0ms, prepare 664ms)
12
+  Start at  19:03:59
13
+  Duration  2.41s (transform 345ms, setup 0ms, collect 366ms, tests 365ms, environment 0ms, prepare 564ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/file-upload@1.110.1 type-check /home/runner/work/auto-engineer/auto-engineer/packages/file-upload
2
+ > @auto-engineer/file-upload@1.110.2 type-check /home/runner/work/auto-engineer/auto-engineer/packages/file-upload
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @auto-engineer/file-upload
2
2
 
3
+ ## 1.110.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`74bb7a6`](https://github.com/BeOnAuto/auto-engineer/commit/74bb7a6f4ad0860437189072c053801d5e4b8293) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Simplified how components are handled in the pipeline
8
+ - Enhanced the client implementation for improved reliability
9
+
10
+ - [`751d711`](https://github.com/BeOnAuto/auto-engineer/commit/751d711d16bc5c0148cd929a2576dfc59871fec4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-implementer**: exclude spec files from AI context in implement-slice
11
+ - **server-generator-apollo-emmett**: enrich missing event data in react specs template
12
+ - **server-generator-apollo-emmett**: validate query args against state fields in resolver
13
+ - **server-generator-apollo-emmett**: per-variable stream ID classification in handle.ts
14
+ - **server-generator-apollo-emmett**: filter non-events from query when-events
15
+
16
+ - [`8ff54ee`](https://github.com/BeOnAuto/auto-engineer/commit/8ff54ee75f4bb1d419285c5a1a6a9359176e56b8) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Restored lint, type-checking, test, and story fix loops in the pipeline
17
+
3
18
  ## 1.110.2
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
- "version": "1.110.2",
16
+ "version": "1.110.3",
17
17
  "scripts": {
18
18
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
19
19
  "test": "vitest run --reporter=dot",