@akanjs/constant 0.0.135 → 0.0.136

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/scalar.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/constant",
3
- "version": "0.0.135",
3
+ "version": "0.0.136",
4
4
  "sourceType": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/src/scalar.d.ts CHANGED
@@ -2,7 +2,7 @@ import "reflect-metadata";
2
2
  import { type Dayjs, type Enum, Float, type GqlScalar, ID, Int, JSON, type SingleFieldType, type Type, Upload } from "@akanjs/base";
3
3
  import type { AccumulatorOperator } from "mongoose";
4
4
  import { type QueryOf, type SortType } from "./types";
5
- export declare const scalarExampleMap: Map<MapConstructor | typeof Int | typeof Upload | typeof Float | typeof ID | typeof JSON | StringConstructor | BooleanConstructor | DateConstructor, string | number | boolean | object>;
5
+ export declare const scalarExampleMap: Map<DateConstructor | MapConstructor | typeof Int | typeof Upload | typeof Float | typeof ID | typeof JSON | StringConstructor | BooleanConstructor, string | number | boolean | object>;
6
6
  export declare const getScalarExample: (ref: GqlScalar) => string | number | boolean | object | null;
7
7
  export declare const getGqlTypeStr: (ref: GqlScalar) => string;
8
8
  export interface ConstantClassMeta {