fix(dependencies): Update dependencies to the latest versions to address multiple fixes.

This commit is contained in:
2025-01-19 18:09:47 +01:00
parent a21ce29a15
commit fd4e60e020
6 changed files with 151 additions and 126 deletions

View File

@@ -60,5 +60,9 @@ export class TapTools {
return plugins.smartpromise.defer();
}
public cumulativeDefer() {
return plugins.smartpromise.cumulativeDefer();
}
public smartjson = plugins.smartjson;
}