n4s 4.1.8-dev-d13b14 → 4.1.9-dev-c786f7

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.1.8-dev-d13b14",
2
+ "version": "4.1.9-dev-c786f7",
3
3
  "license": "MIT",
4
4
  "main": "./dist/cjs/n4s.js",
5
5
  "types": "./types/n4s.d.ts",
@@ -10,8 +10,8 @@
10
10
  "release": "vx release"
11
11
  },
12
12
  "dependencies": {
13
- "context": "^2.0.7-dev-d13b14",
14
- "vest-utils": "^0.0.4-dev-d13b14"
13
+ "context": "^2.0.8-dev-c786f7",
14
+ "vest-utils": "^0.0.4-dev-c786f7"
15
15
  },
16
16
  "module": "./dist/es/n4s.production.js",
17
17
  "exports": {
@@ -97,7 +97,7 @@ declare const baseRules: {
97
97
  shorterThanOrEquals: typeof shorterThanOrEquals;
98
98
  startsWith: typeof startsWith;
99
99
  };
100
- type Rules<E = Record<string, unknown>> = n4s.EnforceCustomMatchers<Rules<E> & E> & Record<string, (...args: Args) => Rules<E> & E> & {
100
+ type Rules<E> = n4s.EnforceCustomMatchers<Rules<E> & E> & Record<string, (...args: Args) => Rules<E> & E> & {
101
101
  [P in KBaseRules]: (...args: DropFirst<Parameters<BaseRules[P]>> | Args) => Rules<E> & E;
102
102
  };
103
103
  /* eslint-disable @typescript-eslint/no-namespace, @typescript-eslint/no-empty-interface */
@@ -97,7 +97,7 @@ declare const baseRules: {
97
97
  shorterThanOrEquals: typeof shorterThanOrEquals;
98
98
  startsWith: typeof startsWith;
99
99
  };
100
- type Rules<E = Record<string, unknown>> = n4s.EnforceCustomMatchers<Rules<E> & E> & Record<string, (...args: Args) => Rules<E> & E> & {
100
+ type Rules<E> = n4s.EnforceCustomMatchers<Rules<E> & E> & Record<string, (...args: Args) => Rules<E> & E> & {
101
101
  [P in KBaseRules]: (...args: DropFirst<Parameters<BaseRules[P]>> | Args) => Rules<E> & E;
102
102
  };
103
103
  /* eslint-disable @typescript-eslint/no-namespace, @typescript-eslint/no-empty-interface */
package/types/n4s.d.ts CHANGED
@@ -117,7 +117,7 @@ declare const baseRules: {
117
117
  shorterThanOrEquals: typeof shorterThanOrEquals;
118
118
  startsWith: typeof startsWith;
119
119
  };
120
- type Rules<E = Record<string, unknown>> = n4s.EnforceCustomMatchers<Rules<E> & E> & Record<string, (...args: Args) => Rules<E> & E> & {
120
+ type Rules<E> = n4s.EnforceCustomMatchers<Rules<E> & E> & Record<string, (...args: Args) => Rules<E> & E> & {
121
121
  [P in KBaseRules]: (...args: DropFirst<Parameters<BaseRules[P]>> | Args) => Rules<E> & E;
122
122
  };
123
123
  /* eslint-disable @typescript-eslint/no-namespace, @typescript-eslint/no-empty-interface */
package/types/schema.d.ts CHANGED
@@ -97,7 +97,7 @@ declare const baseRules: {
97
97
  shorterThanOrEquals: typeof shorterThanOrEquals;
98
98
  startsWith: typeof startsWith;
99
99
  };
100
- type Rules<E = Record<string, unknown>> = n4s.EnforceCustomMatchers<Rules<E> & E> & Record<string, (...args: Args) => Rules<E> & E> & {
100
+ type Rules<E> = n4s.EnforceCustomMatchers<Rules<E> & E> & Record<string, (...args: Args) => Rules<E> & E> & {
101
101
  [P in KBaseRules]: (...args: DropFirst<Parameters<BaseRules[P]>> | Args) => Rules<E> & E;
102
102
  };
103
103
  /* eslint-disable @typescript-eslint/no-namespace, @typescript-eslint/no-empty-interface */