dhomie-app 0.0.1 → 0.0.2

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.
@@ -6,18 +6,18 @@ import { Browser } from '@capacitor/browser';
6
6
  import { Capacitor } from '@capacitor/core';
7
7
  import { OAuthService, OAuthStorage, provideOAuthClient } from 'angular-oauth2-oidc';
8
8
  const env = {
9
- production: true,
10
- oidc: {
11
- issuer: 'https://auth.dhomie.com',
12
- clientId: 'dhomie-micro-client',
13
- scope: 'openid profile email offline_access',
14
- redirectUri: 'https://app.dhomie.com/micro/callback',
15
- mobileRedirectUri: 'com.thehood.app://micro/callback',
16
- responseType: 'code',
17
- showDebugInformation: false,
18
- useSilentRefresh: false,
9
+ "production": true,
10
+ "oidc": {
11
+ "issuer": "https://auth.dhomie.com",
12
+ "clientId": "dhomie-micro-client",
13
+ "scope": "openid profile email offline_access",
14
+ "redirectUri": "https://app.dhomie.com/micro/callback",
15
+ "mobileRedirectUri": "com.thehood.app://micro/callback",
16
+ "responseType": "code",
17
+ "showDebugInformation": false,
18
+ "useSilentRefresh": false
19
19
  },
20
- microApiBaseUrl: 'https://api.dhomie.com/v1',
20
+ "microApiBaseUrl": "https://api.dhomie.com/v1"
21
21
  };
22
22
  import { Preferences } from '@capacitor/preferences';
23
23
  import { IonContent, IonSpinner, IonButton, IonButtons, IonHeader, IonItem, IonLabel, IonList, IonTitle, IonToolbar } from '@ionic/angular/standalone';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhomie-app",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",