@auto-engineer/frontend-generator-react-graphql 1.5.0 → 1.5.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6afefa3`](https://github.com/BeOnAuto/auto-engineer/commit/6afefa3cd483930b2cea1933f6b0d3e84a546a9b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: add query support to isMessageKind type guard
8
+ - **global**: version packages
9
+ - **global**: add changeset
10
+
11
+ - [`6edb039`](https://github.com/BeOnAuto/auto-engineer/commit/6edb0394444edcab597b6d149b3928debe9824c8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed browser compatibility issues with path utilities in cross-module imports
12
+
13
+ - Updated dependencies [[`6afefa3`](https://github.com/BeOnAuto/auto-engineer/commit/6afefa3cd483930b2cea1933f6b0d3e84a546a9b), [`6edb039`](https://github.com/BeOnAuto/auto-engineer/commit/6edb0394444edcab597b6d149b3928debe9824c8)]:
14
+ - @auto-engineer/ai-gateway@1.5.1
15
+ - @auto-engineer/message-bus@1.5.1
16
+
3
17
  ## 1.5.0
4
18
 
5
19
  ### Minor 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.0",
26
- "@auto-engineer/message-bus": "1.5.0"
25
+ "@auto-engineer/ai-gateway": "1.5.1",
26
+ "@auto-engineer/message-bus": "1.5.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/ejs": "^3.1.5",
30
- "@auto-engineer/cli": "1.5.0"
30
+ "@auto-engineer/cli": "1.5.1"
31
31
  },
32
- "version": "1.5.0",
32
+ "version": "1.5.1",
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/",