@xuda.io/account_module 1.2.97 → 1.2.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.
Files changed (2) hide show
  1. package/index.js +6 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1537,6 +1537,12 @@ const get_prices = function (uid, item) {
1537
1537
  price = _conf.PRICE_OBJ.utility_screen_per_month;
1538
1538
  break;
1539
1539
 
1540
+ case "update_drive_addons_user":
1541
+ case "update_drive_addons_studio":
1542
+ case "update_drive_addons_workspace":
1543
+ price = _conf.PRICE_OBJ.utility_screen_per_month;
1544
+ break;
1545
+
1540
1546
  default:
1541
1547
  price = 0;
1542
1548
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.97",
3
+ "version": "1.2.98",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {