@auto-engineer/frontend-generator-react-graphql 1.5.3 → 1.5.4

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 +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @auto-engineer/frontend-react-graphql-generator
2
2
 
3
+ ## 1.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`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()
8
+ - **global**: version packages
9
+ - **global**: add changeset
10
+
11
+ - [`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
12
+
13
+ - Updated dependencies [[`4eeece7`](https://github.com/BeOnAuto/auto-engineer/commit/4eeece7f0894d49e62b374dd0461d9a41bbe169b), [`867ff17`](https://github.com/BeOnAuto/auto-engineer/commit/867ff17b14e0167f362a88a7d14b6b6e75702774)]:
14
+ - @auto-engineer/ai-gateway@1.5.4
15
+ - @auto-engineer/message-bus@1.5.4
16
+
3
17
  ## 1.5.3
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -22,14 +22,14 @@
22
22
  "ejs": "^3.1.10",
23
23
  "graphql": "^16.11.0",
24
24
  "openai": "^4.104.0",
25
- "@auto-engineer/ai-gateway": "1.5.3",
26
- "@auto-engineer/message-bus": "1.5.3"
25
+ "@auto-engineer/ai-gateway": "1.5.4",
26
+ "@auto-engineer/message-bus": "1.5.4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/ejs": "^3.1.5",
30
- "@auto-engineer/cli": "1.5.3"
30
+ "@auto-engineer/cli": "1.5.4"
31
31
  },
32
- "version": "1.5.3",
32
+ "version": "1.5.4",
33
33
  "scripts": {
34
34
  "start": "tsx src/index.ts",
35
35
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && cp -r src/generator/templates dist/src/generator/ && cp -r shadcn-starter dist/ && cp -r mui-starter dist/",