@auto-engineer/id 0.11.5 → 0.11.7

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,6 +1,5 @@
1
-
2
- 
3
- > @auto-engineer/id@0.11.5 build /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
4
- > tsc && tsx ../../scripts/fix-esm-imports.ts
5
-
6
- Fixed ESM imports in dist/
1
+
2
+ > @auto-engineer/id@0.11.6 build /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
+ > tsc && tsx ../../scripts/fix-esm-imports.ts
4
+
5
+ Fixed ESM imports in dist/
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/id@0.11.3 format /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
2
+ > @auto-engineer/id@0.11.6 format /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
3
  > prettier --write "**/*.{js,ts,json,md,yml,yaml}" --ignore-path ../../.prettierignore --log-level warn
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/id@0.11.3 lint /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
2
+ > @auto-engineer/id@0.11.6 lint /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
3
  > eslint 'src/**/*.ts' --max-warnings 0 --config ../../eslint.config.ts
4
4
 
@@ -1,17 +1,14 @@
1
-
2
- 
3
- > @auto-engineer/id@0.11.5 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
4
- > vitest run --reporter=dot
5
-
6
- [?25l
7
-  RUN  v3.2.4 /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
8
-
9
- [?2026h*
10
- [?2026l··
11
-
12
-  Test Files  1 passed (1)
13
-  Tests  2 passed (2)
14
-  Start at  08:25:40
15
-  Duration  455ms (transform 35ms, setup 0ms, collect 40ms, tests 2ms, environment 0ms, prepare 83ms)
16
-
17
- [?25h
1
+
2
+ > @auto-engineer/id@0.11.6 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
+ > vitest run --reporter=dot
4
+
5
+
6
+ RUN v3.2.4 /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
7
+
8
+ ··
9
+
10
+ Test Files 1 passed (1)
11
+ Tests 2 passed (2)
12
+ Start at 10:03:21
13
+ Duration 734ms (transform 30ms, setup 0ms, collect 44ms, tests 2ms, environment 0ms, prepare 194ms)
14
+
@@ -1,5 +1,4 @@
1
-
2
- 
3
- > @auto-engineer/id@0.11.5 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
4
- > tsc --noEmit
5
-
1
+
2
+ > @auto-engineer/id@0.11.6 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
+ > tsc --noEmit
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @auto-engineer/id
2
2
 
3
+ ## 0.11.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix template paths issue
8
+
9
+ ## 0.11.6
10
+
11
+ ### Patch Changes
12
+
13
+ - fix test retries
14
+
3
15
  ## 0.11.5
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.11.5",
12
+ "version": "0.11.7",
13
13
  "scripts": {
14
14
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
15
15
  "test": "vitest run --reporter=dot",