@coana-tech/cli 13.19.6 → 13.19.7
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/cli.js +2 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -123936,7 +123936,7 @@ __export(detected_occurrence_utils_exports, {
|
|
|
123936
123936
|
truncateBeginning: () => truncateBeginning
|
|
123937
123937
|
});
|
|
123938
123938
|
function isClassStack(acp) {
|
|
123939
|
-
return
|
|
123939
|
+
return !isJavaCodePoint(acp) && !isJavaClassReference(acp);
|
|
123940
123940
|
}
|
|
123941
123941
|
function isJavaCodePoint(acp) {
|
|
123942
123942
|
return "methodSignature" in acp;
|
|
@@ -190204,7 +190204,7 @@ var require_version = __commonJS({
|
|
|
190204
190204
|
"use strict";
|
|
190205
190205
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
190206
190206
|
exports2.version = void 0;
|
|
190207
|
-
exports2.version = "13.19.
|
|
190207
|
+
exports2.version = "13.19.7";
|
|
190208
190208
|
}
|
|
190209
190209
|
});
|
|
190210
190210
|
|