@abaplint/cli 2.102.13 → 2.102.14
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/cli.js +13 -13
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -48557,7 +48557,7 @@ class Registry {
|
|
|
48557
48557
|
}
|
|
48558
48558
|
static abaplintVersion() {
|
|
48559
48559
|
// magic, see build script "version.sh"
|
|
48560
|
-
return "2.102.
|
|
48560
|
+
return "2.102.14";
|
|
48561
48561
|
}
|
|
48562
48562
|
getDDICReferences() {
|
|
48563
48563
|
return this.ddicReferences;
|
|
@@ -53194,7 +53194,7 @@ const objects_1 = __webpack_require__(/*! ../objects */ "./node_modules/@abaplin
|
|
|
53194
53194
|
const _builtin_1 = __webpack_require__(/*! ../abap/5_syntax/_builtin */ "./node_modules/@abaplint/core/build/src/abap/5_syntax/_builtin.js");
|
|
53195
53195
|
const _scope_type_1 = __webpack_require__(/*! ../abap/5_syntax/_scope_type */ "./node_modules/@abaplint/core/build/src/abap/5_syntax/_scope_type.js");
|
|
53196
53196
|
const statements_1 = __webpack_require__(/*! ../abap/2_statements/statements */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/index.js");
|
|
53197
|
-
const crypto = __webpack_require__(/*!
|
|
53197
|
+
const crypto = __webpack_require__(/*! crypto */ "crypto");
|
|
53198
53198
|
// todo: refactor each sub-rule to new classes?
|
|
53199
53199
|
// todo: add configuration
|
|
53200
53200
|
class DownportConf extends _basic_rule_config_1.BasicRuleConfig {
|
|
@@ -80934,6 +80934,17 @@ module.exports = require("child_process");
|
|
|
80934
80934
|
|
|
80935
80935
|
/***/ }),
|
|
80936
80936
|
|
|
80937
|
+
/***/ "crypto":
|
|
80938
|
+
/*!*************************!*\
|
|
80939
|
+
!*** external "crypto" ***!
|
|
80940
|
+
\*************************/
|
|
80941
|
+
/***/ ((module) => {
|
|
80942
|
+
|
|
80943
|
+
"use strict";
|
|
80944
|
+
module.exports = require("crypto");
|
|
80945
|
+
|
|
80946
|
+
/***/ }),
|
|
80947
|
+
|
|
80937
80948
|
/***/ "events":
|
|
80938
80949
|
/*!*************************!*\
|
|
80939
80950
|
!*** external "events" ***!
|
|
@@ -80956,17 +80967,6 @@ module.exports = require("fs");
|
|
|
80956
80967
|
|
|
80957
80968
|
/***/ }),
|
|
80958
80969
|
|
|
80959
|
-
/***/ "node:crypto":
|
|
80960
|
-
/*!******************************!*\
|
|
80961
|
-
!*** external "node:crypto" ***!
|
|
80962
|
-
\******************************/
|
|
80963
|
-
/***/ ((module) => {
|
|
80964
|
-
|
|
80965
|
-
"use strict";
|
|
80966
|
-
module.exports = require("node:crypto");
|
|
80967
|
-
|
|
80968
|
-
/***/ }),
|
|
80969
|
-
|
|
80970
80970
|
/***/ "node:os":
|
|
80971
80971
|
/*!**************************!*\
|
|
80972
80972
|
!*** external "node:os" ***!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.102.
|
|
3
|
+
"version": "2.102.14",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.102.
|
|
41
|
+
"@abaplint/core": "^2.102.14",
|
|
42
42
|
"@types/chai": "^4.3.5",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.2",
|