@aeriajs/core 0.0.272 → 0.0.273

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.
@@ -6,7 +6,7 @@ export declare const FileMetadata: Pick<{} & Omit<Readonly<import("@aeriajs/type
6
6
  readonly format: {
7
7
  readonly enum: readonly ["raw", "base64"];
8
8
  };
9
- }>> & {
9
+ }, {}>> & {
10
10
  name: string;
11
11
  format: "raw" | "base64";
12
12
  }, never>, "name"> & Partial<{} & Omit<Readonly<import("@aeriajs/types").FilterReadonlyProperties<{
@@ -16,7 +16,7 @@ export declare const FileMetadata: Pick<{} & Omit<Readonly<import("@aeriajs/type
16
16
  readonly format: {
17
17
  readonly enum: readonly ["raw", "base64"];
18
18
  };
19
- }>> & {
19
+ }, {}>> & {
20
20
  name: string;
21
21
  format: "raw" | "base64";
22
22
  }, never>>, validateFileMetadata: <TWhat>(what: TWhat) => {
@@ -33,7 +33,7 @@ export declare const FileMetadata: Pick<{} & Omit<Readonly<import("@aeriajs/type
33
33
  readonly format: {
34
34
  readonly enum: readonly ["raw", "base64"];
35
35
  };
36
- }>> & {
36
+ }, {}>> & {
37
37
  name: string;
38
38
  format: "raw" | "base64";
39
39
  }, never>, "name"> & Partial<{} & Omit<Readonly<import("@aeriajs/types").FilterReadonlyProperties<{
@@ -43,7 +43,7 @@ export declare const FileMetadata: Pick<{} & Omit<Readonly<import("@aeriajs/type
43
43
  readonly format: {
44
44
  readonly enum: readonly ["raw", "base64"];
45
45
  };
46
- }>> & {
46
+ }, {}>> & {
47
47
  name: string;
48
48
  format: "raw" | "base64";
49
49
  }, never>>;
@@ -55,7 +55,7 @@ export declare const UploadHeaders: Pick<{} & Omit<Readonly<import("@aeriajs/typ
55
55
  readonly 'content-type': {
56
56
  readonly type: "string";
57
57
  };
58
- }>> & {
58
+ }, {}>> & {
59
59
  "x-stream-request": "1";
60
60
  "content-type": string;
61
61
  }, never>, "x-stream-request" | "content-type"> & Partial<{} & Omit<Readonly<import("@aeriajs/types").FilterReadonlyProperties<{
@@ -65,7 +65,7 @@ export declare const UploadHeaders: Pick<{} & Omit<Readonly<import("@aeriajs/typ
65
65
  readonly 'content-type': {
66
66
  readonly type: "string";
67
67
  };
68
- }>> & {
68
+ }, {}>> & {
69
69
  "x-stream-request": "1";
70
70
  "content-type": string;
71
71
  }, never>>, validateUploadHeaders: <TWhat>(what: TWhat) => {
@@ -82,7 +82,7 @@ export declare const UploadHeaders: Pick<{} & Omit<Readonly<import("@aeriajs/typ
82
82
  readonly 'content-type': {
83
83
  readonly type: "string";
84
84
  };
85
- }>> & {
85
+ }, {}>> & {
86
86
  "x-stream-request": "1";
87
87
  "content-type": string;
88
88
  }, never>, "x-stream-request" | "content-type"> & Partial<{} & Omit<Readonly<import("@aeriajs/types").FilterReadonlyProperties<{
@@ -92,7 +92,7 @@ export declare const UploadHeaders: Pick<{} & Omit<Readonly<import("@aeriajs/typ
92
92
  readonly 'content-type': {
93
93
  readonly type: "string";
94
94
  };
95
- }>> & {
95
+ }, {}>> & {
96
96
  "x-stream-request": "1";
97
97
  "content-type": string;
98
98
  }, never>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aeriajs/core",
3
- "version": "0.0.272",
3
+ "version": "0.0.273",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "aeriaMain": "tests/fixtures/aeriaMain.js",
@@ -42,13 +42,13 @@
42
42
  "mongodb-memory-server": "^10.1.4"
43
43
  },
44
44
  "peerDependencies": {
45
- "@aeriajs/builtins": "^0.0.272",
46
- "@aeriajs/common": "^0.0.154",
47
- "@aeriajs/entrypoint": "^0.0.160",
48
- "@aeriajs/http": "^0.0.188",
49
- "@aeriajs/security": "^0.0.272",
50
- "@aeriajs/types": "^0.0.132",
51
- "@aeriajs/validation": "^0.0.173"
45
+ "@aeriajs/builtins": "^0.0.273",
46
+ "@aeriajs/common": "^0.0.155",
47
+ "@aeriajs/entrypoint": "^0.0.161",
48
+ "@aeriajs/http": "^0.0.189",
49
+ "@aeriajs/security": "^0.0.273",
50
+ "@aeriajs/types": "^0.0.133",
51
+ "@aeriajs/validation": "^0.0.174"
52
52
  },
53
53
  "dependencies": {
54
54
  "mongodb": "^6.17.0",