@jarenjs/refs 0.43.1 → 0.43.3

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.
@@ -58,8 +58,8 @@ declare const _default: {
58
58
  };
59
59
  items: {
60
60
  anyOf: ({
61
- $recursiveRef: string;
62
61
  $ref?: undefined;
62
+ $recursiveRef: string;
63
63
  } | {
64
64
  $recursiveRef?: undefined;
65
65
  $ref: string;
@@ -342,13 +342,13 @@ declare const _default: {
342
342
  minItems?: undefined;
343
343
  uniqueItems?: undefined;
344
344
  } | {
345
+ $ref?: undefined;
345
346
  type: string;
346
347
  items: {
347
348
  $ref: string;
348
349
  };
349
350
  minItems: number;
350
351
  uniqueItems: boolean;
351
- $ref?: undefined;
352
352
  })[];
353
353
  };
354
354
  };
@@ -32,8 +32,8 @@ declare const draft2020: ({
32
32
  type: string;
33
33
  additionalProperties: {
34
34
  anyOf: ({
35
- $dynamicRef: string;
36
35
  $ref?: undefined;
36
+ $dynamicRef: string;
37
37
  } | {
38
38
  $dynamicRef?: undefined;
39
39
  $ref: string;
@@ -307,11 +307,11 @@ declare const draft2020: ({
307
307
  properties: {
308
308
  type: {
309
309
  anyOf: ({
310
- $ref: string;
311
310
  type?: undefined;
312
311
  items?: undefined;
313
312
  minItems?: undefined;
314
313
  uniqueItems?: undefined;
314
+ $ref: string;
315
315
  } | {
316
316
  $ref?: undefined;
317
317
  type: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jarenjs/refs",
3
3
  "private": false,
4
- "version": "0.43.1",
4
+ "version": "0.43.3",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "types": "./dist/types/index.d.ts",
@@ -58,6 +58,6 @@
58
58
  "prepack": "npm run build:types"
59
59
  },
60
60
  "dependencies": {
61
- "@jarenjs/core": "^0.43.1"
61
+ "@jarenjs/core": "^0.43.3"
62
62
  }
63
63
  }