@cedarjs/cli 1.0.0-canary.13143 → 1.0.0-canary.13145

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.
@@ -7,7 +7,8 @@ import { logger } from 'src/lib/logger'
7
7
  export const mailer = new Mailer({
8
8
  handling: {
9
9
  handlers: {
10
- // TODO: Update this handler config or switch it out for a different handler completely
10
+ // TODO: Update this handler config or switch it out for a different
11
+ // handler completely
11
12
  nodemailer: new NodemailerMailHandler({
12
13
  transport: {
13
14
  host: 'localhost',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "1.0.0-canary.13143+ac6f89209",
3
+ "version": "1.0.0-canary.13145+408a6b88b",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,15 +32,15 @@
32
32
  "dependencies": {
33
33
  "@babel/preset-typescript": "7.28.5",
34
34
  "@babel/runtime-corejs3": "7.28.4",
35
- "@cedarjs/api-server": "1.0.0-canary.13143",
36
- "@cedarjs/cli-helpers": "1.0.0-canary.13143",
37
- "@cedarjs/fastify-web": "1.0.0-canary.13143",
38
- "@cedarjs/internal": "1.0.0-canary.13143",
39
- "@cedarjs/prerender": "1.0.0-canary.13143",
40
- "@cedarjs/project-config": "1.0.0-canary.13143",
41
- "@cedarjs/structure": "1.0.0-canary.13143",
42
- "@cedarjs/telemetry": "1.0.0-canary.13143",
43
- "@cedarjs/web-server": "1.0.0-canary.13143",
35
+ "@cedarjs/api-server": "1.0.0-canary.13145",
36
+ "@cedarjs/cli-helpers": "1.0.0-canary.13145",
37
+ "@cedarjs/fastify-web": "1.0.0-canary.13145",
38
+ "@cedarjs/internal": "1.0.0-canary.13145",
39
+ "@cedarjs/prerender": "1.0.0-canary.13145",
40
+ "@cedarjs/project-config": "1.0.0-canary.13145",
41
+ "@cedarjs/structure": "1.0.0-canary.13145",
42
+ "@cedarjs/telemetry": "1.0.0-canary.13145",
43
+ "@cedarjs/web-server": "1.0.0-canary.13145",
44
44
  "@listr2/prompt-adapter-enquirer": "2.0.16",
45
45
  "@opentelemetry/api": "1.8.0",
46
46
  "@opentelemetry/core": "1.22.0",
@@ -102,5 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "gitHead": "ac6f8920971001990ed97df69a7f932d8eef7a42"
105
+ "gitHead": "408a6b88baeeed58002967d86ce63833f1dff7a6"
106
106
  }