alepha 0.9.4 → 0.10.0

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.10.0",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=22.0.0"
@@ -15,51 +15,51 @@
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",
59
- "react": "^19.1.1"
18
+ "@alepha/batch": "0.10.0",
19
+ "@alepha/bucket": "0.10.0",
20
+ "@alepha/cache": "0.10.0",
21
+ "@alepha/cache-redis": "0.10.0",
22
+ "@alepha/command": "0.10.0",
23
+ "@alepha/core": "0.10.0",
24
+ "@alepha/datetime": "0.10.0",
25
+ "@alepha/email": "0.10.0",
26
+ "@alepha/file": "0.10.0",
27
+ "@alepha/lock": "0.10.0",
28
+ "@alepha/lock-redis": "0.10.0",
29
+ "@alepha/logger": "0.10.0",
30
+ "@alepha/postgres": "0.10.0",
31
+ "@alepha/queue": "0.10.0",
32
+ "@alepha/queue-redis": "0.10.0",
33
+ "@alepha/react": "0.10.0",
34
+ "@alepha/react-auth": "0.10.0",
35
+ "@alepha/react-form": "0.10.0",
36
+ "@alepha/react-head": "0.10.0",
37
+ "@alepha/react-i18n": "0.10.0",
38
+ "@alepha/redis": "0.10.0",
39
+ "@alepha/retry": "0.10.0",
40
+ "@alepha/router": "0.10.0",
41
+ "@alepha/scheduler": "0.10.0",
42
+ "@alepha/security": "0.10.0",
43
+ "@alepha/server": "0.10.0",
44
+ "@alepha/server-cache": "0.10.0",
45
+ "@alepha/server-compress": "0.10.0",
46
+ "@alepha/server-cookies": "0.10.0",
47
+ "@alepha/server-cors": "0.10.0",
48
+ "@alepha/server-health": "0.10.0",
49
+ "@alepha/server-helmet": "0.10.0",
50
+ "@alepha/server-links": "0.10.0",
51
+ "@alepha/server-metrics": "0.10.0",
52
+ "@alepha/server-multipart": "0.10.0",
53
+ "@alepha/server-proxy": "0.10.0",
54
+ "@alepha/server-security": "0.10.0",
55
+ "@alepha/server-static": "0.10.0",
56
+ "@alepha/server-swagger": "0.10.0",
57
+ "@alepha/topic": "0.10.0",
58
+ "@alepha/topic-redis": "0.10.0",
59
+ "@alepha/vite": "0.10.0"
60
60
  },
61
61
  "devDependencies": {
62
- "tsdown": "^0.14.1"
62
+ "tsdown": "^0.15.3"
63
63
  },
64
64
  "scripts": {
65
65
  "build": "node build.ts"
@@ -69,6 +69,18 @@
69
69
  "**/*.cjs",
70
70
  "**/*.d.ts"
71
71
  ],
72
+ "peerDependencies": {
73
+ "react": "*",
74
+ "react-dom": "*"
75
+ },
76
+ "peerDependenciesMeta": {
77
+ "react": {
78
+ "optional": true
79
+ },
80
+ "react-dom": {
81
+ "optional": true
82
+ }
83
+ },
72
84
  "exports": {
73
85
  ".": {
74
86
  "import": "./core.js",
@@ -110,6 +122,11 @@
110
122
  "require": "./datetime.cjs",
111
123
  "types": "./datetime.d.ts"
112
124
  },
125
+ "./email": {
126
+ "import": "./email.js",
127
+ "require": "./email.cjs",
128
+ "types": "./email.d.ts"
129
+ },
113
130
  "./file": {
114
131
  "import": "./file.js",
115
132
  "require": "./file.cjs",
@@ -290,6 +307,7 @@
290
307
  "command",
291
308
  "core",
292
309
  "datetime",
310
+ "email",
293
311
  "file",
294
312
  "lock",
295
313
  "lock-redis",