@auto-engineer/id 0.11.8 → 0.11.9
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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @auto-engineer/id@0.11.8 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/
|
package/.turbo/turbo-format.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/id@0.11.
|
|
2
|
+
> @auto-engineer/id@0.11.8 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
|
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/id@0.11.
|
|
2
|
+
> @auto-engineer/id@0.11.8 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
|
|
13
|
-
Duration
|
|
12
|
+
Start at 21:11:05
|
|
13
|
+
Duration 1.63s (transform 47ms, setup 0ms, collect 164ms, tests 2ms, environment 0ms, prepare 59ms)
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED