@wraps.dev/cli 2.10.0 → 2.10.1
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/dist/cli.js
CHANGED
|
@@ -19647,7 +19647,7 @@ async function pushToSES(templates, progress) {
|
|
|
19647
19647
|
exists = true;
|
|
19648
19648
|
} catch (err) {
|
|
19649
19649
|
const e = err;
|
|
19650
|
-
if (e.name !== "
|
|
19650
|
+
if (e.name !== "TemplateDoesNotExistException") throw err;
|
|
19651
19651
|
}
|
|
19652
19652
|
if (exists) {
|
|
19653
19653
|
await ses.send(new UpdateTemplateCommand({ Template: templateData }));
|