@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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
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/
|
package/.turbo/turbo-format.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/id@0.11.
|
|
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
|
|
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.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
|
|
13
|
-
Duration
|
|
12
|
+
Start at 10:03:21
|
|
13
|
+
Duration 734ms (transform 30ms, setup 0ms, collect 44ms, tests 2ms, environment 0ms, prepare 194ms)
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED