@appland/scanner 1.74.1 → 1.74.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [@appland/scanner-v1.74.2](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.74.1...@appland/scanner-v1.74.2) (2022-12-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Don't let scanner crash on EACCES error ([e542d9b](https://github.com/getappmap/appmap-js/commit/e542d9b3270011ab1788ef95d8c8bc059c2d9d3b))
7
+
1
8
  # [@appland/scanner-v1.74.1](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.74.0...@appland/scanner-v1.74.1) (2022-12-16)
2
9
 
3
10
 
@@ -111,6 +111,7 @@ class Watcher {
111
111
  this.appmapWatcher = chokidar.watch(watchDir, {
112
112
  ignoreInitial: true,
113
113
  ignored,
114
+ ignorePermissionErrors: true,
114
115
  });
115
116
  this.appmapPoller = chokidar.watch(watchDir, {
116
117
  ignoreInitial: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appland/scanner",
3
- "version": "1.74.1",
3
+ "version": "1.74.2",
4
4
  "description": "Analyze AppMaps for code flaws",
5
5
  "bin": "built/cli.js",
6
6
  "files": [