@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.
- package/CHANGELOG.md +19 -0
- package/built/cli.js +18 -6
- package/built/cli.js.map +1 -1
- package/built/cmds/agentInstaller/agentInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/agentInstallerProcedure.js +31 -4
- package/built/cmds/agentInstaller/agentInstallerProcedure.js.map +1 -1
- package/built/cmds/agentInstaller/gradleInstaller.js +6 -0
- package/built/cmds/agentInstaller/gradleInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/javaScriptAgentInstaller.js +6 -0
- package/built/cmds/agentInstaller/javaScriptAgentInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/mavenInstaller.js +6 -0
- package/built/cmds/agentInstaller/mavenInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/pythonAgentInstaller.js +6 -0
- package/built/cmds/agentInstaller/pythonAgentInstaller.js.map +1 -1
- package/built/cmds/agentInstaller/rubyAgentInstaller.js +6 -0
- package/built/cmds/agentInstaller/rubyAgentInstaller.js.map +1 -1
- package/built/cmds/open/serveAndOpenAppMap.js +21 -10
- package/built/cmds/open/serveAndOpenAppMap.js.map +1 -1
- package/built/cmds/openapi.js +1 -1
- package/built/cmds/openapi.js.map +1 -1
- package/built/fingerprint/fingerprintWatchCommand.js +17 -1
- package/built/fingerprint/fingerprintWatchCommand.js.map +1 -1
- package/built/html/appmap.html +1 -0
- package/built/html/page.css +2 -0
- package/built/html/page.css.map +7 -0
- package/built/html/page.js +257 -27
- package/built/html/page.js.map +7 -1
- package/package.json +7 -10
- package/built/appmap.html +0 -3
- package/built/main.js.LICENSE.txt +0 -26
- 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> */
|