@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/CHANGELOG.md +17 -0
- package/dist/index.js +18 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/test/e2e/patrol-email-scope.e2e.test.mjs +0 -1
package/package.json
CHANGED
|
@@ -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",
|