@appland/appmap 3.52.2 → 3.53.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 (31) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/built/cli.js +18 -6
  3. package/built/cli.js.map +1 -1
  4. package/built/cmds/agentInstaller/agentInstaller.js.map +1 -1
  5. package/built/cmds/agentInstaller/agentInstallerProcedure.js +31 -4
  6. package/built/cmds/agentInstaller/agentInstallerProcedure.js.map +1 -1
  7. package/built/cmds/agentInstaller/gradleInstaller.js +6 -0
  8. package/built/cmds/agentInstaller/gradleInstaller.js.map +1 -1
  9. package/built/cmds/agentInstaller/javaScriptAgentInstaller.js +6 -0
  10. package/built/cmds/agentInstaller/javaScriptAgentInstaller.js.map +1 -1
  11. package/built/cmds/agentInstaller/mavenInstaller.js +6 -0
  12. package/built/cmds/agentInstaller/mavenInstaller.js.map +1 -1
  13. package/built/cmds/agentInstaller/pythonAgentInstaller.js +6 -0
  14. package/built/cmds/agentInstaller/pythonAgentInstaller.js.map +1 -1
  15. package/built/cmds/agentInstaller/rubyAgentInstaller.js +6 -0
  16. package/built/cmds/agentInstaller/rubyAgentInstaller.js.map +1 -1
  17. package/built/cmds/open/serveAndOpenAppMap.js +21 -10
  18. package/built/cmds/open/serveAndOpenAppMap.js.map +1 -1
  19. package/built/cmds/openapi.js +1 -1
  20. package/built/cmds/openapi.js.map +1 -1
  21. package/built/fingerprint/fingerprintWatchCommand.js +17 -1
  22. package/built/fingerprint/fingerprintWatchCommand.js.map +1 -1
  23. package/built/html/appmap.html +1 -0
  24. package/built/html/page.css +2 -0
  25. package/built/html/page.css.map +7 -0
  26. package/built/html/page.js +257 -27
  27. package/built/html/page.js.map +7 -1
  28. package/package.json +7 -10
  29. package/built/appmap.html +0 -3
  30. package/built/main.js.LICENSE.txt +0 -26
  31. package/built/main.js.map +0 -1
@@ -1,26 +0,0 @@
1
- /*!
2
- * @appland/sql-parser - v1.5.0
3
- * @copyright 2015-2022 Code School (http://codeschool.com)
4
- * @author Nick Wronski <nick@javascript.com>
5
- */
6
-
7
- /*!
8
- * The buffer module from node.js, for the browser.
9
- *
10
- * @author Feross Aboukhadijeh <https://feross.org>
11
- * @license MIT
12
- */
13
-
14
- /*!
15
- * Vue.js v2.6.14
16
- * (c) 2014-2021 Evan You
17
- * Released under the MIT License.
18
- */
19
-
20
- /*!
21
- * vuex v3.6.2
22
- * (c) 2021 Evan You
23
- * @license MIT
24
- */
25
-
26
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */