@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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @monorepolint/utils@0.5.0 clean /home/runner/work/monorepolint/monorepolint/packages/utils
2
+ > @monorepolint/utils@0.6.0-alpha.1 clean /home/runner/work/monorepolint/monorepolint/packages/utils
3
3
  > rm -rf build dist lib node_modules *.tgz tsconfig.tsbuildinfo
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @monorepolint/utils@0.5.0 compile-typescript /home/runner/work/monorepolint/monorepolint/packages/utils
2
+ > @monorepolint/utils@0.6.0-alpha.1 compile-typescript /home/runner/work/monorepolint/monorepolint/packages/utils
3
3
  > tsc --build
4
4
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @monorepolint/utils@0.5.0 lint /home/runner/work/monorepolint/monorepolint/packages/utils
2
+ > @monorepolint/utils@0.6.0-alpha.1 lint /home/runner/work/monorepolint/monorepolint/packages/utils
3
3
  > eslint .
4
4
 
5
5
 
@@ -1,26 +1,26 @@
1
1
 
2
- > @monorepolint/utils@0.5.0 test /home/runner/work/monorepolint/monorepolint/packages/utils
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:2532) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
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
   PASS  src/__tests__/CachingHost.spec.ts
8
8
  CachingHost
9
9
  fs
10
- ✓ Answers exists() properly (13 ms)
11
- ✓ properly handles deletes (3 ms)
10
+ ✓ Answers exists() properly (20 ms)
11
+ ✓ properly handles deletes (2 ms)
12
12
  ✓ handles simple read/write workflow (2 ms)
13
13
  ✓ handles target symlink changing (1 ms)
14
14
  ✓ handles writing symlinks properly (3 ms)
15
- ✓ handles writing symlinks properly if you read it first (3 ms)
16
- ✓ handles creating new symlinks (8 ms)
15
+ ✓ handles writing symlinks properly if you read it first (4 ms)
16
+ ✓ handles creating new symlinks (3 ms)
17
17
  ✓ makes directories (2 ms)
18
- ✓ can unlink empty dirs (1 ms)
18
+ ✓ can unlink empty dirs (3 ms)
19
19
  ✓ doesnt let you delete a directory with files (29 ms)
20
20
  ✓ doesn't let you rmdir() a file (2 ms)
21
21
 
22
22
  Test Suites: 1 passed, 1 total
23
23
  Tests: 11 passed, 11 total
24
24
  Snapshots: 0 total
25
- Time: 4.095 s
25
+ Time: 4.546 s
26
26
  Ran all test suites.
@@ -1,5 +1,5 @@
1
1
 
2
- > @monorepolint/utils@0.5.0 transpile-typescript /home/runner/work/monorepolint/monorepolint/packages/utils
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
  CLI Building entry: src/index.ts
@@ -11,4 +11,4 @@
11
11
  ESM Build start
12
12
  ESM build/js/index.js 26.63 KB
13
13
  ESM build/js/index.js.map 59.86 KB
14
- ESM ⚡️ Build success in 106ms
14
+ ESM ⚡️ Build success in 45ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @monorepolint/utils
2
2
 
3
+ ## 0.6.0-alpha.1
4
+
5
+ ## 0.6.0-alpha.0
6
+
3
7
  ## 0.5.0
4
8
 
5
9
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monorepolint/utils",
3
- "version": "0.5.0",
3
+ "version": "0.6.0-alpha.1",
4
4
  "author": "Eric L Anderson (https://github.com/ericanderson)",
5
5
  "contributors": [
6
6
  "Mac Lockard (https://github.com/maclockard)"