@bpmn-io/feel-editor 1.6.0 → 1.7.0
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/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -408,7 +408,7 @@ function language(options) {
|
|
|
408
408
|
*/
|
|
409
409
|
function createContext(variables, builtins) {
|
|
410
410
|
return variables.slice().reverse().reduce((context, builtin) => {
|
|
411
|
-
context[builtin.name] =
|
|
411
|
+
context[builtin.name] = () => {};
|
|
412
412
|
|
|
413
413
|
return context;
|
|
414
414
|
}, {});
|
package/dist/index.js
CHANGED
|
@@ -410,7 +410,7 @@ function language(options) {
|
|
|
410
410
|
*/
|
|
411
411
|
function createContext(variables, builtins) {
|
|
412
412
|
return variables.slice().reverse().reduce((context, builtin) => {
|
|
413
|
-
context[builtin.name] =
|
|
413
|
+
context[builtin.name] = () => {};
|
|
414
414
|
|
|
415
415
|
return context;
|
|
416
416
|
}, {});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bpmn-io/feel-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "Editor for FEEL expressions.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
],
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@bpmn-io/feel-lint": "^1.
|
|
50
|
+
"@bpmn-io/feel-lint": "^1.3.0",
|
|
51
51
|
"@codemirror/autocomplete": "^6.16.2",
|
|
52
52
|
"@codemirror/commands": "^6.6.0",
|
|
53
53
|
"@codemirror/language": "^6.10.2",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"mocha": "^10.4.0",
|
|
85
85
|
"mocha-test-container-support": "^0.2.0",
|
|
86
86
|
"npm-run-all": "^4.1.5",
|
|
87
|
-
"puppeteer": "^
|
|
87
|
+
"puppeteer": "^23.1.1",
|
|
88
88
|
"rollup": "^4.18.0",
|
|
89
89
|
"sinon": "^17.0.1",
|
|
90
90
|
"sinon-chai": "^3.7.0",
|