@jarenjs/refs 0.46.4 → 0.46.5
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
|
-
$ref?: undefined;
|
|
62
61
|
$recursiveRef: string;
|
|
62
|
+
$ref?: undefined;
|
|
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;
|
|
346
345
|
type: string;
|
|
347
346
|
items: {
|
|
348
347
|
$ref: string;
|
|
349
348
|
};
|
|
350
349
|
minItems: number;
|
|
351
350
|
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
|
-
$ref?: undefined;
|
|
36
35
|
$dynamicRef: string;
|
|
36
|
+
$ref?: undefined;
|
|
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;
|
|
310
311
|
type?: undefined;
|
|
311
312
|
items?: undefined;
|
|
312
313
|
minItems?: undefined;
|
|
313
314
|
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.46.
|
|
4
|
+
"version": "0.46.5",
|
|
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.46.
|
|
61
|
+
"@jarenjs/core": "^0.46.5"
|
|
62
62
|
}
|
|
63
63
|
}
|