@travetto/email-compiler 7.0.6 → 7.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/email-compiler",
3
- "version": "7.0.6",
3
+ "version": "7.1.1",
4
4
  "type": "module",
5
5
  "description": "Email compiling module",
6
6
  "keywords": [
@@ -27,12 +27,12 @@
27
27
  "directory": "module/email-compiler"
28
28
  },
29
29
  "dependencies": {
30
- "@travetto/config": "^7.0.6",
31
- "@travetto/di": "^7.0.6",
32
- "@travetto/email": "^7.0.6",
33
- "@travetto/image": "^7.0.5",
34
- "@travetto/runtime": "^7.0.5",
35
- "@travetto/worker": "^7.0.5",
30
+ "@travetto/config": "^7.1.1",
31
+ "@travetto/di": "^7.1.1",
32
+ "@travetto/email": "^7.1.1",
33
+ "@travetto/image": "^7.1.1",
34
+ "@travetto/runtime": "^7.1.1",
35
+ "@travetto/worker": "^7.1.1",
36
36
  "@types/inline-css": "^3.0.4",
37
37
  "html-entities": "^2.6.0",
38
38
  "inline-css": "^4.0.3",
@@ -40,7 +40,7 @@
40
40
  "sass": "^1.97.2"
41
41
  },
42
42
  "peerDependencies": {
43
- "@travetto/cli": "^7.0.7"
43
+ "@travetto/cli": "^7.1.1"
44
44
  },
45
45
  "peerDependenciesMeta": {
46
46
  "@travetto/cli": {
@@ -6,7 +6,7 @@ import { DependencyRegistryIndex } from '@travetto/di';
6
6
  import { EditorService } from './bin/editor.ts';
7
7
 
8
8
  /** The email editor compilation service and output serving */
9
- @CliCommand({ with: { env: true } })
9
+ @CliCommand({ with: { profiles: true } })
10
10
  export class EmailEditorCommand {
11
11
 
12
12
  preMain(): void {
@@ -10,7 +10,7 @@ import { EditorService } from './bin/editor.ts';
10
10
  /**
11
11
  * CLI Entry point for running the email server
12
12
  */
13
- @CliCommand({ with: { env: true } })
13
+ @CliCommand({ with: { profiles: true } })
14
14
  export class EmailTestCommand implements CliCommandShape {
15
15
 
16
16
  preMain(): void {