@7365admin1/core 3.52.16 → 3.52.17

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@7365admin1/core",
3
3
  "license": "MIT",
4
- "version": "3.52.16",
4
+ "version": "3.52.17",
5
5
  "author": "7365admin1",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",
@@ -111,7 +111,6 @@ describe("patrol logs are emailed out of one estate only", { concurrency: 1 }, (
111
111
  const sendBody = (site, logs, subject) => ({
112
112
  site: String(site),
113
113
  subject,
114
- name: "Patrol report",
115
114
  recipients: [ATTACKER_MAILBOX],
116
115
  logs: logs.map(String),
117
116
  url: "/org/site/patrol-logs/report?ids=1",