@appland/appmap 3.27.5 → 3.28.1

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.
Files changed (29) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/built/appmap.html +1 -1
  3. package/built/cmds/agentInstaller/agentInstallerProcedure.js +5 -5
  4. package/built/cmds/agentInstaller/agentInstallerProcedure.js.map +1 -1
  5. package/built/cmds/record/action/configureRemainingRequestOptions.js +6 -1
  6. package/built/cmds/record/action/configureRemainingRequestOptions.js.map +1 -1
  7. package/built/cmds/record/action/detectProcessCharacteristics.js +1 -1
  8. package/built/cmds/record/action/detectProcessCharacteristics.js.map +1 -1
  9. package/built/cmds/record/action/printAppMapCount.js +9 -15
  10. package/built/cmds/record/action/printAppMapCount.js.map +1 -1
  11. package/built/cmds/record/action/startTestCases.js +10 -6
  12. package/built/cmds/record/action/startTestCases.js.map +1 -1
  13. package/built/cmds/record/configuration.js +10 -2
  14. package/built/cmds/record/configuration.js.map +1 -1
  15. package/built/cmds/record/prompt/continueWithRequestOptionConfiguration.js +33 -0
  16. package/built/cmds/record/prompt/continueWithRequestOptionConfiguration.js.map +1 -0
  17. package/built/cmds/record/record.js +3 -2
  18. package/built/cmds/record/record.js.map +1 -1
  19. package/built/cmds/record/state/agentNotAvailable.js +23 -5
  20. package/built/cmds/record/state/agentNotAvailable.js.map +1 -1
  21. package/built/cmds/record/state/record_remote.js.map +1 -1
  22. package/built/fingerprint/fingerprintQueue.js +3 -0
  23. package/built/fingerprint/fingerprintQueue.js.map +1 -1
  24. package/built/fingerprint/fingerprinter.js +1 -1
  25. package/built/fingerprint/fingerprinter.js.map +1 -1
  26. package/built/main.js.map +1 -1
  27. package/built/utils.js +6 -18
  28. package/built/utils.js.map +1 -1
  29. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ # [@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)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Index no longer panics on missing files ([b56bde3](https://github.com/applandinc/appmap-js/commit/b56bde37c5d4adeac3df39b50ef4c7f43d95b3c9))
7
+
8
+ # [@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)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Ensure that maxTime is a number ([0e42152](https://github.com/applandinc/appmap-js/commit/0e42152fc6e56d8f2670347ed74428ec1f5720d8))
14
+ * listAppMapFiles expects transient files ([fd45854](https://github.com/applandinc/appmap-js/commit/fd458549a615fef39f5e335322523670b99b1fce))
15
+
16
+
17
+ ### Features
18
+
19
+ * Respect appmap_dir ([11357d3](https://github.com/applandinc/appmap-js/commit/11357d3398af1754cf6fb9199383f44d9e5c1222))
20
+ * Suggest next step after CLI command ([61dca63](https://github.com/applandinc/appmap-js/commit/61dca63df62509dfaa13586e7adafcf4cc511371))
21
+
22
+ # [@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)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * User can configure extended RR URL ([7429fa1](https://github.com/applandinc/appmap-js/commit/7429fa1d4455efaff0dfe6320323012e8e4775ad))
28
+
1
29
  # [@appland/appmap-v3.27.5](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.4...@appland/appmap-v3.27.5) (2022-06-06)
2
30
 
3
31