@abaplint/runtime 2.7.74 → 2.7.75

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Packed = void 0;
4
4
  const float_1 = require("./float");
5
5
  const throw_error_1 = require("../throw_error");
6
- const digits = new RegExp(/^\s*-?\+?\d+\.?\d* *$/i);
6
+ const digits = new RegExp(/^\s*-?\+?\d*\.?\d* *$/i);
7
7
  class Packed {
8
8
  constructor(input) {
9
9
  this.value = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/runtime",
3
- "version": "2.7.74",
3
+ "version": "2.7.75",
4
4
  "description": "Transpiler - Runtime",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",