@monorepolint/utils 0.5.0 → 0.6.0-alpha.1
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-clean.log
CHANGED
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
|
|
2
|
-
> @monorepolint/utils@0.
|
|
2
|
+
> @monorepolint/utils@0.6.0-alpha.1 test /home/runner/work/monorepolint/monorepolint/packages/utils
|
|
3
3
|
> NODE_OPTIONS=--experimental-vm-modules jest --colors --passWithNoTests
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:2516) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
6
6
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
7
7
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mCachingHost.spec.ts[22m
|
|
8
8
|
CachingHost
|
|
9
9
|
fs
|
|
10
|
-
[32m✓[39m [2mAnswers exists() properly (
|
|
11
|
-
[32m✓[39m [2mproperly handles deletes (
|
|
10
|
+
[32m✓[39m [2mAnswers exists() properly (20 ms)[22m
|
|
11
|
+
[32m✓[39m [2mproperly handles deletes (2 ms)[22m
|
|
12
12
|
[32m✓[39m [2mhandles simple read/write workflow (2 ms)[22m
|
|
13
13
|
[32m✓[39m [2mhandles target symlink changing (1 ms)[22m
|
|
14
14
|
[32m✓[39m [2mhandles writing symlinks properly (3 ms)[22m
|
|
15
|
-
[32m✓[39m [2mhandles writing symlinks properly if you read it first (
|
|
16
|
-
[32m✓[39m [2mhandles creating new symlinks (
|
|
15
|
+
[32m✓[39m [2mhandles writing symlinks properly if you read it first (4 ms)[22m
|
|
16
|
+
[32m✓[39m [2mhandles creating new symlinks (3 ms)[22m
|
|
17
17
|
[32m✓[39m [2mmakes directories (2 ms)[22m
|
|
18
|
-
[32m✓[39m [2mcan unlink empty dirs (
|
|
18
|
+
[32m✓[39m [2mcan unlink empty dirs (3 ms)[22m
|
|
19
19
|
[32m✓[39m [2mdoesnt let you delete a directory with files (29 ms)[22m
|
|
20
20
|
[32m✓[39m [2mdoesn't let you rmdir() a file (2 ms)[22m
|
|
21
21
|
|
|
22
22
|
[1mTest Suites: [22m[1m[32m1 passed[39m[22m, 1 total
|
|
23
23
|
[1mTests: [22m[1m[32m11 passed[39m[22m, 11 total
|
|
24
24
|
[1mSnapshots: [22m0 total
|
|
25
|
-
[1mTime:[22m 4.
|
|
25
|
+
[1mTime:[22m 4.546 s
|
|
26
26
|
[2mRan all test suites[22m[2m.[22m
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @monorepolint/utils@0.
|
|
2
|
+
> @monorepolint/utils@0.6.0-alpha.1 transpile-typescript /home/runner/work/monorepolint/monorepolint/packages/utils
|
|
3
3
|
> tsup --config ../../tsup.config.cjs
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[32mESM[39m [1mbuild/js/index.js [22m[32m26.63 KB[39m
|
|
13
13
|
[32mESM[39m [1mbuild/js/index.js.map [22m[32m59.86 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 45ms
|
package/CHANGELOG.md
CHANGED