@live-change/message-authentication-service 0.2.3 → 0.2.4

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
@@ -153,7 +153,7 @@ definition.action({
153
153
  type: actionName+'Authenticated',
154
154
  ...authenticationData.actionProperties,
155
155
  contactType: authenticationData.contactType,
156
- contact: autoValidation.contact,
156
+ contact: authenticationData.contact,
157
157
  session: client.session
158
158
  })
159
159
  emit({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/message-authentication-service",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
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": "8a862142bf20ec41e48e1f6e7c8cc4312d22c04e"
27
+ "gitHead": "9b7bd2322b9d6285600d3cf6ed89473eafa530c2"
28
28
  }