@byu-oit/vue-decision-processing-components 9.6.2 → 9.7.0

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.
package/SupportDialog.vue CHANGED
@@ -124,7 +124,10 @@ export default {
124
124
  headers: { 'Content-Type': 'application/json' },
125
125
  body: JSON.stringify({
126
126
  ...body,
127
- ...this.email !== '' && { u_email: this.email }
127
+ ...(this.email !== '' && {
128
+ u_email: this.email,
129
+ watch_list: this.email,
130
+ }),
128
131
  })
129
132
  }
130
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byu-oit/vue-decision-processing-components",
3
- "version": "9.6.2",
3
+ "version": "9.7.0",
4
4
  "description": "Vue components shared between decision processing systems for the CES schools.",
5
5
  "dependencies": {
6
6
  "@fortawesome/fontawesome-free": "^5.15.4",