@thzero/library_client_firebase 0.17.10 → 0.17.11

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/boot/starter.js +1 -1
  2. package/package.json +3 -3
package/boot/starter.js CHANGED
@@ -10,7 +10,7 @@ import LibraryCommonUtility from '@thzero/library_common/utility/index';
10
10
  // import config from 'local-config';
11
11
 
12
12
  // export default async ({
13
- export default (router) => {
13
+ export default ({router}) => {
14
14
  const auth = LibraryClientUtility.$injector.getService(LibraryClientConstants.InjectorKeys.SERVICE_AUTH);
15
15
  return auth.initialize(LibraryCommonUtility.correlationId(), router);
16
16
  // const configExternal = config.external;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@thzero/library_client_firebase",
3
- "version": "0.17.10",
3
+ "version": "0.17.11",
4
4
  "version_major": 0,
5
5
  "version_minor": 17,
6
- "version_patch": 10,
7
- "version_date": "06/04/2023",
6
+ "version_patch": 11,
7
+ "version_date": "06/06/2023",
8
8
  "author": "thZero",
9
9
  "license": "MIT",
10
10
  "repository": {