@aeriajs/builtins 0.0.134 → 0.0.135
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 tempFile: Omit<import("@aeriajs/types").Collection<{
|
|
|
3
3
|
description: {
|
|
4
4
|
readonly $id: "tempFile";
|
|
5
5
|
readonly icon: "file";
|
|
6
|
+
readonly hidden: true;
|
|
6
7
|
readonly temporary: {
|
|
7
8
|
readonly index: "created_at";
|
|
8
9
|
readonly expireAfterSeconds: 3600;
|
|
@@ -33,6 +34,7 @@ export declare const tempFile: Omit<import("@aeriajs/types").Collection<{
|
|
|
33
34
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
34
35
|
readonly $id: "tempFile";
|
|
35
36
|
readonly icon: "file";
|
|
37
|
+
readonly hidden: true;
|
|
36
38
|
readonly temporary: {
|
|
37
39
|
readonly index: "created_at";
|
|
38
40
|
readonly expireAfterSeconds: 3600;
|
|
@@ -62,6 +64,7 @@ export declare const tempFile: Omit<import("@aeriajs/types").Collection<{
|
|
|
62
64
|
description: {
|
|
63
65
|
readonly $id: "tempFile";
|
|
64
66
|
readonly icon: "file";
|
|
67
|
+
readonly hidden: true;
|
|
65
68
|
readonly temporary: {
|
|
66
69
|
readonly index: "created_at";
|
|
67
70
|
readonly expireAfterSeconds: 3600;
|
package/dist/index.d.ts
CHANGED
|
@@ -352,6 +352,7 @@ export declare const collections: {
|
|
|
352
352
|
description: {
|
|
353
353
|
readonly $id: "tempFile";
|
|
354
354
|
readonly icon: "file";
|
|
355
|
+
readonly hidden: true;
|
|
355
356
|
readonly temporary: {
|
|
356
357
|
readonly index: "created_at";
|
|
357
358
|
readonly expireAfterSeconds: 3600;
|
|
@@ -382,6 +383,7 @@ export declare const collections: {
|
|
|
382
383
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
383
384
|
readonly $id: "tempFile";
|
|
384
385
|
readonly icon: "file";
|
|
386
|
+
readonly hidden: true;
|
|
385
387
|
readonly temporary: {
|
|
386
388
|
readonly index: "created_at";
|
|
387
389
|
readonly expireAfterSeconds: 3600;
|
|
@@ -411,6 +413,7 @@ export declare const collections: {
|
|
|
411
413
|
description: {
|
|
412
414
|
readonly $id: "tempFile";
|
|
413
415
|
readonly icon: "file";
|
|
416
|
+
readonly hidden: true;
|
|
414
417
|
readonly temporary: {
|
|
415
418
|
readonly index: "created_at";
|
|
416
419
|
readonly expireAfterSeconds: 3600;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeriajs/builtins",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.135",
|
|
4
4
|
"description": "## Installation",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"mongodb": "^6.5.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@aeriajs/core": "^0.0.
|
|
49
|
-
"@aeriajs/common": "^0.0.
|
|
50
|
-
"@aeriajs/entrypoint": "^0.0.
|
|
51
|
-
"@aeriajs/types": "^0.0.
|
|
52
|
-
"@aeriajs/validation": "^0.0.
|
|
48
|
+
"@aeriajs/core": "^0.0.135",
|
|
49
|
+
"@aeriajs/common": "^0.0.85",
|
|
50
|
+
"@aeriajs/entrypoint": "^0.0.87",
|
|
51
|
+
"@aeriajs/types": "^0.0.73",
|
|
52
|
+
"@aeriajs/validation": "^0.0.88"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"test": "echo skipping",
|