@abaplint/transpiler-cli 2.7.72 → 2.7.73
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/build/bundle.js +2 -2
- package/package.json +2 -2
package/build/bundle.js
CHANGED
|
@@ -80872,8 +80872,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
80872
80872
|
exports.UnknownTypesEnum = void 0;
|
|
80873
80873
|
var UnknownTypesEnum;
|
|
80874
80874
|
(function (UnknownTypesEnum) {
|
|
80875
|
-
UnknownTypesEnum[
|
|
80876
|
-
UnknownTypesEnum[
|
|
80875
|
+
UnknownTypesEnum["compileError"] = "compileError";
|
|
80876
|
+
UnknownTypesEnum["runtimeError"] = "runtimeError";
|
|
80877
80877
|
})(UnknownTypesEnum || (exports.UnknownTypesEnum = UnknownTypesEnum = {}));
|
|
80878
80878
|
//# sourceMappingURL=types.js.map
|
|
80879
80879
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler-cli",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.73",
|
|
4
4
|
"description": "Transpiler - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"author": "abaplint",
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@abaplint/transpiler": "^2.7.
|
|
29
|
+
"@abaplint/transpiler": "^2.7.73",
|
|
30
30
|
"@types/glob": "^7.2.0",
|
|
31
31
|
"glob": "=7.2.0",
|
|
32
32
|
"@types/progress": "^2.0.5",
|