@auto-engineer/file-store 1.10.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/file-store@1.10.0 build /home/runner/work/auto-engineer/auto-engineer/packages/file-store
2
+ > @auto-engineer/file-store@1.12.0 build /home/runner/work/auto-engineer/auto-engineer/packages/file-store
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-store@1.10.0 test /home/runner/work/auto-engineer/auto-engineer/packages/file-store
2
+ > @auto-engineer/file-store@1.12.0 test /home/runner/work/auto-engineer/auto-engineer/packages/file-store
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  5 passed (5)
12
-  Start at  12:01:44
13
-  Duration  2.00s (transform 425ms, setup 0ms, collect 385ms, tests 173ms, environment 0ms, prepare 501ms)
12
+  Start at  18:39:29
13
+  Duration  1.96s (transform 340ms, setup 0ms, collect 331ms, tests 125ms, environment 0ms, prepare 524ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/file-store@1.10.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/file-store
2
+ > @auto-engineer/file-store@1.12.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/file-store
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @auto-engineer/file-store
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
+ ## 1.11.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [`94f3151`](https://github.com/BeOnAuto/auto-engineer/commit/94f315181e69e190f84ba06871b27591e27771c2) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added a lightweight schema subpath export for the narrative package, allowing consumers to import Zod schemas and TypeScript types without pulling in heavy dependencies like typescript, prettier, or graphql
18
+
19
+ - [`afd1cd2`](https://github.com/BeOnAuto/auto-engineer/commit/afd1cd28412d12ba7c29ba133fdf57616cf42370) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **packages/frontend-implementer**: updates implementation prompt
20
+ - **global**: version packages
21
+ - **global**: add changeset
22
+
3
23
  ## 1.10.0
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
- "version": "1.10.0",
20
+ "version": "1.12.0",
21
21
  "scripts": {
22
22
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
23
23
  "test": "vitest run --reporter=dot",