@auto-engineer/id 0.11.1 → 0.11.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,6 +1,6 @@
1
1
 
2
2
  
3
- > @auto-engineer/id@0.11.1 build /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
+ > @auto-engineer/id@0.11.3 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,5 +1,5 @@
1
1
 
2
2
  
3
- > @auto-engineer/id@0.11.0 format /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
+ > @auto-engineer/id@0.11.2 format /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
4
4
  > prettier --write "**/*.{js,ts,json,md,yml,yaml}" --ignore-path ../../.prettierignore --log-level warn
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @auto-engineer/id@0.11.0 lint /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
+ > @auto-engineer/id@0.11.2 lint /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
4
4
  > eslint 'src/**/*.ts' --max-warnings 0 --config ../../eslint.config.ts
5
5
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @auto-engineer/id@0.11.1 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
+ > @auto-engineer/id@0.11.3 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  18:57:06
15
-  Duration  358ms (transform 41ms, setup 0ms, collect 66ms, tests 4ms, environment 0ms, prepare 65ms)
14
+  Start at  04:51:30
15
+  Duration  352ms (transform 19ms, setup 0ms, collect 18ms, tests 2ms, environment 0ms, prepare 63ms)
16
16
 
17
17
  [?25h
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @auto-engineer/id@0.11.1 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
3
+ > @auto-engineer/id@0.11.3 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/id
4
4
  > tsc --noEmit
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @auto-engineer/id
2
2
 
3
+ ## 0.11.3
4
+
5
+ ## 0.11.2
6
+
7
+ ### Patch Changes
8
+
9
+ - Fixes pipeline not showing
10
+
3
11
  ## 0.11.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.11.1",
12
+ "version": "0.11.3",
13
13
  "scripts": {
14
14
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
15
15
  "test": "vitest run --reporter=dot",