@jarenjs/refs 0.75.0 → 0.83.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.
|
@@ -19,8 +19,8 @@ export declare const _draft6: {
|
|
|
19
19
|
$ref: string;
|
|
20
20
|
default?: undefined;
|
|
21
21
|
} | {
|
|
22
|
-
default: number;
|
|
23
22
|
$ref?: undefined;
|
|
23
|
+
default: number;
|
|
24
24
|
})[];
|
|
25
25
|
};
|
|
26
26
|
simpleTypes: {
|
|
@@ -166,13 +166,13 @@ export declare const _draft6: {
|
|
|
166
166
|
minItems?: undefined;
|
|
167
167
|
uniqueItems?: undefined;
|
|
168
168
|
} | {
|
|
169
|
+
$ref?: undefined;
|
|
169
170
|
type: string;
|
|
170
171
|
items: {
|
|
171
172
|
$ref: string;
|
|
172
173
|
};
|
|
173
174
|
minItems: number;
|
|
174
175
|
uniqueItems: boolean;
|
|
175
|
-
$ref?: undefined;
|
|
176
176
|
})[];
|
|
177
177
|
};
|
|
178
178
|
format: {
|
|
@@ -214,8 +214,8 @@ export declare const _draft7: {
|
|
|
214
214
|
default?: undefined;
|
|
215
215
|
$ref: string;
|
|
216
216
|
} | {
|
|
217
|
-
default: number;
|
|
218
217
|
$ref?: undefined;
|
|
218
|
+
default: number;
|
|
219
219
|
})[];
|
|
220
220
|
};
|
|
221
221
|
simpleTypes: {
|
|
@@ -367,19 +367,19 @@ export declare const _draft7: {
|
|
|
367
367
|
};
|
|
368
368
|
type: {
|
|
369
369
|
anyOf: ({
|
|
370
|
-
$ref: string;
|
|
371
370
|
type?: undefined;
|
|
372
371
|
items?: undefined;
|
|
373
372
|
minItems?: undefined;
|
|
374
373
|
uniqueItems?: undefined;
|
|
374
|
+
$ref: string;
|
|
375
375
|
} | {
|
|
376
|
+
$ref?: undefined;
|
|
376
377
|
type: string;
|
|
377
378
|
items: {
|
|
378
379
|
$ref: string;
|
|
379
380
|
};
|
|
380
381
|
minItems: number;
|
|
381
382
|
uniqueItems: boolean;
|
|
382
|
-
$ref?: undefined;
|
|
383
383
|
})[];
|
|
384
384
|
};
|
|
385
385
|
format: {
|
|
@@ -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;
|
|
@@ -33,8 +33,8 @@ declare const _default: {
|
|
|
33
33
|
type: string;
|
|
34
34
|
additionalProperties: {
|
|
35
35
|
anyOf: ({
|
|
36
|
-
$dynamicRef: string;
|
|
37
36
|
$ref?: undefined;
|
|
37
|
+
$dynamicRef: string;
|
|
38
38
|
} | {
|
|
39
39
|
$dynamicRef?: undefined;
|
|
40
40
|
$ref: string;
|
|
@@ -316,11 +316,11 @@ declare const _default: {
|
|
|
316
316
|
properties: {
|
|
317
317
|
type: {
|
|
318
318
|
anyOf: ({
|
|
319
|
-
$ref: string;
|
|
320
319
|
type?: undefined;
|
|
321
320
|
items?: undefined;
|
|
322
321
|
minItems?: undefined;
|
|
323
322
|
uniqueItems?: undefined;
|
|
323
|
+
$ref: string;
|
|
324
324
|
} | {
|
|
325
325
|
$ref?: undefined;
|
|
326
326
|
type: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarenjs/refs",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.83.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.
|
|
61
|
+
"@jarenjs/core": "^0.83.3"
|
|
62
62
|
}
|
|
63
63
|
}
|