alepha 0.6.4 → 0.6.6
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/cli.cjs +13 -0
- package/cli.cjs.map +1 -0
- package/cli.d.ts +1 -0
- package/cli.js +2 -0
- package/cli.js.map +1 -0
- package/{dist/core.d.ts → core.d.ts} +2 -0
- package/datetime.cjs +13 -0
- package/datetime.cjs.map +1 -0
- package/datetime.d.ts +1 -0
- package/datetime.js +2 -0
- package/datetime.js.map +1 -0
- package/package.json +100 -86
- package/src/datetime.ts +1 -0
- /package/{dist/cache.cjs → cache.cjs} +0 -0
- /package/{dist/cache.cjs.map → cache.cjs.map} +0 -0
- /package/{dist/cache.d.ts → cache.d.ts} +0 -0
- /package/{dist/cache.js → cache.js} +0 -0
- /package/{dist/cache.js.map → cache.js.map} +0 -0
- /package/{dist/core.cjs → core.cjs} +0 -0
- /package/{dist/core.cjs.map → core.cjs.map} +0 -0
- /package/{dist/core.js → core.js} +0 -0
- /package/{dist/core.js.map → core.js.map} +0 -0
- /package/{dist/lock.cjs → lock.cjs} +0 -0
- /package/{dist/lock.cjs.map → lock.cjs.map} +0 -0
- /package/{dist/lock.d.ts → lock.d.ts} +0 -0
- /package/{dist/lock.js → lock.js} +0 -0
- /package/{dist/lock.js.map → lock.js.map} +0 -0
- /package/{dist/postgres.cjs → postgres.cjs} +0 -0
- /package/{dist/postgres.cjs.map → postgres.cjs.map} +0 -0
- /package/{dist/postgres.d.ts → postgres.d.ts} +0 -0
- /package/{dist/postgres.js → postgres.js} +0 -0
- /package/{dist/postgres.js.map → postgres.js.map} +0 -0
- /package/{dist/queue.cjs → queue.cjs} +0 -0
- /package/{dist/queue.cjs.map → queue.cjs.map} +0 -0
- /package/{dist/queue.d.ts → queue.d.ts} +0 -0
- /package/{dist/queue.js → queue.js} +0 -0
- /package/{dist/queue.js.map → queue.js.map} +0 -0
- /package/{dist/react → react}/auth.cjs +0 -0
- /package/{dist/react → react}/auth.cjs.map +0 -0
- /package/{dist/react → react}/auth.d.ts +0 -0
- /package/{dist/react → react}/auth.js +0 -0
- /package/{dist/react → react}/auth.js.map +0 -0
- /package/{dist/react.cjs → react.cjs} +0 -0
- /package/{dist/react.cjs.map → react.cjs.map} +0 -0
- /package/{dist/react.d.ts → react.d.ts} +0 -0
- /package/{dist/react.js → react.js} +0 -0
- /package/{dist/react.js.map → react.js.map} +0 -0
- /package/{dist/redis.cjs → redis.cjs} +0 -0
- /package/{dist/redis.cjs.map → redis.cjs.map} +0 -0
- /package/{dist/redis.d.ts → redis.d.ts} +0 -0
- /package/{dist/redis.js → redis.js} +0 -0
- /package/{dist/redis.js.map → redis.js.map} +0 -0
- /package/{dist/scheduler.cjs → scheduler.cjs} +0 -0
- /package/{dist/scheduler.cjs.map → scheduler.cjs.map} +0 -0
- /package/{dist/scheduler.d.ts → scheduler.d.ts} +0 -0
- /package/{dist/scheduler.js → scheduler.js} +0 -0
- /package/{dist/scheduler.js.map → scheduler.js.map} +0 -0
- /package/{dist/security.cjs → security.cjs} +0 -0
- /package/{dist/security.cjs.map → security.cjs.map} +0 -0
- /package/{dist/security.d.ts → security.d.ts} +0 -0
- /package/{dist/security.js → security.js} +0 -0
- /package/{dist/security.js.map → security.js.map} +0 -0
- /package/{dist/server → server}/cookies.cjs +0 -0
- /package/{dist/server → server}/cookies.cjs.map +0 -0
- /package/{dist/server → server}/cookies.d.ts +0 -0
- /package/{dist/server → server}/cookies.js +0 -0
- /package/{dist/server → server}/cookies.js.map +0 -0
- /package/{dist/server → server}/metrics.cjs +0 -0
- /package/{dist/server → server}/metrics.cjs.map +0 -0
- /package/{dist/server → server}/metrics.d.ts +0 -0
- /package/{dist/server → server}/metrics.js +0 -0
- /package/{dist/server → server}/metrics.js.map +0 -0
- /package/{dist/server → server}/proxy.cjs +0 -0
- /package/{dist/server → server}/proxy.cjs.map +0 -0
- /package/{dist/server → server}/proxy.d.ts +0 -0
- /package/{dist/server → server}/proxy.js +0 -0
- /package/{dist/server → server}/proxy.js.map +0 -0
- /package/{dist/server → server}/static.cjs +0 -0
- /package/{dist/server → server}/static.cjs.map +0 -0
- /package/{dist/server → server}/static.d.ts +0 -0
- /package/{dist/server → server}/static.js +0 -0
- /package/{dist/server → server}/static.js.map +0 -0
- /package/{dist/server → server}/swagger.cjs +0 -0
- /package/{dist/server → server}/swagger.cjs.map +0 -0
- /package/{dist/server → server}/swagger.d.ts +0 -0
- /package/{dist/server → server}/swagger.js +0 -0
- /package/{dist/server → server}/swagger.js.map +0 -0
- /package/{dist/server.cjs → server.cjs} +0 -0
- /package/{dist/server.cjs.map → server.cjs.map} +0 -0
- /package/{dist/server.d.ts → server.d.ts} +0 -0
- /package/{dist/server.js → server.js} +0 -0
- /package/{dist/server.js.map → server.js.map} +0 -0
- /package/{dist/topic.cjs → topic.cjs} +0 -0
- /package/{dist/topic.cjs.map → topic.cjs.map} +0 -0
- /package/{dist/topic.d.ts → topic.d.ts} +0 -0
- /package/{dist/topic.js → topic.js} +0 -0
- /package/{dist/topic.js.map → topic.js.map} +0 -0
- /package/{dist/vite.cjs → vite.cjs} +0 -0
- /package/{dist/vite.cjs.map → vite.cjs.map} +0 -0
- /package/{dist/vite.d.ts → vite.d.ts} +0 -0
- /package/{dist/vite.js → vite.js} +0 -0
- /package/{dist/vite.js.map → vite.js.map} +0 -0
package/cli.cjs
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var cli = require('@alepha/cli');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.keys(cli).forEach(function (k) {
|
|
8
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return cli[k]; }
|
|
11
|
+
});
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=cli.cjs.map
|
package/cli.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cli.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
package/cli.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alepha/cli';
|
package/cli.js
ADDED
package/cli.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cli.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/datetime.cjs
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var datetime = require('@alepha/datetime');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.keys(datetime).forEach(function (k) {
|
|
8
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return datetime[k]; }
|
|
11
|
+
});
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=datetime.cjs.map
|
package/datetime.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datetime.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
package/datetime.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alepha/datetime';
|
package/datetime.js
ADDED
package/datetime.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datetime.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,35 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "alepha",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"main": "./
|
|
7
|
-
"types": "./
|
|
8
|
-
"files": [
|
|
9
|
-
"dist",
|
|
10
|
-
"src"
|
|
11
|
-
],
|
|
6
|
+
"main": "./core.js",
|
|
7
|
+
"types": "./core.d.ts",
|
|
12
8
|
"dependencies": {
|
|
13
|
-
"@alepha/cache": "0.6.
|
|
14
|
-
"@alepha/cli": "0.6.
|
|
15
|
-
"@alepha/core": "0.6.
|
|
16
|
-
"@alepha/
|
|
17
|
-
"@alepha/
|
|
18
|
-
"@alepha/
|
|
19
|
-
"@alepha/
|
|
20
|
-
"@alepha/react
|
|
21
|
-
"@alepha/
|
|
22
|
-
"@alepha/
|
|
23
|
-
"@alepha/
|
|
24
|
-
"@alepha/
|
|
25
|
-
"@alepha/server
|
|
26
|
-
"@alepha/server-
|
|
27
|
-
"@alepha/server-
|
|
28
|
-
"@alepha/server-
|
|
29
|
-
"@alepha/server-
|
|
30
|
-
"@alepha/
|
|
31
|
-
"@alepha/
|
|
32
|
-
"@alepha/
|
|
9
|
+
"@alepha/cache": "0.6.6",
|
|
10
|
+
"@alepha/cli": "0.6.6",
|
|
11
|
+
"@alepha/core": "0.6.6",
|
|
12
|
+
"@alepha/datetime": "0.6.6",
|
|
13
|
+
"@alepha/lock": "0.6.6",
|
|
14
|
+
"@alepha/postgres": "0.6.6",
|
|
15
|
+
"@alepha/queue": "0.6.6",
|
|
16
|
+
"@alepha/react": "0.6.6",
|
|
17
|
+
"@alepha/react-auth": "0.6.6",
|
|
18
|
+
"@alepha/redis": "0.6.6",
|
|
19
|
+
"@alepha/scheduler": "0.6.6",
|
|
20
|
+
"@alepha/security": "0.6.6",
|
|
21
|
+
"@alepha/server": "0.6.6",
|
|
22
|
+
"@alepha/server-cookies": "0.6.6",
|
|
23
|
+
"@alepha/server-metrics": "0.6.6",
|
|
24
|
+
"@alepha/server-proxy": "0.6.6",
|
|
25
|
+
"@alepha/server-static": "0.6.6",
|
|
26
|
+
"@alepha/server-swagger": "0.6.6",
|
|
27
|
+
"@alepha/testing": "0.6.6",
|
|
28
|
+
"@alepha/topic": "0.6.6",
|
|
29
|
+
"@alepha/vite": "0.6.6"
|
|
33
30
|
},
|
|
34
31
|
"peerDependencies": {
|
|
35
32
|
"@types/react": "^19",
|
|
@@ -44,108 +41,125 @@
|
|
|
44
41
|
}
|
|
45
42
|
},
|
|
46
43
|
"devDependencies": {
|
|
47
|
-
"@types/react": "^19.1.
|
|
44
|
+
"@types/react": "^19.1.4",
|
|
48
45
|
"pkgroll": "^2.12.2",
|
|
49
46
|
"react": "^19.1.0"
|
|
50
47
|
},
|
|
51
48
|
"scripts": {
|
|
52
|
-
"build": "pkgroll --
|
|
49
|
+
"build": "pkgroll --sourcemap --dist ./"
|
|
53
50
|
},
|
|
51
|
+
"files": [
|
|
52
|
+
"src",
|
|
53
|
+
"**/*.js",
|
|
54
|
+
"**/*.cjs",
|
|
55
|
+
"**/*.d.ts",
|
|
56
|
+
"**/*.map"
|
|
57
|
+
],
|
|
54
58
|
"exports": {
|
|
55
59
|
".": {
|
|
56
|
-
"import": "./
|
|
57
|
-
"require": "./
|
|
58
|
-
"types": "./
|
|
60
|
+
"import": "./core.js",
|
|
61
|
+
"require": "./core.cjs",
|
|
62
|
+
"types": "./core.d.ts"
|
|
59
63
|
},
|
|
60
64
|
"./core": {
|
|
61
|
-
"import": "./
|
|
62
|
-
"require": "./
|
|
63
|
-
"types": "./
|
|
65
|
+
"import": "./core.js",
|
|
66
|
+
"require": "./core.cjs",
|
|
67
|
+
"types": "./core.d.ts"
|
|
68
|
+
},
|
|
69
|
+
"./cli": {
|
|
70
|
+
"import": "./cli.js",
|
|
71
|
+
"require": "./cli.cjs",
|
|
72
|
+
"types": "./cli.d.ts"
|
|
64
73
|
},
|
|
65
74
|
"./vite": {
|
|
66
|
-
"import": "./
|
|
67
|
-
"require": "./
|
|
68
|
-
"types": "./
|
|
75
|
+
"import": "./vite.js",
|
|
76
|
+
"require": "./vite.cjs",
|
|
77
|
+
"types": "./vite.d.ts"
|
|
78
|
+
},
|
|
79
|
+
"./datetime": {
|
|
80
|
+
"import": "./datetime.js",
|
|
81
|
+
"require": "./datetime.cjs",
|
|
82
|
+
"types": "./datetime.d.ts"
|
|
69
83
|
},
|
|
70
84
|
"./react": {
|
|
71
|
-
"import": "./
|
|
72
|
-
"require": "./
|
|
73
|
-
"types": "./
|
|
85
|
+
"import": "./react.js",
|
|
86
|
+
"require": "./react.cjs",
|
|
87
|
+
"types": "./react.d.ts"
|
|
74
88
|
},
|
|
75
89
|
"./react/auth": {
|
|
76
|
-
"import": "./
|
|
77
|
-
"require": "./
|
|
78
|
-
"types": "./
|
|
90
|
+
"import": "./react/auth.js",
|
|
91
|
+
"require": "./react/auth.cjs",
|
|
92
|
+
"types": "./react/auth.d.ts"
|
|
79
93
|
},
|
|
80
94
|
"./cache": {
|
|
81
|
-
"import": "./
|
|
82
|
-
"require": "./
|
|
83
|
-
"types": "./
|
|
95
|
+
"import": "./cache.js",
|
|
96
|
+
"require": "./cache.cjs",
|
|
97
|
+
"types": "./cache.d.ts"
|
|
84
98
|
},
|
|
85
99
|
"./postgres": {
|
|
86
|
-
"import": "./
|
|
87
|
-
"require": "./
|
|
88
|
-
"types": "./
|
|
100
|
+
"import": "./postgres.js",
|
|
101
|
+
"require": "./postgres.cjs",
|
|
102
|
+
"types": "./postgres.d.ts"
|
|
89
103
|
},
|
|
90
104
|
"./redis": {
|
|
91
|
-
"import": "./
|
|
92
|
-
"require": "./
|
|
93
|
-
"types": "./
|
|
105
|
+
"import": "./redis.js",
|
|
106
|
+
"require": "./redis.cjs",
|
|
107
|
+
"types": "./redis.d.ts"
|
|
94
108
|
},
|
|
95
109
|
"./lock": {
|
|
96
|
-
"import": "./
|
|
97
|
-
"require": "./
|
|
98
|
-
"types": "./
|
|
110
|
+
"import": "./lock.js",
|
|
111
|
+
"require": "./lock.cjs",
|
|
112
|
+
"types": "./lock.d.ts"
|
|
99
113
|
},
|
|
100
114
|
"./topic": {
|
|
101
|
-
"import": "./
|
|
102
|
-
"require": "./
|
|
103
|
-
"types": "./
|
|
115
|
+
"import": "./topic.js",
|
|
116
|
+
"require": "./topic.cjs",
|
|
117
|
+
"types": "./topic.d.ts"
|
|
104
118
|
},
|
|
105
119
|
"./queue": {
|
|
106
|
-
"import": "./
|
|
107
|
-
"require": "./
|
|
108
|
-
"types": "./
|
|
120
|
+
"import": "./queue.js",
|
|
121
|
+
"require": "./queue.cjs",
|
|
122
|
+
"types": "./queue.d.ts"
|
|
109
123
|
},
|
|
110
124
|
"./scheduler": {
|
|
111
|
-
"import": "./
|
|
112
|
-
"require": "./
|
|
113
|
-
"types": "./
|
|
125
|
+
"import": "./scheduler.js",
|
|
126
|
+
"require": "./scheduler.cjs",
|
|
127
|
+
"types": "./scheduler.d.ts"
|
|
114
128
|
},
|
|
115
129
|
"./security": {
|
|
116
|
-
"import": "./
|
|
117
|
-
"require": "./
|
|
118
|
-
"types": "./
|
|
130
|
+
"import": "./security.js",
|
|
131
|
+
"require": "./security.cjs",
|
|
132
|
+
"types": "./security.d.ts"
|
|
119
133
|
},
|
|
120
134
|
"./server": {
|
|
121
|
-
"import": "./
|
|
122
|
-
"require": "./
|
|
123
|
-
"types": "./
|
|
135
|
+
"import": "./server.js",
|
|
136
|
+
"require": "./server.cjs",
|
|
137
|
+
"types": "./server.d.ts"
|
|
124
138
|
},
|
|
125
139
|
"./server/cookies": {
|
|
126
|
-
"import": "./
|
|
127
|
-
"require": "./
|
|
128
|
-
"types": "./
|
|
140
|
+
"import": "./server/cookies.js",
|
|
141
|
+
"require": "./server/cookies.cjs",
|
|
142
|
+
"types": "./server/cookies.d.ts"
|
|
129
143
|
},
|
|
130
144
|
"./server/metrics": {
|
|
131
|
-
"import": "./
|
|
132
|
-
"require": "./
|
|
133
|
-
"types": "./
|
|
145
|
+
"import": "./server/metrics.js",
|
|
146
|
+
"require": "./server/metrics.cjs",
|
|
147
|
+
"types": "./server/metrics.d.ts"
|
|
134
148
|
},
|
|
135
149
|
"./server/proxy": {
|
|
136
|
-
"import": "./
|
|
137
|
-
"require": "./
|
|
138
|
-
"types": "./
|
|
150
|
+
"import": "./server/proxy.js",
|
|
151
|
+
"require": "./server/proxy.cjs",
|
|
152
|
+
"types": "./server/proxy.d.ts"
|
|
139
153
|
},
|
|
140
154
|
"./server/static": {
|
|
141
|
-
"import": "./
|
|
142
|
-
"require": "./
|
|
143
|
-
"types": "./
|
|
155
|
+
"import": "./server/static.js",
|
|
156
|
+
"require": "./server/static.cjs",
|
|
157
|
+
"types": "./server/static.d.ts"
|
|
144
158
|
},
|
|
145
159
|
"./server/swagger": {
|
|
146
|
-
"import": "./
|
|
147
|
-
"require": "./
|
|
148
|
-
"types": "./
|
|
160
|
+
"import": "./server/swagger.js",
|
|
161
|
+
"require": "./server/swagger.cjs",
|
|
162
|
+
"types": "./server/swagger.d.ts"
|
|
149
163
|
}
|
|
150
164
|
}
|
|
151
165
|
}
|
package/src/datetime.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@alepha/datetime";
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|