@xuda.io/account_module 1.2.141 → 1.2.143

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -407,6 +407,7 @@ exports.get_account_data = async function (req) {
407
407
  support_plan_changed: acc_obj.support_plan_changed,
408
408
  storage_plan: acc_obj.storage_plan,
409
409
  storage_plan_changed: acc_obj.storage_plan_changed,
410
+ account_project_id: acc_obj.account_project_id,
410
411
 
411
412
  prices_info: acc_obj.prices_info,
412
413
  activity_usage: acc_obj.activity_usage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.141",
3
+ "version": "1.2.143",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {