@sunggang/ui-lib 0.1.96 → 0.1.98
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/index.esm2.js +4 -0
- package/package.json +1 -1
package/index.esm2.js
CHANGED
|
@@ -123350,6 +123350,10 @@ var useLiff = function(publickLiffId, localStorageToken, loginFunc, checkTokenUr
|
|
|
123350
123350
|
,
|
|
123351
123351
|
7
|
|
123352
123352
|
]);
|
|
123353
|
+
if (!(typeof window !== "undefined")) return [
|
|
123354
|
+
3,
|
|
123355
|
+
5
|
|
123356
|
+
];
|
|
123353
123357
|
return [
|
|
123354
123358
|
4,
|
|
123355
123359
|
import('./index.esm3.js')
|