@appland/appmap 3.27.6 → 3.29.0

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,37 @@
1
+ # [@appland/appmap-v3.29.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.28.1...@appland/appmap-v3.29.0) (2022-06-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Improve handling of file access errors ([8fdbe64](https://github.com/applandinc/appmap-js/commit/8fdbe6498482de0c3253bf8ab679fc4226a0f4ef))
7
+ * Reliably determine that an AppMap index is up-to-date ([17e3eba](https://github.com/applandinc/appmap-js/commit/17e3ebab54ad230ab4db21043234bebccfc29291))
8
+
9
+
10
+ ### Features
11
+
12
+ * Drop ctime file from index, use mtime ([c57397d](https://github.com/applandinc/appmap-js/commit/c57397d00a74015b133c51e5de9410f5afb860ea))
13
+
14
+ # [@appland/appmap-v3.28.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.28.0...@appland/appmap-v3.28.1) (2022-06-08)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * Index no longer panics on missing files ([b56bde3](https://github.com/applandinc/appmap-js/commit/b56bde37c5d4adeac3df39b50ef4c7f43d95b3c9))
20
+
21
+ # [@appland/appmap-v3.28.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.6...@appland/appmap-v3.28.0) (2022-06-08)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * Ensure that maxTime is a number ([0e42152](https://github.com/applandinc/appmap-js/commit/0e42152fc6e56d8f2670347ed74428ec1f5720d8))
27
+ * listAppMapFiles expects transient files ([fd45854](https://github.com/applandinc/appmap-js/commit/fd458549a615fef39f5e335322523670b99b1fce))
28
+
29
+
30
+ ### Features
31
+
32
+ * Respect appmap_dir ([11357d3](https://github.com/applandinc/appmap-js/commit/11357d3398af1754cf6fb9199383f44d9e5c1222))
33
+ * Suggest next step after CLI command ([61dca63](https://github.com/applandinc/appmap-js/commit/61dca63df62509dfaa13586e7adafcf4cc511371))
34
+
1
35
  # [@appland/appmap-v3.27.6](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.5...@appland/appmap-v3.27.6) (2022-06-07)
2
36
 
3
37