@alliumcloud/avatar-sso-internal 2.5.5-dev.0 → 2.5.5-testing.0
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const ssoClientUrl = "https://app
|
|
2
|
-
export declare const ssoServerUrl = "https://api-gw-
|
|
1
|
+
export declare const ssoClientUrl = "https://app.2x22.com";
|
|
2
|
+
export declare const ssoServerUrl = "https://api-gw-testing.2x22.com/sso/api/v1";
|
|
3
3
|
//# sourceMappingURL=environment.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environment.d.ts","sourceRoot":"","sources":["../../src/config/environment.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"environment.d.ts","sourceRoot":"","sources":["../../src/config/environment.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,yBAAyB,CAAC;AACnD,eAAO,MAAM,YAAY,+CAA+C,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export const ssoClientUrl = "https://app
|
|
2
|
-
export const ssoServerUrl = "https://api-gw-
|
|
1
|
+
export const ssoClientUrl = "https://app.2x22.com";
|
|
2
|
+
export const ssoServerUrl = "https://api-gw-testing.2x22.com/sso/api/v1";
|
|
3
3
|
//# sourceMappingURL=environment.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environment.js","sourceRoot":"","sources":["../../src/config/environment.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG,
|
|
1
|
+
{"version":3,"file":"environment.js","sourceRoot":"","sources":["../../src/config/environment.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG,sBAAsB,CAAC;AACnD,MAAM,CAAC,MAAM,YAAY,GAAG,4CAA4C,CAAC"}
|
package/dist/config/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Database from "../lib/database";
|
|
2
2
|
export declare const db: Database;
|
|
3
|
-
export declare const ssoClientUrl = "https://app
|
|
4
|
-
export declare const ssoServerUrl = "https://api-gw-
|
|
3
|
+
export declare const ssoClientUrl = "https://app.2x22.com";
|
|
4
|
+
export declare const ssoServerUrl = "https://api-gw-testing.2x22.com/sso/api/v1";
|
|
5
5
|
export declare const actions: {
|
|
6
6
|
local_login: "local-login";
|
|
7
7
|
local_register: "local-register";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAIvC,eAAO,MAAM,EAAE,UAIb,CAAC;AAEH,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAIvC,eAAO,MAAM,EAAE,UAIb,CAAC;AAEH,eAAO,MAAM,YAAY,yBAA4B,CAAC;AACtD,eAAO,MAAM,YAAY,+CAA4B,CAAC;AAEtD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCuB,CAAC"}
|
package/package.json
CHANGED