@appland/appmap 3.45.0 → 3.46.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 +7 -0
- package/built/appmap.html +1 -1
- package/built/cmds/agentInstaller/agentProcedure.js +20 -13
- package/built/cmds/agentInstaller/agentProcedure.js.map +1 -1
- package/built/cmds/record/action/guessTestCommands.js +2 -2
- package/built/cmds/record/action/guessTestCommands.js.map +1 -1
- package/built/main.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@appland/appmap-v3.46.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.45.0...@appland/appmap-v3.46.0) (2022-10-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* If validateProject fails to JSON.parse(stdout), print out the stdout that failed to be parsed and display an error message. ([0a7cc09](https://github.com/getappmap/appmap-js/commit/0a7cc098291b85f58e6825ad06dc3d4e1fe13f5f))
|
|
7
|
+
|
|
1
8
|
# [@appland/appmap-v3.45.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.44.4...@appland/appmap-v3.45.0) (2022-10-17)
|
|
2
9
|
|
|
3
10
|
|