@xuda.io/notification_module 1.1.110 → 1.1.111

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.mjs +5 -5
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -68,7 +68,7 @@ export const submit_notification = async (req) => {
68
68
  let obj = {};
69
69
  const { notification_categories } = await import(path.join(process.env.XUDA_HOME, 'notification_templates.mjs'));
70
70
 
71
- let icon = 'https://dev.xuda.io/dist/images/xuda_ico.png';
71
+ let icon = 'https://dev.xuda.ai/dist/images/xuda_ico.png';
72
72
  if (app_id) {
73
73
  const app_id_reference = await _common.get_project_app_id(app_id, true);
74
74
  const app_ret = await db_module.get_couch_doc('xuda_master', app_id_reference);
@@ -607,10 +607,10 @@ export const notifications_validation_fx = async (notification_id) => {
607
607
  // // params: {
608
608
  // // name: name,
609
609
  // // ip: ip,
610
- // // dashboard_url: `https://xuda.io/dashboard/project/${app_id}/admin/overview`,
611
- // // dashboard_ssh_url: `https://xuda.io/dashboard/project/${app_id}/admin/overview`,
612
- // // dashboard_ssh_assign_url: `https://xuda.io/dashboard/settings/ssh_keys`,
613
- // // support_url: `https://xuda.io/schedule/sales?topic=Sales&subtopic=General+Inquiries`,
610
+ // // dashboard_url: `https://xuda.ai/dashboard/project/${app_id}/admin/overview`,
611
+ // // dashboard_ssh_url: `https://xuda.ai/dashboard/project/${app_id}/admin/overview`,
612
+ // // dashboard_ssh_assign_url: `https://xuda.ai/dashboard/settings/ssh_keys`,
613
+ // // support_url: `https://xuda.ai/schedule/sales?topic=Sales&subtopic=General+Inquiries`,
614
614
  // // },
615
615
  // // ref: null,
616
616
  // // email: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/notification_module",
3
- "version": "1.1.110",
3
+ "version": "1.1.111",
4
4
  "description": "Xuda Notification Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {