@xuda.io/account_module 1.2.92 → 1.2.93

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 +4 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1525,6 +1525,10 @@ const get_prices = function (uid, item) {
1525
1525
  price = _conf.PRICE_OBJ.branding_per_month;
1526
1526
  break;
1527
1527
 
1528
+ case "utility_screen":
1529
+ price = _conf.PRICE_OBJ.utility_screen_per_month;
1530
+ break;
1531
+
1528
1532
  default:
1529
1533
  price = 0;
1530
1534
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.92",
3
+ "version": "1.2.93",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {