From 0b49642668b19b3d794d5d7361458fd5ebaa9ee7 Mon Sep 17 00:00:00 2001
From: "p.vanderwilt"
Date: Fri, 5 Sep 2025 13:31:42 +0200
Subject: [PATCH] Switch general functions to new implementation
---
package-lock.json | 10 +++++-----
package.json | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 09227d5..2d885a7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "0.0.1",
"license": "SEE LICENSE",
"dependencies": {
- "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git",
+ "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#fix-missing-references",
"mathjs": "^14.5.2"
}
},
@@ -62,7 +62,7 @@
},
"node_modules/generalFunctions": {
"version": "1.0.0",
- "resolved": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#6dcd3c3d26740621cb507d6b2e92c86f7c84f5e1",
+ "resolved": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#50f99fa64286b35dbb6ba1b6918ebe1175756ebc",
"license": "SEE LICENSE"
},
"node_modules/javascript-natural-sort": {
@@ -72,9 +72,9 @@
"license": "MIT"
},
"node_modules/mathjs": {
- "version": "14.6.0",
- "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.6.0.tgz",
- "integrity": "sha512-5vI2BLB5GKQmiSK9BH6hVkZ+GgqpdnOgEfmHl7mqVmdQObLynr63KueyYYLCQMzj66q69mV2XZZGQqqxeftQbA==",
+ "version": "14.7.0",
+ "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.7.0.tgz",
+ "integrity": "sha512-RaMhb+9MSESjDZNox/FzzuFpIUI+oxGLyOy1t3BMoW53pGWnTzZtlucJ5cvbit0dIMYlCq00gNbW1giZX4/1Rg==",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.26.10",
diff --git a/package.json b/package.json
index 6bc14c8..369cba4 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
}
},
"dependencies": {
- "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git",
+ "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#fix-missing-references",
"mathjs": "^14.5.2"
}
}