@auto-engineer/id 0.11.3 → 0.11.4

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