@auto-engineer/id 0.11.4 → 0.11.5

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,6 @@
1
1
 
2
2
  
3
- > @auto-engineer/id@0.11.4 build /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
+ > @auto-engineer/id@0.11.5 build /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
4
4
  > tsc && tsx ../../scripts/fix-esm-imports.ts
5
5
 
6
6
  Fixed ESM imports in dist/
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @auto-engineer/id@0.11.4 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
+ > @auto-engineer/id@0.11.5 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
4
4
  > vitest run --reporter=dot
5
5
 
6
6
  [?25l
@@ -11,7 +11,7 @@
11
11
 
12
12
   Test Files  1 passed (1)
13
13
   Tests  2 passed (2)
14
-  Start at  08:02:31
15
-  Duration  406ms (transform 18ms, setup 0ms, collect 17ms, tests 2ms, environment 0ms, prepare 51ms)
14
+  Start at  08:25:40
15
+  Duration  455ms (transform 35ms, setup 0ms, collect 40ms, tests 2ms, environment 0ms, prepare 83ms)
16
16
 
17
17
  [?25h
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @auto-engineer/id@0.11.4 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
+ > @auto-engineer/id@0.11.5 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
4
4
  > tsc --noEmit
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @auto-engineer/id
2
2
 
3
+ ## 0.11.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix paths and deps issues
8
+
3
9
  ## 0.11.4
4
10
 
5
11
  ## 0.11.3
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.11.4",
12
+ "version": "0.11.5",
13
13
  "scripts": {
14
14
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
15
15
  "test": "vitest run --reporter=dot",