@bpmnkit/casen-worker-http 0.1.5 → 0.1.6

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-worker-http@0.1.5 build /home/runner/work/monorepo/monorepo/plugins-cli/casen-worker-http
2
+ > @bpmnkit/casen-worker-http@0.1.6 build /home/runner/work/monorepo/monorepo/plugins-cli/casen-worker-http
3
3
  > tsc
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @bpmnkit/casen-worker-http
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - dcf850a: Improvements
8
+ - d6d1860: Several bugfixes and feature implementations
9
+
3
10
  ## 0.1.5
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/casen-worker-http",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "private": false,
5
5
  "description": "Example casen worker plugin — processes HTTP connector jobs using the JSONPlaceholder API",
6
6
  "type": "module",
@@ -41,7 +41,7 @@
41
41
  ]
42
42
  },
43
43
  "devDependencies": {
44
- "@bpmnkit/cli-sdk": "0.0.7"
44
+ "@bpmnkit/cli-sdk": "0.0.8"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsc",