@appland/appmap 3.43.1 → 3.44.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 +14 -0
- package/built/appmap.html +1 -1
- package/built/cli.js +2 -2
- package/built/cli.js.map +1 -1
- package/built/cmds/agentInstaller/agentInstallerProcedure.js +55 -25
- package/built/cmds/agentInstaller/agentInstallerProcedure.js.map +1 -1
- package/built/cmds/agentInstaller/rubyAgentInstaller.js +9 -0
- package/built/cmds/agentInstaller/rubyAgentInstaller.js.map +1 -1
- package/built/cmds/errors.js +4 -1
- package/built/cmds/errors.js.map +1 -1
- package/built/fingerprint/fingerprintWatchCommand.js +8 -0
- package/built/fingerprint/fingerprintWatchCommand.js.map +1 -1
- package/built/main.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@appland/appmap-v3.44.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.43.2...@appland/appmap-v3.44.0) (2022-10-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* handle when bundler ignores test and development ([fd3b174](https://github.com/getappmap/appmap-js/commit/fd3b17467f2735261ad39878ba9c36b8b6d22e77))
|
|
7
|
+
|
|
8
|
+
# [@appland/appmap-v3.43.2](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.43.1...@appland/appmap-v3.43.2) (2022-10-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Fix a panic condition when indexing in watch mode ([2b91924](https://github.com/getappmap/appmap-js/commit/2b91924677820a0a778ecbaf19c10c729f3f9266))
|
|
14
|
+
|
|
1
15
|
# [@appland/appmap-v3.43.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.43.0...@appland/appmap-v3.43.1) (2022-10-04)
|
|
2
16
|
|
|
3
17
|
|