@appland/appmap 3.44.4 → 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 +22 -0
- package/built/appmap.html +1 -1
- package/built/cmds/agentInstaller/agentProcedure.js +20 -12
- package/built/cmds/agentInstaller/agentProcedure.js.map +1 -1
- package/built/cmds/agentInstaller/javaScriptAgentInstaller.js +2 -2
- package/built/cmds/agentInstaller/javaScriptAgentInstaller.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/cmds/record/testCaseRecording.js.map +1 -1
- package/built/main.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
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
|
+
|
|
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)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Don't crash if there were no errors. ([471b345](https://github.com/getappmap/appmap-js/commit/471b3458c3c1688af5f485fa1942f74000e3f2a5))
|
|
14
|
+
* fix cli tests in windows ([6d2f7a1](https://github.com/getappmap/appmap-js/commit/6d2f7a1dc9497dcd52d610b41338f12d421ab9e6))
|
|
15
|
+
* fix typescript warnings ([e743a68](https://github.com/getappmap/appmap-js/commit/e743a683496aca7a5ece7df96166ea74e1cbf289))
|
|
16
|
+
* Install @appland/appmap-agent-js; not appmap-agent-js which doesn't exist in https://registry.npmjs.org/appmap-agent-js ([11931a9](https://github.com/getappmap/appmap-js/commit/11931a9c52a0cce52196e228f77ecd18d4b365d1))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* run more cli tests on windows in travis ([cf2baee](https://github.com/getappmap/appmap-js/commit/cf2baeedbd035d409b79628ecf8235061ec52add))
|
|
22
|
+
|
|
1
23
|
# [@appland/appmap-v3.44.4](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.44.3...@appland/appmap-v3.44.4) (2022-10-12)
|
|
2
24
|
|
|
3
25
|
|