@live-change/phone-service 0.9.115 → 0.9.117

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 -1
  2. package/package.json +4 -4
package/auth.js CHANGED
@@ -204,7 +204,7 @@ definition.trigger({
204
204
  properties: {
205
205
  user: {
206
206
  type: User,
207
- validation: ['nonEmpty', 'phone']
207
+ validation: ['nonEmpty']
208
208
  }
209
209
  },
210
210
  async execute({ user }, context, emit) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/phone-service",
3
- "version": "0.9.115",
3
+ "version": "0.9.117",
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.9.115",
26
- "@live-change/relations-plugin": "^0.9.115",
25
+ "@live-change/framework": "^0.9.117",
26
+ "@live-change/relations-plugin": "^0.9.117",
27
27
  "got": "^11.8.6",
28
28
  "html-to-text": "8.1.0",
29
29
  "jsdom": "^24.1.0",
30
30
  "smsapi": "2.0.9"
31
31
  },
32
- "gitHead": "44fe0c1e9da339892bf9e1b9e0864637d015b1b5"
32
+ "gitHead": "c6cd3d2e3c7312f95d0cca0609b7c0f8fff48ead"
33
33
  }