@appland/appmap 3.13.3 → 3.14.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,35 @@
1
+ # [@appland/appmap-v3.14.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.1...@appland/appmap-v3.14.2) (2021-12-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Allow the user to override agent package ([963e15b](https://github.com/applandinc/appmap-js/commit/963e15b5684371102247efb97456f9497c96653f))
7
+ * EncodedFile now handles empty files ([bacf4ac](https://github.com/applandinc/appmap-js/commit/bacf4aca20f0c1364a4b4c6f7657655b6a2db794))
8
+
9
+ # [@appland/appmap-v3.14.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.0...@appland/appmap-v3.14.1) (2021-11-30)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * Use correct path to JB maven plugin ([7bc5880](https://github.com/applandinc/appmap-js/commit/7bc588011dee9feb759c16d731b90e843fd74435))
15
+ * Wait for the user to pick an installer ([f16e4a3](https://github.com/applandinc/appmap-js/commit/f16e4a3a77ec72e3eb9efefdb18699c5e50f9f0f))
16
+
17
+ # [@appland/appmap-v3.14.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.4...@appland/appmap-v3.14.0) (2021-11-29)
18
+
19
+
20
+ ### Features
21
+
22
+ * Add JavaScript project installers ([eb8f934](https://github.com/applandinc/appmap-js/commit/eb8f93476b85fab1a50f767c5774d5d2fc1910a7))
23
+
24
+ # [@appland/appmap-v3.13.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.3...@appland/appmap-v3.13.4) (2021-11-19)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * Exit cleanly when the user aborts ([e570101](https://github.com/applandinc/appmap-js/commit/e5701017d01aa3597c2c66556a2c1a08ca3678a6))
30
+ * Flush telemetry events before exiting ([60df8e8](https://github.com/applandinc/appmap-js/commit/60df8e83eec2b3fa3d53d6339613cf4a595c03ae))
31
+ * Send success event ([4d05374](https://github.com/applandinc/appmap-js/commit/4d053742e6cb05f964485764a29c548ab6002582))
32
+
1
33
  # [@appland/appmap-v3.13.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.2...@appland/appmap-v3.13.3) (2021-11-11)
2
34
 
3
35