@swagger-api/apidom-ns-json-schema-draft-6 1.0.0-beta.3 → 1.0.0-beta.4

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0-beta.4](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2024-12-13)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-ns-json-schema-draft-6
9
+
6
10
  # [1.0.0-beta.3](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2024-11-25)
7
11
 
8
12
  **Note:** Version bump only for package @swagger-api/apidom-ns-json-schema-draft-6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-ns-json-schema-draft-6",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.4",
4
4
  "description": "JSON Schema Draft 6 namespace for ApiDOM.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,9 +42,9 @@
42
42
  "license": "Apache-2.0",
43
43
  "dependencies": {
44
44
  "@babel/runtime-corejs3": "^7.20.7",
45
- "@swagger-api/apidom-core": "^1.0.0-beta.3",
46
- "@swagger-api/apidom-error": "^1.0.0-beta.3",
47
- "@swagger-api/apidom-ns-json-schema-draft-4": "^1.0.0-beta.3",
45
+ "@swagger-api/apidom-core": "^1.0.0-beta.4",
46
+ "@swagger-api/apidom-error": "^1.0.0-beta.4",
47
+ "@swagger-api/apidom-ns-json-schema-draft-4": "^1.0.0-beta.4",
48
48
  "@types/ramda": "~0.30.0",
49
49
  "ramda": "~0.30.0",
50
50
  "ramda-adjunct": "^5.0.0",
@@ -60,5 +60,5 @@
60
60
  "README.md",
61
61
  "CHANGELOG.md"
62
62
  ],
63
- "gitHead": "a0cf66f3e4520986db154bd2b97001715a8a3287"
63
+ "gitHead": "aca988b356e303bd9aaa900d8ba3de49b3bb80be"
64
64
  }
@@ -32,10 +32,10 @@ import { isNumberElement } from '@swagger-api/apidom-core';
32
32
  import { isObjectElement } from '@swagger-api/apidom-core';
33
33
  import { isRefElement } from '@swagger-api/apidom-core';
34
34
  import { isStringElement } from '@swagger-api/apidom-core';
35
- import { ItemsVisitor as ItemsVisitor_2 } from '@swagger-api/apidom-ns-json-schema-draft-4';
36
35
  import { JSONReference$RefVisitor } from '@swagger-api/apidom-ns-json-schema-draft-4';
37
36
  import { JSONReferenceElement } from '@swagger-api/apidom-ns-json-schema-draft-4';
38
37
  import { JSONReferenceVisitor } from '@swagger-api/apidom-ns-json-schema-draft-4';
38
+ import { ItemsVisitor as JSONSchemaDraft4ItemsVisitor } from '@swagger-api/apidom-ns-json-schema-draft-4';
39
39
  import { JSONSchemaElement as JSONSchemaElement_2 } from '@swagger-api/apidom-ns-json-schema-draft-4';
40
40
  import { JSONSchemaVisitor as JSONSchemaVisitor_2 } from '@swagger-api/apidom-ns-json-schema-draft-4';
41
41
  import { LinkDescriptionElement as LinkDescriptionElement_2 } from '@swagger-api/apidom-ns-json-schema-draft-4';
@@ -73,12 +73,16 @@ import { TypeVisitor } from '@swagger-api/apidom-ns-json-schema-draft-4';
73
73
  import { Visitor } from '@swagger-api/apidom-ns-json-schema-draft-4';
74
74
  import { VisitorOptions } from '@swagger-api/apidom-ns-json-schema-draft-4';
75
75
 
76
+ export { AllOfVisitor }
77
+
76
78
  export { AllOfVisitorOptions }
77
79
 
78
80
  export { AlternatingVisitor }
79
81
 
80
82
  export { AlternatingVisitorOptions }
81
83
 
84
+ export { AnyOfVisitor }
85
+
82
86
  export { AnyOfVisitorOptions }
83
87
 
84
88
  /**
@@ -86,8 +90,12 @@ export { AnyOfVisitorOptions }
86
90
  */
87
91
  export declare const createRefractor: (specPath: string[]) => (value: unknown, options?: {}) => Element_2;
88
92
 
93
+ export { DefinitionsVisitor }
94
+
89
95
  export { DefinitionsVisitorOptions }
90
96
 
97
+ export { DependenciesVisitor }
98
+
91
99
  export { DependenciesVisitorOptions }
92
100
 
93
101
  /**
@@ -173,6 +181,8 @@ export declare interface ItemsVisitorOptions extends SpecificationVisitorOptions
173
181
 
174
182
  export { JSONReferenceElement }
175
183
 
184
+ export { JSONSchemaDraft4ItemsVisitor }
185
+
176
186
  /**
177
187
  * @public
178
188
  */
@@ -335,6 +345,8 @@ export { MediaElement }
335
345
  */
336
346
  export declare const mediaTypes: JSONSchemaDraft6MediaTypes;
337
347
 
348
+ export { OneOfVisitor }
349
+
338
350
  export { OneOfVisitorOptions }
339
351
 
340
352
  export { ParentSchemaAwareVisitor }
@@ -345,8 +357,12 @@ export { PatternedFieldsVisitor }
345
357
 
346
358
  export { PatternedFieldsVisitorOptions }
347
359
 
360
+ export { PatternPropertiesVisitor }
361
+
348
362
  export { PatternPropertiesVisitorOptions }
349
363
 
364
+ export { PropertiesVisitor }
365
+
350
366
  export { PropertiesVisitorOptions }
351
367
 
352
368
  /**
@@ -395,7 +411,7 @@ export declare const refract: <T extends Element_2>(value: unknown, { specPath,
395
411
  $ref: string;
396
412
  };
397
413
  additionalItems: SchemaOrReferenceVisitor;
398
- items: ItemsVisitor_2;
414
+ items: JSONSchemaDraft4ItemsVisitor;
399
415
  maxItems: {
400
416
  $ref: string;
401
417
  };
@@ -504,6 +520,8 @@ export declare const refractorPluginReplaceEmptyElement: () => () => {
504
520
  };
505
521
  };
506
522
 
523
+ export { SchemaOrReferenceVisitor }
524
+
507
525
  export { SchemaOrReferenceVisitorOptions }
508
526
 
509
527
  export declare const specificationObj: typeof specificationObj_2;