@auto-engineer/generate-react-client 1.125.0 → 1.127.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @auto-engineer/generate-react-client
2
2
 
3
+ ## 1.127.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f9352b5`](https://github.com/BeOnAuto/auto-engineer/commit/f9352b5c89c56c861633854c8fa90f16eed90e09) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added image asset and design schemas for enhanced visual representation in narratives
8
+
9
+ ### Patch Changes
10
+
11
+ - [`dce5b7c`](https://github.com/BeOnAuto/auto-engineer/commit/dce5b7c605de0d818c8c8687730b5f218fd1ea18) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: remove optional marker from projection state fields
12
+ - **global**: version packages
13
+
14
+ - [`5e1c3fb`](https://github.com/BeOnAuto/auto-engineer/commit/5e1c3fbcd7fcb2c127b93f1dba25fd508dc680bf) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated uuid dependency version to ensure compatibility and stability
15
+
16
+ - Updated dependencies [[`f9352b5`](https://github.com/BeOnAuto/auto-engineer/commit/f9352b5c89c56c861633854c8fa90f16eed90e09), [`dce5b7c`](https://github.com/BeOnAuto/auto-engineer/commit/dce5b7c605de0d818c8c8687730b5f218fd1ea18), [`5e1c3fb`](https://github.com/BeOnAuto/auto-engineer/commit/5e1c3fbcd7fcb2c127b93f1dba25fd508dc680bf)]:
17
+ - @auto-engineer/file-upload@1.127.0
18
+ - @auto-engineer/message-bus@1.127.0
19
+
20
+ ## 1.125.1
21
+
22
+ ### Patch Changes
23
+
24
+ - [`7500c5b`](https://github.com/BeOnAuto/auto-engineer/commit/7500c5bd40cdae5cdf1e02bd26cbc5d6da13dc32) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: prefix unused aggregateStream state var with underscore
25
+ - **server-generator-apollo-emmett**: rename then to thenSends in reactor spec
26
+ - **server-generator-apollo-emmett**: align ReactorLike return type with MessageHandlerResult
27
+ - **server-generator-apollo-emmett**: scaffold full send in register.ts.ejs with multi-event
28
+ - **server-generator-apollo-emmett**: support multiple event-command pairs in react.ts.ejs
29
+
30
+ - [`6460797`](https://github.com/BeOnAuto/auto-engineer/commit/6460797056f3524e94328a8ca791267476878f5b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: remove optional marker from projection state fields
31
+
32
+ - Updated dependencies [[`7500c5b`](https://github.com/BeOnAuto/auto-engineer/commit/7500c5bd40cdae5cdf1e02bd26cbc5d6da13dc32), [`6460797`](https://github.com/BeOnAuto/auto-engineer/commit/6460797056f3524e94328a8ca791267476878f5b)]:
33
+ - @auto-engineer/file-upload@1.125.1
34
+ - @auto-engineer/message-bus@1.125.1
35
+
3
36
  ## 1.125.0
4
37
 
5
38
  ### Minor Changes
package/package.json CHANGED
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "debug": "^4.4.1",
22
- "@auto-engineer/file-upload": "1.125.0",
23
- "@auto-engineer/message-bus": "1.125.0"
22
+ "@auto-engineer/file-upload": "1.127.0",
23
+ "@auto-engineer/message-bus": "1.127.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/debug": "^4.1.12"
27
27
  },
28
- "version": "1.125.0",
28
+ "version": "1.127.0",
29
29
  "scripts": {
30
30
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && rm -rf dist/starter && cp -r starter dist/",
31
31
  "test-cli": "tsx test-cli.ts",