@aeriajs/builtins 0.0.244 → 0.0.246
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.
|
@@ -3,6 +3,7 @@ export declare const log: Omit<import("@aeriajs/types").Collection<never>, "func
|
|
|
3
3
|
readonly $id: "log";
|
|
4
4
|
readonly icon: "magnifying-glass";
|
|
5
5
|
readonly required: readonly ["context", "message"];
|
|
6
|
+
readonly table: readonly ["owner", "context", "message", "created_at"];
|
|
6
7
|
readonly properties: {
|
|
7
8
|
readonly owner: {
|
|
8
9
|
readonly $ref: "user";
|
|
@@ -30,6 +31,7 @@ export declare const log: Omit<import("@aeriajs/types").Collection<never>, "func
|
|
|
30
31
|
readonly $id: "log";
|
|
31
32
|
readonly icon: "magnifying-glass";
|
|
32
33
|
readonly required: readonly ["context", "message"];
|
|
34
|
+
readonly table: readonly ["owner", "context", "message", "created_at"];
|
|
33
35
|
readonly properties: {
|
|
34
36
|
readonly owner: {
|
|
35
37
|
readonly $ref: "user";
|
package/dist/index.d.ts
CHANGED
|
@@ -326,6 +326,7 @@ export declare const collections: {
|
|
|
326
326
|
readonly $id: "log";
|
|
327
327
|
readonly icon: "magnifying-glass";
|
|
328
328
|
readonly required: readonly ["context", "message"];
|
|
329
|
+
readonly table: readonly ["owner", "context", "message", "created_at"];
|
|
329
330
|
readonly properties: {
|
|
330
331
|
readonly owner: {
|
|
331
332
|
readonly $ref: "user";
|
|
@@ -353,6 +354,7 @@ export declare const collections: {
|
|
|
353
354
|
readonly $id: "log";
|
|
354
355
|
readonly icon: "magnifying-glass";
|
|
355
356
|
readonly required: readonly ["context", "message"];
|
|
357
|
+
readonly table: readonly ["owner", "context", "message", "created_at"];
|
|
356
358
|
readonly properties: {
|
|
357
359
|
readonly owner: {
|
|
358
360
|
readonly $ref: "user";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeriajs/builtins",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.246",
|
|
4
4
|
"description": "## Installation",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -13,19 +13,19 @@
|
|
|
13
13
|
"license": "ISC",
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
16
17
|
"import": "./dist/index.mjs",
|
|
17
|
-
"require": "./dist/index.js"
|
|
18
|
-
"types": "./dist/index.d.ts"
|
|
18
|
+
"require": "./dist/index.js"
|
|
19
19
|
},
|
|
20
20
|
"./collections": {
|
|
21
|
+
"types": "./dist/collections/index.d.ts",
|
|
21
22
|
"import": "./dist/collections/index.mjs",
|
|
22
|
-
"require": "./dist/collections/index.js"
|
|
23
|
-
"types": "./dist/collections/index.d.ts"
|
|
23
|
+
"require": "./dist/collections/index.js"
|
|
24
24
|
},
|
|
25
25
|
"./icons": {
|
|
26
|
+
"types": "./dist/icons.d.ts",
|
|
26
27
|
"import": "./dist/icons.mjs",
|
|
27
|
-
"require": "./dist/icons.cjs"
|
|
28
|
-
"types": "./dist/icons.d.ts"
|
|
28
|
+
"require": "./dist/icons.cjs"
|
|
29
29
|
},
|
|
30
30
|
"./*": "./dist/*"
|
|
31
31
|
},
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"mongodb": "^6.5.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@aeriajs/common": "^0.0.
|
|
48
|
-
"@aeriajs/core": "^0.0.
|
|
49
|
-
"@aeriajs/entrypoint": "^0.0.
|
|
50
|
-
"@aeriajs/types": "^0.0.
|
|
51
|
-
"@aeriajs/validation": "^0.0.
|
|
47
|
+
"@aeriajs/common": "^0.0.137",
|
|
48
|
+
"@aeriajs/core": "^0.0.246",
|
|
49
|
+
"@aeriajs/entrypoint": "^0.0.141",
|
|
50
|
+
"@aeriajs/types": "^0.0.119",
|
|
51
|
+
"@aeriajs/validation": "^0.0.153"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"test": "echo skipping",
|