@thzero/library_server_firebase 0.15.10 → 0.15.13
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 +4 -4
- package/messaging/index.js +1 -1
- package/package.json +4 -4
package/auth/index.js
CHANGED
|
@@ -3,13 +3,13 @@ import path from 'path';
|
|
|
3
3
|
|
|
4
4
|
import admin from 'firebase-admin';
|
|
5
5
|
|
|
6
|
-
import LibraryConstants from '@thzero/library_server/constants';
|
|
6
|
+
import LibraryConstants from '@thzero/library_server/constants.js';
|
|
7
7
|
|
|
8
|
-
import NotImplementedError from '@thzero/library_common/errors/notImplemented';
|
|
8
|
+
import NotImplementedError from '@thzero/library_common/errors/notImplemented.js';
|
|
9
9
|
|
|
10
|
-
import Service from '@thzero/library_server/service/index';
|
|
10
|
+
import Service from '@thzero/library_server/service/index.js';
|
|
11
11
|
|
|
12
|
-
import TokenExpiredError from '@thzero/library_server/errors/tokenExpired';
|
|
12
|
+
import TokenExpiredError from '@thzero/library_server/errors/tokenExpired.js';
|
|
13
13
|
|
|
14
14
|
class FirebaseAuthAdminService extends Service {
|
|
15
15
|
constructor() {
|
package/messaging/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thzero/library_server_firebase",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.15.
|
|
4
|
+
"version": "0.15.13",
|
|
5
5
|
"version_major": 0,
|
|
6
6
|
"version_minor": 15,
|
|
7
|
-
"version_patch":
|
|
8
|
-
"version_date": "
|
|
7
|
+
"version_patch": 13,
|
|
8
|
+
"version_date": "08/28/2022",
|
|
9
9
|
"author": "thZero",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"firebase-admin": "^
|
|
27
|
+
"firebase-admin": "^11.0.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@thzero/library_common": "^0.15",
|