@live-change/phone-service 0.8.14 → 0.8.15

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/auth.js +1 -0
  2. package/package.json +4 -4
package/auth.js CHANGED
@@ -189,6 +189,7 @@ definition.trigger({
189
189
  type: String
190
190
  }
191
191
  },
192
+ waitForEvents: true,
192
193
  async execute({ phone, session }, { client, service }, emit) {
193
194
  const phoneData = await Phone.get(phone)
194
195
  if(!phoneData) throw { properties: { phone: 'notFound' } }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/phone-service",
3
- "version": "0.8.14",
3
+ "version": "0.8.15",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,12 +22,12 @@
22
22
  },
23
23
  "type": "module",
24
24
  "dependencies": {
25
- "@live-change/framework": "^0.8.14",
26
- "@live-change/relations-plugin": "^0.8.14",
25
+ "@live-change/framework": "^0.8.15",
26
+ "@live-change/relations-plugin": "^0.8.15",
27
27
  "got": "^11.8.3",
28
28
  "html-to-text": "8.1.0",
29
29
  "jsdom": "^18.1.1",
30
30
  "smsapi": "2.0.9"
31
31
  },
32
- "gitHead": "d81b573fb8891746ae1c67f4f68558123c9f85f7"
32
+ "gitHead": "4897eefbf3ce9ace57630127da89503c71114563"
33
33
  }