meshcentral: 1.1.48 -> 1.1.49

ChangeLog: https://github.com/Ylianst/MeshCentral/releases/tag/1.1.49
(cherry picked from commit 5f8f6ac022)
This commit is contained in:
Maximilian Bosch
2025-08-27 11:35:52 +02:00
committed by github-actions[bot]
parent 982040c871
commit b5aed0c393
3 changed files with 690 additions and 680 deletions

View File

@@ -8,11 +8,11 @@
}:
yarn2nix-moretea.mkYarnPackage {
version = "1.1.48";
version = "1.1.49";
src = fetchzip {
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.48.tgz";
sha256 = "0ns4pp0gswvfpyjzklsh76ych9sv9qjcn50dhain7b6cy6dkrmga";
url = "https://registry.npmjs.org/meshcentral/-/meshcentral-1.1.49.tgz";
sha256 = "1xklg7snn3qlmakkqy89q58n7b09idxz0zz5ha3hrn8s0wcmjakr";
};
patches = [
@@ -24,7 +24,7 @@ yarn2nix-moretea.mkYarnPackage {
offlineCache = fetchYarnDeps {
yarnLock = ./yarn.lock;
hash = "sha256-oHY21OMLVyrdJOiV9MarXWnjcKNaKtvUz26xIvVNRsw=";
hash = "sha256-xiZ1RL4GsihQc1yazjkTfge/DS2N9oimSl0EZr6WmrM=";
};
# Tarball has CRLF line endings. This makes patching difficult, so let's convert them.

View File

@@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "1.1.48",
"version": "1.1.49",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",
@@ -110,7 +110,7 @@
"node-vault": "0.10.2",
"https-proxy-agent": "7.0.2",
"mongojs": "3.1.0",
"nodemailer": "6.9.16",
"nodemailer": "6.10.1",
"@sendgrid/mail": "*",
"jsdom": "22.1.0",
"esprima": "4.0.1",

File diff suppressed because it is too large Load Diff