@appland/appmap 3.27.4 → 3.28.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.
Files changed (27) 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/guessTestCommands.js +1 -1
  10. package/built/cmds/record/action/guessTestCommands.js.map +1 -1
  11. package/built/cmds/record/action/printAppMapCount.js +9 -15
  12. package/built/cmds/record/action/printAppMapCount.js.map +1 -1
  13. package/built/cmds/record/action/startTestCases.js +10 -6
  14. package/built/cmds/record/action/startTestCases.js.map +1 -1
  15. package/built/cmds/record/configuration.js +10 -2
  16. package/built/cmds/record/configuration.js.map +1 -1
  17. package/built/cmds/record/prompt/continueWithRequestOptionConfiguration.js +33 -0
  18. package/built/cmds/record/prompt/continueWithRequestOptionConfiguration.js.map +1 -0
  19. package/built/cmds/record/record.js +3 -2
  20. package/built/cmds/record/record.js.map +1 -1
  21. package/built/cmds/record/state/agentNotAvailable.js +23 -5
  22. package/built/cmds/record/state/agentNotAvailable.js.map +1 -1
  23. package/built/cmds/record/state/record_remote.js.map +1 -1
  24. package/built/main.js.map +1 -1
  25. package/built/utils.js +2 -16
  26. package/built/utils.js.map +1 -1
  27. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ # [@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)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Ensure that maxTime is a number ([0e42152](https://github.com/applandinc/appmap-js/commit/0e42152fc6e56d8f2670347ed74428ec1f5720d8))
7
+ * listAppMapFiles expects transient files ([fd45854](https://github.com/applandinc/appmap-js/commit/fd458549a615fef39f5e335322523670b99b1fce))
8
+
9
+
10
+ ### Features
11
+
12
+ * Respect appmap_dir ([11357d3](https://github.com/applandinc/appmap-js/commit/11357d3398af1754cf6fb9199383f44d9e5c1222))
13
+ * Suggest next step after CLI command ([61dca63](https://github.com/applandinc/appmap-js/commit/61dca63df62509dfaa13586e7adafcf4cc511371))
14
+
15
+ # [@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)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * User can configure extended RR URL ([7429fa1](https://github.com/applandinc/appmap-js/commit/7429fa1d4455efaff0dfe6320323012e8e4775ad))
21
+
22
+ # [@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)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * Update test command used for minitest ([2ac70fc](https://github.com/applandinc/appmap-js/commit/2ac70fc480df377c696f4cb60057f34fa171ba1a))
28
+
1
29
  # [@appland/appmap-v3.27.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.3...@appland/appmap-v3.27.4) (2022-06-01)
2
30
 
3
31