@wraps.dev/cli 2.2.5 → 2.2.6

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
@@ -147,7 +147,7 @@ var require_package = __commonJS({
147
147
  "package.json"(exports, module) {
148
148
  module.exports = {
149
149
  name: "@wraps.dev/cli",
150
- version: "2.2.5",
150
+ version: "2.2.6",
151
151
  description: "CLI for deploying Wraps email infrastructure to your AWS account",
152
152
  type: "module",
153
153
  main: "./dist/cli.js",
@@ -194,7 +194,6 @@ var require_package = __commonJS({
194
194
  author: "Wraps",
195
195
  license: "AGPL-3.0-or-later",
196
196
  dependencies: {
197
- "@wraps/core": "workspace:*",
198
197
  "@aws-sdk/client-acm": "3.933.0",
199
198
  "@aws-sdk/client-cloudformation": "^3.490.0",
200
199
  "@aws-sdk/client-cloudfront": "3.933.0",
@@ -231,6 +230,7 @@ var require_package = __commonJS({
231
230
  uuid: "^11.0.3"
232
231
  },
233
232
  devDependencies: {
233
+ "@wraps/core": "workspace:*",
234
234
  "@types/args": "5.0.4",
235
235
  "@types/express": "^5.0.0",
236
236
  "@types/mailparser": "3.4.6",