alepha 0.9.1 → 0.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alepha",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=22.0.0"
@@ -15,48 +15,49 @@
15
15
  "main": "./core.js",
16
16
  "types": "./core.d.ts",
17
17
  "dependencies": {
18
- "@alepha/batch": "0.9.1",
19
- "@alepha/bucket": "0.9.1",
20
- "@alepha/cache": "0.9.1",
21
- "@alepha/cache-redis": "0.9.1",
22
- "@alepha/command": "0.9.1",
23
- "@alepha/core": "0.9.1",
24
- "@alepha/datetime": "0.9.1",
25
- "@alepha/file": "0.9.1",
26
- "@alepha/lock": "0.9.1",
27
- "@alepha/lock-redis": "0.9.1",
28
- "@alepha/postgres": "0.9.1",
29
- "@alepha/queue": "0.9.1",
30
- "@alepha/queue-redis": "0.9.1",
31
- "@alepha/react": "0.9.1",
32
- "@alepha/react-auth": "0.9.1",
33
- "@alepha/react-head": "0.9.1",
34
- "@alepha/redis": "0.9.1",
35
- "@alepha/retry": "0.9.1",
36
- "@alepha/router": "0.9.1",
37
- "@alepha/scheduler": "0.9.1",
38
- "@alepha/security": "0.9.1",
39
- "@alepha/server": "0.9.1",
40
- "@alepha/server-cache": "0.9.1",
41
- "@alepha/server-compress": "0.9.1",
42
- "@alepha/server-cookies": "0.9.1",
43
- "@alepha/server-cors": "0.9.1",
44
- "@alepha/server-health": "0.9.1",
45
- "@alepha/server-helmet": "0.9.1",
46
- "@alepha/server-links": "0.9.1",
47
- "@alepha/server-metrics": "0.9.1",
48
- "@alepha/server-multipart": "0.9.1",
49
- "@alepha/server-proxy": "0.9.1",
50
- "@alepha/server-security": "0.9.1",
51
- "@alepha/server-static": "0.9.1",
52
- "@alepha/server-swagger": "0.9.1",
53
- "@alepha/testing": "0.9.1",
54
- "@alepha/topic": "0.9.1",
55
- "@alepha/topic-redis": "0.9.1",
56
- "@alepha/vite": "0.9.1"
18
+ "@alepha/batch": "0.9.3",
19
+ "@alepha/bucket": "0.9.3",
20
+ "@alepha/cache": "0.9.3",
21
+ "@alepha/cache-redis": "0.9.3",
22
+ "@alepha/command": "0.9.3",
23
+ "@alepha/core": "0.9.3",
24
+ "@alepha/datetime": "0.9.3",
25
+ "@alepha/file": "0.9.3",
26
+ "@alepha/lock": "0.9.3",
27
+ "@alepha/lock-redis": "0.9.3",
28
+ "@alepha/postgres": "0.9.3",
29
+ "@alepha/queue": "0.9.3",
30
+ "@alepha/queue-redis": "0.9.3",
31
+ "@alepha/react": "0.9.3",
32
+ "@alepha/react-auth": "0.9.3",
33
+ "@alepha/react-form": "0.9.3",
34
+ "@alepha/react-head": "0.9.3",
35
+ "@alepha/react-i18n": "0.9.3",
36
+ "@alepha/redis": "0.9.3",
37
+ "@alepha/retry": "0.9.3",
38
+ "@alepha/router": "0.9.3",
39
+ "@alepha/scheduler": "0.9.3",
40
+ "@alepha/security": "0.9.3",
41
+ "@alepha/server": "0.9.3",
42
+ "@alepha/server-cache": "0.9.3",
43
+ "@alepha/server-compress": "0.9.3",
44
+ "@alepha/server-cookies": "0.9.3",
45
+ "@alepha/server-cors": "0.9.3",
46
+ "@alepha/server-health": "0.9.3",
47
+ "@alepha/server-helmet": "0.9.3",
48
+ "@alepha/server-links": "0.9.3",
49
+ "@alepha/server-metrics": "0.9.3",
50
+ "@alepha/server-multipart": "0.9.3",
51
+ "@alepha/server-proxy": "0.9.3",
52
+ "@alepha/server-security": "0.9.3",
53
+ "@alepha/server-static": "0.9.3",
54
+ "@alepha/server-swagger": "0.9.3",
55
+ "@alepha/topic": "0.9.3",
56
+ "@alepha/topic-redis": "0.9.3",
57
+ "@alepha/vite": "0.9.3"
57
58
  },
58
59
  "devDependencies": {
59
- "tsdown": "^0.13.0"
60
+ "tsdown": "^0.13.2"
60
61
  },
61
62
  "scripts": {
62
63
  "build": "node build.ts"
@@ -147,11 +148,21 @@
147
148
  "require": "./react/auth.cjs",
148
149
  "types": "./react/auth.d.ts"
149
150
  },
151
+ "./react/form": {
152
+ "import": "./react/form.js",
153
+ "require": "./react/form.cjs",
154
+ "types": "./react/form.d.ts"
155
+ },
150
156
  "./react/head": {
151
157
  "import": "./react/head.js",
152
158
  "require": "./react/head.cjs",
153
159
  "types": "./react/head.d.ts"
154
160
  },
161
+ "./react/i18n": {
162
+ "import": "./react/i18n.js",
163
+ "require": "./react/i18n.cjs",
164
+ "types": "./react/i18n.d.ts"
165
+ },
155
166
  "./redis": {
156
167
  "import": "./redis.js",
157
168
  "require": "./redis.cjs",
@@ -247,11 +258,6 @@
247
258
  "require": "./server/swagger.cjs",
248
259
  "types": "./server/swagger.d.ts"
249
260
  },
250
- "./testing": {
251
- "import": "./testing.js",
252
- "require": "./testing.cjs",
253
- "types": "./testing.d.ts"
254
- },
255
261
  "./topic": {
256
262
  "import": "./topic.js",
257
263
  "require": "./topic.cjs",
@@ -285,7 +291,9 @@
285
291
  "queue-redis",
286
292
  "react",
287
293
  "react-auth",
294
+ "react-form",
288
295
  "react-head",
296
+ "react-i18n",
289
297
  "redis",
290
298
  "retry",
291
299
  "router",
@@ -305,7 +313,6 @@
305
313
  "server-security",
306
314
  "server-static",
307
315
  "server-swagger",
308
- "testing",
309
316
  "topic",
310
317
  "topic-redis",
311
318
  "vite"