alepha 0.9.4 → 0.9.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alepha",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=22.0.0"
@@ -15,51 +15,52 @@
15
15
  "main": "./core.js",
16
16
  "types": "./core.d.ts",
17
17
  "dependencies": {
18
- "@alepha/batch": "0.9.4",
19
- "@alepha/bucket": "0.9.4",
20
- "@alepha/cache": "0.9.4",
21
- "@alepha/cache-redis": "0.9.4",
22
- "@alepha/command": "0.9.4",
23
- "@alepha/core": "0.9.4",
24
- "@alepha/datetime": "0.9.4",
25
- "@alepha/file": "0.9.4",
26
- "@alepha/lock": "0.9.4",
27
- "@alepha/lock-redis": "0.9.4",
28
- "@alepha/logger": "0.9.4",
29
- "@alepha/postgres": "0.9.4",
30
- "@alepha/queue": "0.9.4",
31
- "@alepha/queue-redis": "0.9.4",
32
- "@alepha/react": "0.9.4",
33
- "@alepha/react-auth": "0.9.4",
34
- "@alepha/react-form": "0.9.4",
35
- "@alepha/react-head": "0.9.4",
36
- "@alepha/react-i18n": "0.9.4",
37
- "@alepha/redis": "0.9.4",
38
- "@alepha/retry": "0.9.4",
39
- "@alepha/router": "0.9.4",
40
- "@alepha/scheduler": "0.9.4",
41
- "@alepha/security": "0.9.4",
42
- "@alepha/server": "0.9.4",
43
- "@alepha/server-cache": "0.9.4",
44
- "@alepha/server-compress": "0.9.4",
45
- "@alepha/server-cookies": "0.9.4",
46
- "@alepha/server-cors": "0.9.4",
47
- "@alepha/server-health": "0.9.4",
48
- "@alepha/server-helmet": "0.9.4",
49
- "@alepha/server-links": "0.9.4",
50
- "@alepha/server-metrics": "0.9.4",
51
- "@alepha/server-multipart": "0.9.4",
52
- "@alepha/server-proxy": "0.9.4",
53
- "@alepha/server-security": "0.9.4",
54
- "@alepha/server-static": "0.9.4",
55
- "@alepha/server-swagger": "0.9.4",
56
- "@alepha/topic": "0.9.4",
57
- "@alepha/topic-redis": "0.9.4",
58
- "@alepha/vite": "0.9.4",
18
+ "@alepha/batch": "0.9.5",
19
+ "@alepha/bucket": "0.9.5",
20
+ "@alepha/cache": "0.9.5",
21
+ "@alepha/cache-redis": "0.9.5",
22
+ "@alepha/command": "0.9.5",
23
+ "@alepha/core": "0.9.5",
24
+ "@alepha/datetime": "0.9.5",
25
+ "@alepha/email": "0.9.5",
26
+ "@alepha/file": "0.9.5",
27
+ "@alepha/lock": "0.9.5",
28
+ "@alepha/lock-redis": "0.9.5",
29
+ "@alepha/logger": "0.9.5",
30
+ "@alepha/postgres": "0.9.5",
31
+ "@alepha/queue": "0.9.5",
32
+ "@alepha/queue-redis": "0.9.5",
33
+ "@alepha/react": "0.9.5",
34
+ "@alepha/react-auth": "0.9.5",
35
+ "@alepha/react-form": "0.9.5",
36
+ "@alepha/react-head": "0.9.5",
37
+ "@alepha/react-i18n": "0.9.5",
38
+ "@alepha/redis": "0.9.5",
39
+ "@alepha/retry": "0.9.5",
40
+ "@alepha/router": "0.9.5",
41
+ "@alepha/scheduler": "0.9.5",
42
+ "@alepha/security": "0.9.5",
43
+ "@alepha/server": "0.9.5",
44
+ "@alepha/server-cache": "0.9.5",
45
+ "@alepha/server-compress": "0.9.5",
46
+ "@alepha/server-cookies": "0.9.5",
47
+ "@alepha/server-cors": "0.9.5",
48
+ "@alepha/server-health": "0.9.5",
49
+ "@alepha/server-helmet": "0.9.5",
50
+ "@alepha/server-links": "0.9.5",
51
+ "@alepha/server-metrics": "0.9.5",
52
+ "@alepha/server-multipart": "0.9.5",
53
+ "@alepha/server-proxy": "0.9.5",
54
+ "@alepha/server-security": "0.9.5",
55
+ "@alepha/server-static": "0.9.5",
56
+ "@alepha/server-swagger": "0.9.5",
57
+ "@alepha/topic": "0.9.5",
58
+ "@alepha/topic-redis": "0.9.5",
59
+ "@alepha/vite": "0.9.5",
59
60
  "react": "^19.1.1"
60
61
  },
61
62
  "devDependencies": {
62
- "tsdown": "^0.14.1"
63
+ "tsdown": "^0.15.1"
63
64
  },
64
65
  "scripts": {
65
66
  "build": "node build.ts"
@@ -110,6 +111,11 @@
110
111
  "require": "./datetime.cjs",
111
112
  "types": "./datetime.d.ts"
112
113
  },
114
+ "./email": {
115
+ "import": "./email.js",
116
+ "require": "./email.cjs",
117
+ "types": "./email.d.ts"
118
+ },
113
119
  "./file": {
114
120
  "import": "./file.js",
115
121
  "require": "./file.cjs",
@@ -290,6 +296,7 @@
290
296
  "command",
291
297
  "core",
292
298
  "datetime",
299
+ "email",
293
300
  "file",
294
301
  "lock",
295
302
  "lock-redis",