@aeriajs/builtins 0.0.250 → 0.0.251

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.
@@ -59,7 +59,7 @@ export declare const log: Omit<import("@aeriajs/types").Collection<never>, "func
59
59
  get: <TContext extends import("@aeriajs/types").Context>(payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<TContext["description"]>>, context: TContext, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<TContext["description"]>>>;
60
60
  getAll: <TDescription extends import("@aeriajs/types").Description, TFunctions>(payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<TDescription>>, context: import("@aeriajs/types").Context<TDescription, undefined | (TFunctions & {
61
61
  count?: (...args: unknown[]) => Promise<import("@aeriajs/types").CountReturnType>;
62
- })>) => Promise<import("@aeriajs/types").GetAllReturnType<import("@aeriajs/types").SchemaWithId<TDescription>>>;
62
+ })>, options?: import("@aeriajs/core").GetAllOptions) => Promise<import("@aeriajs/types").GetAllReturnType<import("@aeriajs/types").SchemaWithId<TDescription>>>;
63
63
  insert: <TContext extends import("@aeriajs/types").Context>(payload: import("@aeriajs/types").InsertPayload<import("@aeriajs/types").SchemaWithId<TContext["description"]>>, context: TContext, options?: import("@aeriajs/core").InsertOptions) => Promise<import("@aeriajs/types").InsertReturnType<import("@aeriajs/types").SchemaWithId<TContext["description"]>>>;
64
64
  };
65
65
  contracts: {
package/dist/index.d.ts CHANGED
@@ -382,7 +382,7 @@ export declare const collections: {
382
382
  get: <TContext extends import("@aeriajs/types").Context>(payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<TContext["description"]>>, context: TContext, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<TContext["description"]>>>;
383
383
  getAll: <TDescription extends import("@aeriajs/types").Description, TFunctions>(payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<TDescription>>, context: import("@aeriajs/types").Context<TDescription, undefined | (TFunctions & {
384
384
  count?: (...args: unknown[]) => Promise<import("@aeriajs/types").CountReturnType>;
385
- })>) => Promise<import("@aeriajs/types").GetAllReturnType<import("@aeriajs/types").SchemaWithId<TDescription>>>;
385
+ })>, options?: import("@aeriajs/core").GetAllOptions) => Promise<import("@aeriajs/types").GetAllReturnType<import("@aeriajs/types").SchemaWithId<TDescription>>>;
386
386
  insert: <TContext extends import("@aeriajs/types").Context>(payload: import("@aeriajs/types").InsertPayload<import("@aeriajs/types").SchemaWithId<TContext["description"]>>, context: TContext, options?: import("@aeriajs/core").InsertOptions) => Promise<import("@aeriajs/types").InsertReturnType<import("@aeriajs/types").SchemaWithId<TContext["description"]>>>;
387
387
  };
388
388
  contracts: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aeriajs/builtins",
3
- "version": "0.0.250",
3
+ "version": "0.0.251",
4
4
  "description": "## Installation",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -44,11 +44,11 @@
44
44
  "mongodb": "^6.5.0"
45
45
  },
46
46
  "peerDependencies": {
47
- "@aeriajs/common": "^0.0.139",
48
- "@aeriajs/core": "^0.0.250",
49
- "@aeriajs/entrypoint": "^0.0.143",
50
- "@aeriajs/types": "^0.0.121",
51
- "@aeriajs/validation": "^0.0.155"
47
+ "@aeriajs/common": "^0.0.140",
48
+ "@aeriajs/core": "^0.0.251",
49
+ "@aeriajs/entrypoint": "^0.0.144",
50
+ "@aeriajs/types": "^0.0.122",
51
+ "@aeriajs/validation": "^0.0.156"
52
52
  },
53
53
  "scripts": {
54
54
  "test": "echo skipping",