@abaplint/core 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.
@@ -65,7 +65,7 @@ class Registry {
65
65
  }
66
66
  static abaplintVersion() {
67
67
  // magic, see build script "version.sh"
68
- return "2.102.13";
68
+ return "2.102.14";
69
69
  }
70
70
  getDDICReferences() {
71
71
  return this.ddicReferences;
@@ -26,7 +26,7 @@ const objects_1 = require("../objects");
26
26
  const _builtin_1 = require("../abap/5_syntax/_builtin");
27
27
  const _scope_type_1 = require("../abap/5_syntax/_scope_type");
28
28
  const statements_1 = require("../abap/2_statements/statements");
29
- const crypto = require("node:crypto");
29
+ const crypto = require("crypto");
30
30
  // todo: refactor each sub-rule to new classes?
31
31
  // todo: add configuration
32
32
  class DownportConf extends _basic_rule_config_1.BasicRuleConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.102.13",
3
+ "version": "2.102.14",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",