@appland/appmap 3.63.0 → 3.63.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 +8 -0
- package/built/cmds/openapi.js +1 -1
- package/built/fingerprint/index.js +0 -4
- package/built/fingerprint/index.js.map +1 -1
- package/built/html/page.js +18 -18
- package/built/html/page.js.map +2 -2
- package/built/utils.js +2 -2
- package/built/utils.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# [@appland/appmap-v3.63.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.63.0...@appland/appmap-v3.63.1) (2023-01-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Fix accidental call to verbose(b) ([83ab8bd](https://github.com/getappmap/appmap-js/commit/83ab8bdab586a2b0d89732f4fdd704956eb2655c))
|
|
7
|
+
* Fix basePath to not return '' when there's ( and ) ([807a238](https://github.com/getappmap/appmap-js/commit/807a238ebfc6860221cef6c51e26997a02211aa2))
|
|
8
|
+
|
|
1
9
|
# [@appland/appmap-v3.63.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.62.0...@appland/appmap-v3.63.0) (2023-01-21)
|
|
2
10
|
|
|
3
11
|
|
package/built/cmds/openapi.js
CHANGED
|
@@ -109,7 +109,7 @@ class OpenAPICommand {
|
|
|
109
109
|
}
|
|
110
110
|
catch (e) {
|
|
111
111
|
// Re-throwing this error crashes the whole process.
|
|
112
|
-
// So if
|
|
112
|
+
// So if there is a malformed AppMap, indicate it here but don't blow everything up.
|
|
113
113
|
// Do not write to stdout!
|
|
114
114
|
let errorString;
|
|
115
115
|
try {
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const { verbose } = require('../utils');
|
|
3
2
|
const { algorithms, canonicalize } = require('./canonicalize');
|
|
4
3
|
const FingerprintDirectoryCommand = require('./fingerprintDirectoryCommand');
|
|
5
4
|
const FingerprintWatchCommand = require('./fingerprintWatchCommand').default;
|
|
6
5
|
async function fingerprintDirectory(dir, watch = false) {
|
|
7
|
-
if (verbose) {
|
|
8
|
-
verbose(true);
|
|
9
|
-
}
|
|
10
6
|
let cmd;
|
|
11
7
|
if (watch) {
|
|
12
8
|
cmd = new FingerprintWatchCommand(dir);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fingerprint/index.js"],"names":[],"mappings":";AAAA,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fingerprint/index.js"],"names":[],"mappings":";AAAA,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;AAC/D,MAAM,2BAA2B,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAAC;AAC7E,MAAM,uBAAuB,GAAG,OAAO,CAAC,2BAA2B,CAAC,CAAC,OAAO,CAAC;AAE7E,KAAK,UAAU,oBAAoB,CAAC,GAAG,EAAE,KAAK,GAAG,KAAK;IACpD,IAAI,GAAG,CAAC;IACR,IAAI,KAAK,EAAE;QACT,GAAG,GAAG,IAAI,uBAAuB,CAAC,GAAG,CAAC,CAAC;KACxC;SAAM;QACL,GAAG,GAAG,IAAI,2BAA2B,CAAC,GAAG,CAAC,CAAC;KAC5C;IACD,OAAO,GAAG,CAAC,OAAO,EAAE,CAAC;AACvB,CAAC;AAED,MAAM,CAAC,OAAO,GAAG;IACf,UAAU;IACV,YAAY;IACZ,oBAAoB;CACrB,CAAC"}
|