@bpmnkit/casen-report 0.1.6 → 0.1.7

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @bpmnkit/casen-report@0.1.6 build /home/runner/work/monorepo/monorepo/plugins-cli/casen-report
2
+ > @bpmnkit/casen-report@0.1.7 build /home/runner/work/monorepo/monorepo/plugins-cli/casen-report
3
3
  > tsc
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @bpmnkit/casen-report
2
2
 
3
+ ## 0.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - dcf850a: Improvements
8
+ - d6d1860: Several bugfixes and feature implementations
9
+
3
10
  ## 0.1.6
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/casen-report",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "description": "Render HTML reports from Camunda 8 incident and SLA data",
6
6
  "type": "module",
@@ -45,8 +45,8 @@
45
45
  ]
46
46
  },
47
47
  "devDependencies": {
48
- "@bpmnkit/api": "0.0.18",
49
- "@bpmnkit/cli-sdk": "0.0.7"
48
+ "@bpmnkit/api": "0.0.19",
49
+ "@bpmnkit/cli-sdk": "0.0.8"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsc",