@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.
@@ -1,22 +1,22 @@
1
1
 
2
- > @xcelsior/email@1.0.0 build /Users/tuannguyen/Work/excelsior-packages/packages/services/email
3
- > tsup
2
+ > @xcelsior/email@1.0.3 build /home/circleci/repo/packages/services/email
3
+ > tsup && tsc --noEmit
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.0
8
- CLI Using tsup config: /Users/tuannguyen/Work/excelsior-packages/packages/services/email/tsup.config.ts
7
+ CLI tsup v8.5.1
8
+ CLI Using tsup config: /home/circleci/repo/packages/services/email/tsup.config.ts
9
9
  CLI Target: es2020
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- ESM dist/index.mjs 5.19 KB
14
- ESM dist/index.mjs.map 11.34 KB
15
- ESM ⚡️ Build success in 27ms
16
- CJS dist/index.js 7.42 KB
17
- CJS dist/index.js.map 11.60 KB
18
- CJS ⚡️ Build success in 27ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 3138ms
21
- DTS dist/index.d.ts 849.00 B
22
- DTS dist/index.d.mts 849.00 B
13
+ CJS dist/index.js 7.95 KB
14
+ CJS dist/index.js.map 12.80 KB
15
+ CJS ⚡️ Build success in 16ms
16
+ ESM dist/index.mjs 5.72 KB
17
+ ESM dist/index.mjs.map 12.54 KB
18
+ ESM ⚡️ Build success in 15ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 5052ms
21
+ DTS dist/index.d.ts 818.00 B
22
+ DTS dist/index.d.mts 818.00 B
package/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+ # @xcelsior/email
2
+
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e734bf5]
8
+ - @xcelsior/utils@1.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xcelsior/email",
3
- "version": "1.0.2",
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.0"
26
+ "@xcelsior/utils": "1.0.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash": "^4.17.20",
@@ -1,5 +0,0 @@
1
-
2
- > @xcelsior/email@1.0.0 lint /Users/tuannguyen/Work/excelsior-packages/packages/services/email
3
- > biome check .
4
-
5
- Checked 9 files in 19ms. No fixes applied.
@@ -1,8 +0,0 @@
1
-
2
- > @xcelsior/email@1.0.0 test /Users/tuannguyen/Work/excelsior-packages/packages/services/email
3
- > jest --passWithNoTests
4
-
5
- Determining test suites to run...No tests found, exiting with code 0
6
- 
7
-
8
-