@abaplint/transpiler-cli 2.10.70 → 2.10.71
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 +1 -1
- package/package.json +2 -2
package/build/bundle.js
CHANGED
|
@@ -80850,7 +80850,7 @@ exports.TargetTranspiler = TargetTranspiler;
|
|
|
80850
80850
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
80851
80851
|
exports.FEATURE_FLAGS = void 0;
|
|
80852
80852
|
exports.FEATURE_FLAGS = {
|
|
80853
|
-
PRIVATE_ATTRIBUTES:
|
|
80853
|
+
PRIVATE_ATTRIBUTES: false,
|
|
80854
80854
|
};
|
|
80855
80855
|
//# sourceMappingURL=feature_flags.js.map
|
|
80856
80856
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler-cli",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.71",
|
|
4
4
|
"description": "Transpiler - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@abaplint/core": "^2.113.149",
|
|
31
|
-
"@abaplint/transpiler": "^2.10.
|
|
31
|
+
"@abaplint/transpiler": "^2.10.71",
|
|
32
32
|
"@types/glob": "^8.1.0",
|
|
33
33
|
"@types/node": "^22.16.5",
|
|
34
34
|
"@types/progress": "^2.0.7",
|