@things-factory/edge-client 8.0.37 → 8.0.39

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": "@things-factory/edge-client",
3
- "version": "8.0.37",
3
+ "version": "8.0.39",
4
4
  "main": "dist-server/index.js",
5
5
  "things-factory": true,
6
6
  "license": "MIT",
@@ -22,10 +22,10 @@
22
22
  "clean": "npm run clean:server"
23
23
  },
24
24
  "dependencies": {
25
- "@things-factory/auth-base": "^8.0.37",
26
- "@things-factory/integration-base": "^8.0.37",
27
- "@things-factory/lock-client": "^8.0.37",
28
- "@things-factory/shell": "^8.0.37"
25
+ "@things-factory/auth-base": "^8.0.38",
26
+ "@things-factory/integration-base": "^8.0.39",
27
+ "@things-factory/lock-client": "^8.0.38",
28
+ "@things-factory/shell": "^8.0.38"
29
29
  },
30
- "gitHead": "a3a78656259d6c5d3719ba0864d6bdde87bcba7d"
30
+ "gitHead": "f5e1a4c04bceec2d731a46f1ef88976839d04dac"
31
31
  }
@@ -233,7 +233,7 @@ export class EdgeClientSubscription {
233
233
  task,
234
234
  description,
235
235
  connection,
236
- params: JSON.stringify(params)
236
+ params: params || {}
237
237
  },
238
238
  context
239
239
  }