@auto-engineer/frontend-generator-react-graphql 1.11.0 → 1.12.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.
- package/CHANGELOG.md +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @auto-engineer/frontend-react-graphql-generator
|
|
2
2
|
|
|
3
|
+
## 1.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`a425971`](https://github.com/BeOnAuto/auto-engineer/commit/a4259717bdd3bd1c9f0194c9c33c46bbff510f00) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **packages/narrative**: add @auto-engineer/narrative/schema subpath export
|
|
8
|
+
- **packages/model-diff**: new package for model-level change detection (incremental generation)
|
|
9
|
+
- **packages/server-generator-apollo-emmett**: add incremental generation support via model-diff change sets
|
|
10
|
+
- **global**: version packages
|
|
11
|
+
- **global**: add changeset
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`a425971`](https://github.com/BeOnAuto/auto-engineer/commit/a4259717bdd3bd1c9f0194c9c33c46bbff510f00)]:
|
|
16
|
+
- @auto-engineer/ai-gateway@1.12.0
|
|
17
|
+
- @auto-engineer/message-bus@1.12.0
|
|
18
|
+
|
|
3
19
|
## 1.11.0
|
|
4
20
|
|
|
5
21
|
### 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/
|
|
26
|
-
"@auto-engineer/
|
|
25
|
+
"@auto-engineer/ai-gateway": "1.12.0",
|
|
26
|
+
"@auto-engineer/message-bus": "1.12.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/ejs": "^3.1.5",
|
|
30
|
-
"@auto-engineer/cli": "1.
|
|
30
|
+
"@auto-engineer/cli": "1.12.0"
|
|
31
31
|
},
|
|
32
|
-
"version": "1.
|
|
32
|
+
"version": "1.12.0",
|
|
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/",
|