@fw-components/formula-editor 2.0.7-formula-editor.12 → 2.0.7-formula-editor.13

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.
@@ -216,6 +216,7 @@ export class Parser {
216
216
  parsedTokens.push(token);
217
217
  }
218
218
  previousToken = token;
219
+ currentTokens += token;
219
220
  }
220
221
  /**
221
222
  * Shunting Yard Algorithm (EW Dijkstra)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fw-components/formula-editor",
3
- "version": "2.0.7-formula-editor.12",
3
+ "version": "2.0.7-formula-editor.13",
4
4
  "description": "A WYSIWYG type formula editor",
5
5
  "main": "dist/formula-editor/src/formula-builder.js",
6
6
  "publishConfig": {
@@ -25,5 +25,5 @@
25
25
  "@types/big.js": "^6.1.6",
26
26
  "es-dev-server": "^2.1.0"
27
27
  },
28
- "gitHead": "e4017600c11247faaed1b4cd6bad02bb86cad278"
28
+ "gitHead": "64b2664ee2da986636148d45c0d05bcf4c223886"
29
29
  }