@xuda.io/account_module 1.2.53 → 1.2.54

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 +8 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1450,6 +1450,14 @@ exports.get_prices = async function (uid, item) {
1450
1450
  price = _conf.PRICE_OBJ.custom_domain_per_month;
1451
1451
  break;
1452
1452
 
1453
+ case user_monitor:
1454
+ price = _conf.PRICE_OBJ.user_monitor_per_month;
1455
+ break;
1456
+
1457
+ case branding:
1458
+ price = _conf.PRICE_OBJ.branding_per_month;
1459
+ break;
1460
+
1453
1461
  default:
1454
1462
  price = 0;
1455
1463
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.53",
3
+ "version": "1.2.54",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {