@bpmn-io/feel-editor 1.10.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/feel-editor",
3
- "version": "1.10.1",
3
+ "version": "1.12.0",
4
4
  "description": "Editor for FEEL expressions.",
5
5
  "files": [
6
6
  "dist"
@@ -9,13 +9,10 @@
9
9
  "module": "dist/index.es.js",
10
10
  "scripts": {
11
11
  "all": "run-s lint test build",
12
- "compile:builtins": "node scripts/compileBuiltins.js",
13
12
  "test": "karma start",
14
13
  "build": "rollup -c --bundleConfigAsCjs",
15
14
  "build:watch": "npm run build -- -w",
16
- "builtins": "run-s pull:platform-docs compile:builtins",
17
15
  "lint": "eslint .",
18
- "pull:platform-docs": "git -C camunda-platform-docs pull || git clone git@github.com:camunda/camunda-platform-docs.git camunda-platform-docs",
19
16
  "start": "cross-env SINGLE_START=true npm run dev",
20
17
  "start:camunda": "cross-env SINGLE_START=camunda npm run dev",
21
18
  "dev": "npm test -- --auto-watch --no-single-run",
@@ -48,7 +45,8 @@
48
45
  ],
49
46
  "license": "MIT",
50
47
  "dependencies": {
51
- "@bpmn-io/feel-lint": "^1.4.0",
48
+ "@bpmn-io/feel-lint": "^2.1.0",
49
+ "@camunda/feel-builtins": "^0.2.0",
52
50
  "@codemirror/autocomplete": "^6.16.2",
53
51
  "@codemirror/commands": "^6.8.0",
54
52
  "@codemirror/language": "^6.10.2",
@@ -56,7 +54,7 @@
56
54
  "@codemirror/state": "^6.5.1",
57
55
  "@codemirror/view": "^6.36.2",
58
56
  "@lezer/highlight": "^1.2.1",
59
- "lang-feel": "^2.3.0",
57
+ "@bpmn-io/lang-feel": "^2.4.0",
60
58
  "min-dom": "^4.2.1"
61
59
  },
62
60
  "devDependencies": {
@@ -71,7 +69,6 @@
71
69
  "cross-env": "^7.0.3",
72
70
  "eslint": "^8.57.0",
73
71
  "eslint-plugin-bpmn-io": "^1.0.0",
74
- "glob": "^11.0.1",
75
72
  "karma": "^6.4.4",
76
73
  "karma-chrome-launcher": "^3.2.0",
77
74
  "karma-coverage": "^2.2.1",
@@ -81,7 +78,6 @@
81
78
  "karma-mocha": "^2.0.1",
82
79
  "karma-sinon-chai": "^2.0.2",
83
80
  "karma-webpack": "^5.0.1",
84
- "marked": "^9.1.6",
85
81
  "mocha": "^10.8.2",
86
82
  "mocha-test-container-support": "^0.2.0",
87
83
  "npm-run-all": "^4.1.5",