@bpmnkit/engine 0.1.8 → 0.1.9
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/README.md +2 -2
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://github.com/bpmnkit/monorepo/blob/main/LICENSE)
|
|
8
8
|
[](https://github.com/bpmnkit/monorepo)
|
|
9
9
|
|
|
10
|
-
[Documentation](https://docs.bpmnkit.com) · [GitHub](https://github.com/bpmnkit/monorepo) · [Changelog](https://github.com/bpmnkit/monorepo/blob/main/packages/engine/CHANGELOG.md)
|
|
10
|
+
[Website](https://bpmnkit.com) · [Documentation](https://docs.bpmnkit.com) · [GitHub](https://github.com/bpmnkit/monorepo) · [Changelog](https://github.com/bpmnkit/monorepo/blob/main/packages/engine/CHANGELOG.md)
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
13
|
---
|
|
@@ -124,4 +124,4 @@ const instance = engine.start("my-process", {}, {
|
|
|
124
124
|
|
|
125
125
|
## License
|
|
126
126
|
|
|
127
|
-
[MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit
|
|
127
|
+
[MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit — made by [u11g](https://u11g.com)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bpmnkit/engine",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -11,13 +11,14 @@
|
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
|
+
"LICENSE",
|
|
14
15
|
"README.md",
|
|
15
16
|
"dist/**/*.js",
|
|
16
17
|
"dist/**/*.d.ts"
|
|
17
18
|
],
|
|
18
19
|
"dependencies": {
|
|
19
|
-
"@bpmnkit/core": "0.0.
|
|
20
|
-
"@bpmnkit/feel": "0.0.
|
|
20
|
+
"@bpmnkit/core": "0.0.10",
|
|
21
|
+
"@bpmnkit/feel": "0.0.10"
|
|
21
22
|
},
|
|
22
23
|
"description": "Lightweight BPMN 2.0 process execution engine for browsers and Node.js — zero dependencies",
|
|
23
24
|
"keywords": [
|