@pushwoosh/dumb-components 1.1.66 → 1.1.68

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.
@@ -79,7 +79,7 @@ export function FrequencyCappingEdit({
79
79
  days: globalCapping.days,
80
80
  isInJourney: isInJourney
81
81
  }, cappingOption === CappingTypes.GLOBAL && React.createElement(Link, {
82
- href: `/applications/${applicationCode}/message-delivery-settings?tab=capping`,
82
+ href: `/applications/${applicationCode}/message-delivery?tab=capping`,
83
83
  title: globalCappingLinkText,
84
84
  target: "_blank",
85
85
  onClick: editGlobalClicked
@@ -23,7 +23,7 @@ export function FrequencyCappingReadonly({
23
23
  "$justifyContent": "start",
24
24
  "$alignItems": "center"
25
25
  }, label, cappingOption === CappingTypes.GLOBAL && React.createElement(Link, {
26
- href: `/applications/${applicationCode}/message-delivery-settings?tab=capping`,
26
+ href: `/applications/${applicationCode}/message-delivery?tab=capping`,
27
27
  title: globalCappingLinkText,
28
28
  target: "_blank",
29
29
  onClick: editGlobalClicked
@@ -62,7 +62,7 @@ export function SendRateEdit({
62
62
  messages: globalSendRate.count,
63
63
  seconds: globalSendRate.seconds
64
64
  }, policy === 'GLOBAL' && React.createElement(Link, {
65
- href: `/applications/${applicationCode}/message-delivery-settings?tab=sendRate`,
65
+ href: `/applications/${applicationCode}/message-delivery?tab=sendRate`,
66
66
  title: globalSendRateLinkText,
67
67
  target: "_blank",
68
68
  onClick: editGlobalClicked
@@ -22,7 +22,7 @@ export function SendRateReadonly({
22
22
  "$justifyContent": "start",
23
23
  "$alignItems": "center"
24
24
  }, label, policy === 'GLOBAL' && React.createElement(Link, {
25
- href: `/applications/${applicationCode}/message-delivery-settings?tab=sendRate`,
25
+ href: `/applications/${applicationCode}/message-delivery?tab=sendRate`,
26
26
  title: globalSendRateLinkText,
27
27
  target: "_blank",
28
28
  onClick: editGlobalClicked
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/dumb-components",
3
- "version": "1.1.66",
3
+ "version": "1.1.68",
4
4
  "description": "React components to build Pushwoosh products",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "pre-commit": "check",
19
19
  "engines": {
20
- "node": ">= 20",
20
+ "node": ">= 22",
21
21
  "npm": ">= 7"
22
22
  },
23
23
  "devDependencies": {