@atlaspack/fs 2.15.4 → 2.15.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/fs",
3
- "version": "2.15.4",
3
+ "version": "2.15.5",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "publishConfig": {
@@ -54,15 +54,15 @@
54
54
  "dependencies": {
55
55
  "@atlaspack/build-cache": "2.13.3",
56
56
  "@atlaspack/feature-flags": "2.16.0",
57
- "@atlaspack/logger": "2.14.9",
58
- "@atlaspack/rust": "3.3.4",
59
- "@atlaspack/types-internal": "2.14.7",
60
- "@atlaspack/utils": "2.14.9",
57
+ "@atlaspack/logger": "2.14.10",
58
+ "@atlaspack/rust": "3.3.5",
59
+ "@atlaspack/types-internal": "2.14.8",
60
+ "@atlaspack/utils": "2.14.10",
61
61
  "@parcel/watcher": "^2.0.7",
62
- "@atlaspack/workers": "2.14.9"
62
+ "@atlaspack/workers": "2.14.10"
63
63
  },
64
64
  "devDependencies": {
65
- "@atlaspack/watcher-watchman-js": "2.14.9",
65
+ "@atlaspack/watcher-watchman-js": "2.14.10",
66
66
  "graceful-fs": "^4.2.4",
67
67
  "ncp": "^2.0.0",
68
68
  "nullthrows": "^1.1.1",
@@ -162,7 +162,7 @@ export class NodeVCSAwareFS extends NodeFS {
162
162
  () => getVcsStateSnapshot(gitRepoPath, this.#excludePatterns),
163
163
  );
164
164
 
165
- logger.info({
165
+ logger.verbose({
166
166
  origin: '@atlaspack/fs',
167
167
  message: 'Expose VCS timing metrics',
168
168
  meta: {