@mongez/reinforcements 2.2.0 → 2.2.1

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.
package/cjs/types.d.ts CHANGED
@@ -1,4 +1,2 @@
1
1
  export declare type GenericObject = Record<string, any>;
2
- export declare const Operators: readonly ["=", "equals", "!=", "not", "not equals", ">", "gt", "<", "lt", ">=", "gte", "<=", "lte", "regex", "like", "%", "not like", "!%", "in", "!in", "not in", "between", "<>", "!between", "not between", "!<>", "is", "typeof", "is not", "!is", "not typeof", "is a", "instanceof", "is not a", "not instanceof", "!instanceof", "!is a", "exists", "not exists", "!exists", "contains", "not contains", "!contains", "starts with", "not starts with", "!starts with", "ends with", "not ends with", "!ends with", "null", "is null", "is not null", "!null", "!not null", "empty", "is empty", "is not empty", "!empty", "true", "is true", "is not true", "!true", "false", "is false", "!false", "undefined", "is undefined", "is not false", "is undefined", "is not undefined", "!undefined"];
3
- export declare type ComparisonOperator = typeof Operators[number];
4
2
  //# sourceMappingURL=types.d.ts.map
package/esm/types.d.ts CHANGED
@@ -1,4 +1,2 @@
1
1
  export declare type GenericObject = Record<string, any>;
2
- export declare const Operators: readonly ["=", "equals", "!=", "not", "not equals", ">", "gt", "<", "lt", ">=", "gte", "<=", "lte", "regex", "like", "%", "not like", "!%", "in", "!in", "not in", "between", "<>", "!between", "not between", "!<>", "is", "typeof", "is not", "!is", "not typeof", "is a", "instanceof", "is not a", "not instanceof", "!instanceof", "!is a", "exists", "not exists", "!exists", "contains", "not contains", "!contains", "starts with", "not starts with", "!starts with", "ends with", "not ends with", "!ends with", "null", "is null", "is not null", "!null", "!not null", "empty", "is empty", "is not empty", "!empty", "true", "is true", "is not true", "!true", "false", "is false", "!false", "undefined", "is undefined", "is not false", "is undefined", "is not undefined", "!undefined"];
3
- export declare type ComparisonOperator = typeof Operators[number];
4
2
  //# sourceMappingURL=types.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongez/reinforcements",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "A lightweight package to give a massive reinforcements to variant types of data in Nodejs/Javascript",
5
5
  "main": "./cjs/index.js",
6
6
  "dependencies": {