@thzero/library_server_firebase 0.13.13 → 0.13.18

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/auth/index.js CHANGED
@@ -135,7 +135,7 @@ class FirebaseAuthAdminService extends Service {
135
135
  id: uid
136
136
  })
137
137
  if (!userUpdateResponse.success || !userUpdateResponse.results)
138
- return userUpdateResponse;
138
+ return results;
139
139
  }
140
140
 
141
141
  results.user = userResponse.results;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@thzero/library_server_firebase",
3
- "version": "0.13.13",
3
+ "version": "0.13.18",
4
4
  "version_major": 0,
5
5
  "version_minor": 13,
6
- "version_patch": 13,
7
- "version_date": "07/07/2021",
6
+ "version_patch": 18,
7
+ "version_date": "09/18/2021",
8
8
  "author": "thZero",
9
9
  "license": "MIT",
10
10
  "repository": {
@@ -20,10 +20,11 @@
20
20
  },
21
21
  "scripts": {
22
22
  "cli-update": "./node_modules/.bin/library-cli --updateversion --pi",
23
+ "@thzero/library_common": "^0.13",
23
24
  "test": "echo \"Error: no test specified\" && exit 1"
24
25
  },
25
26
  "dependencies": {
26
- "firebase-admin": "^9.10.0"
27
+ "firebase-admin": "^9.11.1"
27
28
  },
28
29
  "peerDependencies": {
29
30
  "@thzero/library_common": "^0.13",
@@ -31,6 +32,6 @@
31
32
  "@thzero/library_server": "^0.13"
32
33
  },
33
34
  "devDependencies": {
34
- "@thzero/library_cli": "^0.13"
35
+ "@thzero/library_cli": "^0.13.18"
35
36
  }
36
37
  }
package/pushversion.bat CHANGED
@@ -1,4 +1,4 @@
1
- call npm run cli-update -- --silent
1
+ call npm run cli-update-w -- --silent
2
2
  call git add .
3
3
  call git commit -m %1
4
4
  call git push