@auto-engineer/id 0.11.6 → 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.5 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.5 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,5 +1,5 @@
1
1
 
2
- > @auto-engineer/id@0.11.5 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
2
+ > @auto-engineer/id@0.11.6 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
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 2 passed (2)
12
- Start at 09:48:35
13
- Duration 778ms (transform 49ms, setup 0ms, collect 35ms, tests 2ms, environment 0ms, prepare 377ms)
12
+ Start at 10:03:21
13
+ Duration 734ms (transform 30ms, setup 0ms, collect 44ms, tests 2ms, environment 0ms, prepare 194ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/id@0.11.5 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
2
+ > @auto-engineer/id@0.11.6 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @auto-engineer/id
2
2
 
3
+ ## 0.11.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix template paths issue
8
+
3
9
  ## 0.11.6
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.11.6",
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",