@abaplint/cli 2.101.30 → 2.101.31

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.
Files changed (2) hide show
  1. package/build/cli.js +5 -3
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -48465,7 +48465,7 @@ class Registry {
48465
48465
  }
48466
48466
  static abaplintVersion() {
48467
48467
  // magic, see build script "version.sh"
48468
- return "2.101.30";
48468
+ return "2.101.31";
48469
48469
  }
48470
48470
  getDDICReferences() {
48471
48471
  return this.ddicReferences;
@@ -57105,7 +57105,9 @@ class FunctionModuleRecommendationsConf extends _basic_rule_config_1.BasicRuleCo
57105
57105
  constructor() {
57106
57106
  super(...arguments);
57107
57107
  /** Tuple of Function Module Name to be replaced, the recommended alternative and
57108
- * the version from which the recommendation is valid.*/
57108
+ * the version from which the recommendation is valid.
57109
+ * @uniqueItems true
57110
+ */
57109
57111
  this.recommendations = [
57110
57112
  { name: "CALCULATE_HASH_FOR_RAW", replace: "use CL_ABAP_HMAC or CL_ABAP_MESSAGE_DIGEST" },
57111
57113
  { name: "ECATT_CONV_XSTRING_TO_STRING", replace: "use CL_BINARY_CONVERT" },
@@ -57116,7 +57118,7 @@ class FunctionModuleRecommendationsConf extends _basic_rule_config_1.BasicRuleCo
57116
57118
  { name: "GUID_CREATE", replace: "use CL_SYSTEM_UUID" },
57117
57119
  { name: "IGN_TIMESTAMP_DIFFERENCE", replace: "use CL_ABAP_TSTMP" },
57118
57120
  { name: "IGN_TIMESTAMP_PLUSMINUS", replace: "use CL_ABAP_TSTMP" },
57119
- { name: "ISM_SD_GET PRICING CONDITIONS", replace: "use CL_PRC_RESULT_FACTORY as per note 2220005" },
57121
+ { name: "ISM_SD_GET_PRICING_CONDITIONS", replace: "use CL_PRC_RESULT_FACTORY as per note 2220005" },
57120
57122
  { name: "JOB_CREATE", replace: "use CL_BP_ABAP_JOB" },
57121
57123
  { name: "JOB_SUBMIT", replace: "use CL_BP_ABAP_JOB" },
57122
57124
  { name: "POPUP_TO_CONFIRM_STEP", replace: "use POPUP_TO_CONFIRM" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.101.30",
3
+ "version": "2.101.31",
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.101.30",
41
+ "@abaplint/core": "^2.101.31",
42
42
  "@types/chai": "^4.3.5",
43
43
  "@types/glob": "^7.2.0",
44
44
  "@types/minimist": "^1.2.2",