@auto-engineer/file-store 0.11.3 → 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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @auto-engineer/file-store@0.11.
|
|
3
|
+
> @auto-engineer/file-store@0.11.5 build /Users/sam/WebstormProjects/top/auto-engineer-3/packages/file-store
|
|
4
4
|
> tsc && tsx ../../scripts/fix-esm-imports.ts
|
|
5
5
|
|
|
6
6
|
Fixed ESM imports in dist/
|
package/.turbo/turbo-format.log
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
|
|
2
|
+
> @auto-engineer/file-store@0.11.3 format /Users/sam/WebstormProjects/top/auto-engineer-3/packages/file-store
|
|
3
|
+
> prettier --write "**/*.{js,ts,json,md,yml,yaml}" --ignore-path ../../.prettierignore --log-level warn
|
|
4
|
+
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
|
|
2
|
+
> @auto-engineer/file-store@0.11.3 lint /Users/sam/WebstormProjects/top/auto-engineer-3/packages/file-store
|
|
3
|
+
> eslint 'src/**/*.ts' --max-warnings 0 --config ../../eslint.config.ts
|
|
4
|
+
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @auto-engineer/file-store@0.11.
|
|
3
|
+
> @auto-engineer/file-store@0.11.5 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/file-store
|
|
4
4
|
> vitest run --reporter=dot
|
|
5
5
|
|
|
6
6
|
[?25l
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
13
13
|
[2m Tests [22m [1m[32m5 passed[39m[22m[90m (5)[39m
|
|
14
|
-
[2m Start at [22m
|
|
15
|
-
[2m Duration [22m
|
|
14
|
+
[2m Start at [22m 08:25:42
|
|
15
|
+
[2m Duration [22m 806ms[2m (transform 41ms, setup 0ms, collect 139ms, tests 48ms, environment 0ms, prepare 88ms)[22m
|
|
16
16
|
|
|
17
17
|
[?25h
|
package/CHANGELOG.md
CHANGED