@appland/scanner 1.70.2 → 1.70.3

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.70.3](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.70.2...@appland/scanner-v1.70.3) (2022-09-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Scan existing files in scan --watch ([3a3138d](https://github.com/applandinc/appmap-js/commit/3a3138d2018e0ff96eed68e1125eb99fc2cb98f1)), closes [#727](https://github.com/applandinc/appmap-js/issues/727)
7
+
1
8
  # [@appland/scanner-v1.70.2](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.70.1...@appland/scanner-v1.70.2) (2022-09-19)
2
9
 
3
10
 
@@ -61,7 +61,7 @@ class Watcher {
61
61
  // Chokidar struggles with relative paths. Make sure the watch pattern is absolute.
62
62
  const watchPattern = path_1.default.resolve(this.options.appmapDir, '**', 'mtime');
63
63
  this.appmapWatcher = chokidar.watch(watchPattern, {
64
- ignoreInitial: true,
64
+ ignoreInitial: false,
65
65
  });
66
66
  this.appmapWatcher
67
67
  .on('add', (filePath) => this.scan(filePath))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appland/scanner",
3
- "version": "1.70.2",
3
+ "version": "1.70.3",
4
4
  "description": "",
5
5
  "bin": "built/cli.js",
6
6
  "files": [