@wrelik/email 0.1.2 → 0.1.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,5 +1,5 @@
1
1
 
2
- > @wrelik/email@0.1.2 build /home/runner/work/wrelik-kit/wrelik-kit/packages/email
2
+ > @wrelik/email@0.1.3 build /home/runner/work/wrelik-kit/wrelik-kit/packages/email
3
3
  > tsup src/index.ts src/unsupported.ts --format cjs,esm --dts --clean
4
4
 
5
5
  CLI Building entry: src/index.ts, src/unsupported.ts
@@ -11,12 +11,12 @@
11
11
  ESM Build start
12
12
  CJS dist/index.js 2.27 KB
13
13
  CJS dist/unsupported.js 192.00 B
14
- CJS ⚡️ Build success in 57ms
15
- ESM dist/unsupported.mjs 177.00 B
14
+ CJS ⚡️ Build success in 74ms
16
15
  ESM dist/index.mjs 1.15 KB
17
- ESM ⚡️ Build success in 60ms
16
+ ESM dist/unsupported.mjs 177.00 B
17
+ ESM ⚡️ Build success in 75ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 1841ms
19
+ DTS ⚡️ Build success in 2068ms
20
20
  DTS dist/unsupported.d.ts 13.00 B
21
21
  DTS dist/index.d.ts 900.00 B
22
22
  DTS dist/unsupported.d.mts 13.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @wrelik/email
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2b9cbf7]
8
+ - @wrelik/errors@0.2.1
9
+
3
10
  ## 0.1.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrelik/email",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -14,7 +14,7 @@
14
14
  "react-native": "./dist/unsupported.js",
15
15
  "dependencies": {
16
16
  "resend": "^3.2.0",
17
- "@wrelik/errors": "0.2.0"
17
+ "@wrelik/errors": "0.2.1"
18
18
  },
19
19
  "devDependencies": {
20
20
  "tsup": "^8.0.1",