@constl/mandataire
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -159,4 +159,4 @@ import { v4 as uuidv4 } from "uuid"; | ||
} | ||
this.événements.emit("erreur", this.dernièreErreur); | ||
throw new Error(JSON.stringify(this.dernièreErreur)); | ||
this.événements.emit("erreur", { idRequête, ...this.dernièreErreur }); | ||
throw new Error(JSON.stringify({ idRequête, ...this.dernièreErreur })); | ||
} | ||
@@ -163,0 +163,0 @@ async oublierTâche(idRequête) { |
@@ -1,1 +0,1 @@ | ||
export declare const version = "2.0.9"; | ||
export declare const version = "3.0.1"; |
// Generated by genversion. | ||
export const version = "2.0.9"; | ||
export const version = "3.0.1"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@constl/mandataire", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Un mandataire très léger pour le client Constellation.", | ||
@@ -5,0 +5,0 @@ "author": "Julien Jean Malard-Adam", |
@@ -264,4 +264,4 @@ import type TypedEmitter from "typed-emitter"; | ||
} | ||
this.événements.emit("erreur", this.dernièreErreur); | ||
throw new Error(JSON.stringify(this.dernièreErreur)); | ||
this.événements.emit("erreur", { idRequête, ...this.dernièreErreur }); | ||
throw new Error(JSON.stringify({ idRequête, ...this.dernièreErreur })); | ||
} | ||
@@ -268,0 +268,0 @@ |
// Generated by genversion. | ||
export const version = "3.0.0"; | ||
export const version = "3.0.1"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
222362
0