@auto-engineer/model-factory 1.36.1 → 1.36.3

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/model-factory@1.36.0 build /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.36.2 build /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
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/model-factory@1.36.0 test /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.36.2 test /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
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  13 passed (13)
12
-  Start at  07:06:37
13
-  Duration  2.35s (transform 525ms, setup 0ms, collect 453ms, tests 264ms, environment 0ms, prepare 624ms)
12
+  Start at  07:38:26
13
+  Duration  2.69s (transform 580ms, setup 0ms, collect 484ms, tests 437ms, environment 0ms, prepare 643ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/model-factory@1.36.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.36.2 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @auto-engineer/model-factory
2
2
 
3
+ ## 1.36.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`318c6d0`](https://github.com/BeOnAuto/auto-engineer/commit/318c6d06322ecdc912ec4b00f0deac5c977dbe6f) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **dev-server**: pnpm frozen files
8
+ - **dev-server**: add --no-frozen-lockfile to all pnpm install commands
9
+ - **global**: version packages
10
+ - **global**: version packages
11
+
12
+ - [`06ac197`](https://github.com/BeOnAuto/auto-engineer/commit/06ac197d20977a5cd0c282fa0f768bd32155b365) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Increased retry delays for Storybook connection to improve reliability when waiting for the dev server to become available
13
+
14
+ ## 1.36.2
15
+
16
+ ### Patch Changes
17
+
18
+ - [`f12db1f`](https://github.com/BeOnAuto/auto-engineer/commit/f12db1f00c39e655dc33e8b482f06bf677b7675b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **dev-server**: add --no-frozen-lockfile to all pnpm install commands
19
+ - **global**: version packages
20
+
21
+ - [`784037d`](https://github.com/BeOnAuto/auto-engineer/commit/784037d7fcc521e47caea4ef1785d1d6962057df) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed frozen lockfile issues in the dev server's package installation
22
+
3
23
  ## 1.36.1
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "version": "1.36.1",
25
+ "version": "1.36.3",
26
26
  "scripts": {
27
27
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
28
28
  "test": "vitest run --reporter=dot",