@live-change/message-authentication-service 0.2.9 → 0.2.10

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -231,7 +231,7 @@ definition.trigger({
231
231
  const user = app.generateUid()
232
232
  await service.trigger({
233
233
  type: 'connect' + contactTypeUpperCase,
234
- [contactTypeName]: contact,
234
+ [contactType]: contact,
235
235
  user
236
236
  })
237
237
  await service.trigger({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/message-authentication-service",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -24,5 +24,5 @@
24
24
  "@live-change/framework": "^0.5.7",
25
25
  "nodemailer": "^6.7.2"
26
26
  },
27
- "gitHead": "5362172c498a5d131b945c4a2f4644565a5c9a3c"
27
+ "gitHead": "ae86524e5ac7052eb6b6e7b34e319373b6bdef23"
28
28
  }