@xcelsior/email 1.0.2 → 1.0.3
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/.turbo/turbo-build.log +14 -14
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
- package/.turbo/turbo-lint.log +0 -5
- package/.turbo/turbo-test.log +0 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
|
|
2
|
-
> @xcelsior/email@1.0.
|
|
3
|
-
> tsup
|
|
2
|
+
> @xcelsior/email@1.0.3 build /home/circleci/repo/packages/services/email
|
|
3
|
+
> tsup && tsc --noEmit
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v8.5.
|
|
8
|
-
[34mCLI[39m Using tsup config: /
|
|
7
|
+
[34mCLI[39m tsup v8.5.1
|
|
8
|
+
[34mCLI[39m Using tsup config: /home/circleci/repo/packages/services/email/tsup.config.ts
|
|
9
9
|
[34mCLI[39m Target: es2020
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[34mESM[39m Build start
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
13
|
+
[32mCJS[39m [1mdist/index.js [22m[32m7.95 KB[39m
|
|
14
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m12.80 KB[39m
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 16ms
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m5.72 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m12.54 KB[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 15ms
|
|
19
|
+
[34mDTS[39m Build start
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 5052ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m818.00 B[39m
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m818.00 B[39m
|
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xcelsior/email",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"import": "./src/index.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"nodemailer": "^7.0.4",
|
|
24
24
|
"@aws-sdk/client-sesv2": "^3.888.0",
|
|
25
25
|
"uuid": "^11.1.0",
|
|
26
|
-
"@xcelsior/utils": "1.0.
|
|
26
|
+
"@xcelsior/utils": "1.0.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/lodash": "^4.17.20",
|
package/.turbo/turbo-lint.log
DELETED
package/.turbo/turbo-test.log
DELETED