@bpmn-io/properties-panel 3.1.0 → 3.2.1

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,90 +1,90 @@
1
- {
2
- "name": "@bpmn-io/properties-panel",
3
- "version": "3.1.0",
4
- "description": "Library for creating bpmn-io properties panels.",
5
- "main": "dist/index.js",
6
- "module": "dist/index.esm.js",
7
- "files": [
8
- "dist",
9
- "assets",
10
- "preact"
11
- ],
12
- "scripts": {
13
- "all": "run-s lint build test",
14
- "build": "del-cli preact dist && rollup -c",
15
- "build:watch": "rollup -c --watch",
16
- "lint": "eslint .",
17
- "dev": "npm test -- --auto-watch --no-single-run",
18
- "test": "karma start karma.config.js",
19
- "prepublishOnly": "run-s build",
20
- "prepare": "run-s build"
21
- },
22
- "repository": {
23
- "type": "git",
24
- "url": "git+https://github.com/bpmn-io/properties-panel.git"
25
- },
26
- "publishConfig": {
27
- "access": "public"
28
- },
29
- "author": "Niklas Kiefer <niklas.kiefer@camunda.com> (https://github.com/pinussilvestrus)",
30
- "contributors": [
31
- {
32
- "name": "bpmn.io contributors",
33
- "url": "https://github.com/bpmn-io"
34
- }
35
- ],
36
- "license": "MIT",
37
- "dependencies": {
38
- "@bpmn-io/feel-editor": "^0.8.0",
39
- "classnames": "^2.3.1",
40
- "feelers": "^0.1.0-alpha.8",
41
- "min-dash": "^4.1.1",
42
- "min-dom": "^4.0.3"
43
- },
44
- "devDependencies": {
45
- "@babel/cli": "^7.14.5",
46
- "@babel/core": "^7.14.3",
47
- "@babel/plugin-transform-react-jsx": "^7.14.3",
48
- "@rollup/plugin-babel": "^5.3.0",
49
- "@rollup/plugin-json": "^4.1.0",
50
- "@rollup/plugin-node-resolve": "^13.0.6",
51
- "@testing-library/preact": "^2.0.1",
52
- "@testing-library/preact-hooks": "^1.1.0",
53
- "axe-core": "^4.3.5",
54
- "babel-loader": "^8.2.5",
55
- "babel-plugin-inline-react-svg": "^2.0.1",
56
- "babel-plugin-istanbul": "^6.1.1",
57
- "babel-plugin-module-resolver": "^4.1.0",
58
- "chai": "^4.3.6",
59
- "copy-webpack-plugin": "^11.0.0",
60
- "cross-env": "^7.0.3",
61
- "del-cli": "^4.0.0",
62
- "diagram-js": "^12.2.0",
63
- "eslint": "^8.44.0",
64
- "eslint-plugin-bpmn-io": "^1.0.0",
65
- "eslint-plugin-import": "^2.27.5",
66
- "eslint-plugin-react-hooks": "^4.2.0",
67
- "karma": "^6.4.1",
68
- "karma-chrome-launcher": "^3.1.1",
69
- "karma-coverage": "^2.2.0",
70
- "karma-debug-launcher": "^0.0.5",
71
- "karma-env-preprocessor": "^0.1.1",
72
- "karma-mocha": "^2.0.1",
73
- "karma-sinon-chai": "^2.0.2",
74
- "karma-webpack": "^5.0.0",
75
- "mocha": "^10.0.0",
76
- "mocha-test-container-support": "^0.2.0",
77
- "npm-run-all": "^4.1.5",
78
- "preact": "^10.5.13",
79
- "puppeteer": "^18.0.5",
80
- "raw-loader": "^4.0.2",
81
- "react-svg-loader": "^3.0.3",
82
- "replace-in-file": "^6.3.2",
83
- "rollup": "^2.61.0",
84
- "rollup-plugin-copy": "^3.4.0",
85
- "sinon": "^11.1.1",
86
- "sinon-chai": "^3.7.0",
87
- "sirv-cli": "^1.0.12",
88
- "webpack": "^5.74.0"
89
- }
90
- }
1
+ {
2
+ "name": "@bpmn-io/properties-panel",
3
+ "version": "3.2.1",
4
+ "description": "Library for creating bpmn-io properties panels.",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.esm.js",
7
+ "files": [
8
+ "dist",
9
+ "assets",
10
+ "preact"
11
+ ],
12
+ "scripts": {
13
+ "all": "run-s lint build test",
14
+ "build": "del-cli preact dist && rollup -c",
15
+ "build:watch": "rollup -c --watch",
16
+ "lint": "eslint .",
17
+ "dev": "npm test -- --auto-watch --no-single-run",
18
+ "test": "karma start karma.config.js",
19
+ "prepublishOnly": "run-s build",
20
+ "prepare": "run-s build"
21
+ },
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/bpmn-io/properties-panel.git"
25
+ },
26
+ "publishConfig": {
27
+ "access": "public"
28
+ },
29
+ "author": "Niklas Kiefer <niklas.kiefer@camunda.com> (https://github.com/pinussilvestrus)",
30
+ "contributors": [
31
+ {
32
+ "name": "bpmn.io contributors",
33
+ "url": "https://github.com/bpmn-io"
34
+ }
35
+ ],
36
+ "license": "MIT",
37
+ "dependencies": {
38
+ "@bpmn-io/feel-editor": "^0.8.0",
39
+ "classnames": "^2.3.1",
40
+ "feelers": "^0.1.0-alpha.8",
41
+ "min-dash": "^4.1.1",
42
+ "min-dom": "^4.0.3"
43
+ },
44
+ "devDependencies": {
45
+ "@babel/cli": "^7.14.5",
46
+ "@babel/core": "^7.14.3",
47
+ "@babel/plugin-transform-react-jsx": "^7.14.3",
48
+ "@rollup/plugin-babel": "^5.3.0",
49
+ "@rollup/plugin-json": "^4.1.0",
50
+ "@rollup/plugin-node-resolve": "^13.0.6",
51
+ "@testing-library/preact": "^2.0.1",
52
+ "@testing-library/preact-hooks": "^1.1.0",
53
+ "axe-core": "^4.3.5",
54
+ "babel-loader": "^8.2.5",
55
+ "babel-plugin-inline-react-svg": "^2.0.1",
56
+ "babel-plugin-istanbul": "^6.1.1",
57
+ "babel-plugin-module-resolver": "^4.1.0",
58
+ "chai": "^4.3.6",
59
+ "copy-webpack-plugin": "^11.0.0",
60
+ "cross-env": "^7.0.3",
61
+ "del-cli": "^4.0.0",
62
+ "diagram-js": "^12.2.0",
63
+ "eslint": "^8.44.0",
64
+ "eslint-plugin-bpmn-io": "^1.0.0",
65
+ "eslint-plugin-import": "^2.27.5",
66
+ "eslint-plugin-react-hooks": "^4.2.0",
67
+ "karma": "^6.4.1",
68
+ "karma-chrome-launcher": "^3.1.1",
69
+ "karma-coverage": "^2.2.0",
70
+ "karma-debug-launcher": "^0.0.5",
71
+ "karma-env-preprocessor": "^0.1.1",
72
+ "karma-mocha": "^2.0.1",
73
+ "karma-sinon-chai": "^2.0.2",
74
+ "karma-webpack": "^5.0.0",
75
+ "mocha": "^10.0.0",
76
+ "mocha-test-container-support": "^0.2.0",
77
+ "npm-run-all": "^4.1.5",
78
+ "preact": "^10.5.13",
79
+ "puppeteer": "^18.0.5",
80
+ "raw-loader": "^4.0.2",
81
+ "react-svg-loader": "^3.0.3",
82
+ "replace-in-file": "^6.3.2",
83
+ "rollup": "^2.61.0",
84
+ "rollup-plugin-copy": "^3.4.0",
85
+ "sinon": "^11.1.1",
86
+ "sinon-chai": "^3.7.0",
87
+ "sirv-cli": "^1.0.12",
88
+ "webpack": "^5.74.0"
89
+ }
90
+ }