@tuya-sat/sdf-main-sdk 0.3.12 → 0.3.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/dist/{131.1467507c.chunk.js → 131.13a67e7b.chunk.js} +1 -1
- package/dist/{131.1467507c.chunk.js.map → 131.13a67e7b.chunk.js.map} +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/utils/common.d.ts +1 -0
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main.css": "auto/main.css",
|
|
3
3
|
"main.js": "auto/main.bundle.js",
|
|
4
|
-
"131.
|
|
4
|
+
"131.13a67e7b.chunk.js": "auto/131.13a67e7b.chunk.js",
|
|
5
5
|
"static/img/reLogin.png": "auto/static/img/294142da390c5af23324.png",
|
|
6
6
|
"static/img/emptyPage.png": "auto/static/img/daa00e3565343b2c9c18.png",
|
|
7
7
|
"en.json": "auto/en.json",
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"static/img/img1-dark.png": "auto/static/img/72dd80e82e7a8baf135c.png",
|
|
13
13
|
"main.css.map": "auto/main.css.map",
|
|
14
14
|
"main.bundle.js.map": "auto/main.bundle.js.map",
|
|
15
|
-
"131.
|
|
15
|
+
"131.13a67e7b.chunk.js.map": "auto/131.13a67e7b.chunk.js.map"
|
|
16
16
|
}
|
package/dist/utils/common.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export declare const afterLoginHook: ({ search, history, }: {
|
|
|
22
22
|
export declare const isSupportPhoneRegion: () => boolean;
|
|
23
23
|
export declare const isSupportMultiLang: () => boolean;
|
|
24
24
|
export declare const isShowClauseInModal: () => any;
|
|
25
|
+
export declare function getCustomConfig(configKey: string): any;
|
|
25
26
|
export declare const isOpenGt: () => boolean;
|
|
26
27
|
export declare const isMessageCt: () => boolean;
|
|
27
28
|
export declare const processLoadAssetInCss: (apps: any, url: any, args: any) => any;
|