@xuda.io/account_module 1.2.2077 → 1.2.2078
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.mjs +1 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -54,6 +54,7 @@ const stripe_ms = await import(`${module_path}/stripe_module/index_ms.mjs`);
|
|
|
54
54
|
const logs_ms = await import(`${module_path}/logs_module/index_ms.mjs`);
|
|
55
55
|
|
|
56
56
|
const ws_dashboard_msa = await import(`${module_path}/ws_dashboard_module/index_msa.mjs`);
|
|
57
|
+
const drive_msa = await import(`${module_path}/drive_module/index_msa.mjs`);
|
|
57
58
|
|
|
58
59
|
// const {get_active_account_profile_info} = await import(`${module_path}/ws_dashboard_module/get_active_account_profile_info.mjs`);
|
|
59
60
|
|