Comparing version 0.4.0-alpha.7 to 0.4.0-alpha.8
@@ -128,3 +128,3 @@ "use strict"; | ||
type: ChannelTypeEnum.IN_APP, | ||
content: 'Welcome <b>{{$first_name}}</b>! Click on this notification to <b>visit the cloud admin panel</b> managing this message', | ||
content: 'Welcome to Novu! Click on this notification to <b>visit the cloud admin panel</b> managing this message', | ||
cta: { | ||
@@ -131,0 +131,0 @@ type: ChannelCTATypeEnum.REDIRECT, |
{ | ||
"name": "novu", | ||
"version": "0.4.0-alpha.7", | ||
"version": "0.4.0-alpha.8", | ||
"description": "On-Boarding Cli", | ||
@@ -44,3 +44,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "cbb3c77b9a6c1a194eea8befd4cafdfdc9c200c1" | ||
"gitHead": "406791881f843a273fa1a44e6a116aa98b61b774" | ||
} |
@@ -190,3 +190,3 @@ import * as open from 'open'; | ||
content: | ||
'Welcome <b>{{$first_name}}</b>! Click on this notification to <b>visit the cloud admin panel</b> managing this message', | ||
'Welcome to Novu! Click on this notification to <b>visit the cloud admin panel</b> managing this message', | ||
cta: { | ||
@@ -193,0 +193,0 @@ type: ChannelCTATypeEnum.REDIRECT, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131387