@bpmn-io/feel-editor 1.11.0 → 1.12.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
|
@@ -6,7 +6,7 @@ import { Facet, Compartment, EditorState } from '@codemirror/state';
|
|
|
6
6
|
import { EditorView, tooltips, keymap, placeholder } from '@codemirror/view';
|
|
7
7
|
import { cmFeelLinter } from '@bpmn-io/feel-lint';
|
|
8
8
|
import { tags } from '@lezer/highlight';
|
|
9
|
-
import { snippets, keywordCompletions, feel } from 'lang-feel';
|
|
9
|
+
import { snippets, keywordCompletions, feel } from '@bpmn-io/lang-feel';
|
|
10
10
|
import { domify } from 'min-dom';
|
|
11
11
|
import { camundaBuiltins } from '@camunda/feel-builtins';
|
|
12
12
|
|
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@ var state = require('@codemirror/state');
|
|
|
8
8
|
var view = require('@codemirror/view');
|
|
9
9
|
var feelLint = require('@bpmn-io/feel-lint');
|
|
10
10
|
var highlight = require('@lezer/highlight');
|
|
11
|
-
var langFeel = require('lang-feel');
|
|
11
|
+
var langFeel = require('@bpmn-io/lang-feel');
|
|
12
12
|
var minDom = require('min-dom');
|
|
13
13
|
var feelBuiltins = require('@camunda/feel-builtins');
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bpmn-io/feel-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "Editor for FEEL expressions.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
],
|
|
46
46
|
"license": "MIT",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@bpmn-io/feel-lint": "^1.
|
|
48
|
+
"@bpmn-io/feel-lint": "^2.1.0",
|
|
49
49
|
"@camunda/feel-builtins": "^0.2.0",
|
|
50
50
|
"@codemirror/autocomplete": "^6.16.2",
|
|
51
51
|
"@codemirror/commands": "^6.8.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@codemirror/state": "^6.5.1",
|
|
55
55
|
"@codemirror/view": "^6.36.2",
|
|
56
56
|
"@lezer/highlight": "^1.2.1",
|
|
57
|
-
"lang-feel": "^2.
|
|
57
|
+
"@bpmn-io/lang-feel": "^2.4.0",
|
|
58
58
|
"min-dom": "^4.2.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|