@lobb-js/lobb-ext-mail 0.2.0 → 0.2.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/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3
3
 
4
4
  - - -
5
+ ## mail-ext@0.2.1 - 2026-03-28
6
+ #### Bug Fixes
7
+ - adding readme to all packages - (3a9264a) - malik ben
8
+ #### Miscellaneous Chores
9
+ - add publishConfig and fix ext packages for npm publishing - (49747e9) - malik ben
10
+
11
+ - - -
12
+
5
13
  ## mail-ext@0.2.0 - 2026-03-28
6
14
  #### Features
7
15
  - (**mail-ext**) migrate to Bun - (20552c0) - malik ben
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # @lobb-js/lobb-ext-mail
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@lobb-js/lobb-ext-mail",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
6
9
  "exports": {
7
10
  ".": "./extensions/mail/index.ts"
8
11
  },
@@ -12,7 +15,7 @@
12
15
  "dev": "bun run lobb.ts"
13
16
  },
14
17
  "dependencies": {
15
- "@lobb-js/core": "0.13.0",
18
+ "@lobb-js/core": "0.13.1",
16
19
  "nodemailer": "^6.9.0"
17
20
  },
18
21
  "devDependencies": {