@swagger-api/apidom-ns-arazzo-1 1.0.0-beta.32 → 1.0.0-beta.34
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 +8 -0
- package/package.json +4 -4
- package/src/refractor/specification.cjs +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.34](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.33...v1.0.0-beta.34) (2025-05-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-ns-arazzo-1
|
|
9
|
+
|
|
10
|
+
# [1.0.0-beta.33](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.32...v1.0.0-beta.33) (2025-04-30)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-ns-arazzo-1
|
|
13
|
+
|
|
6
14
|
# [1.0.0-beta.32](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-04-28)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @swagger-api/apidom-ns-arazzo-1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swagger-api/apidom-ns-arazzo-1",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.34",
|
|
4
4
|
"description": "Arazzo Specification 1.0.1 namespace for ApiDOM.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"license": "Apache-2.0",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@babel/runtime-corejs3": "^7.26.10",
|
|
45
|
-
"@swagger-api/apidom-core": "^1.0.0-beta.
|
|
46
|
-
"@swagger-api/apidom-ns-json-schema-2020-12": "^1.0.0-beta.
|
|
45
|
+
"@swagger-api/apidom-core": "^1.0.0-beta.34",
|
|
46
|
+
"@swagger-api/apidom-ns-json-schema-2020-12": "^1.0.0-beta.34",
|
|
47
47
|
"@types/ramda": "~0.30.0",
|
|
48
48
|
"ramda": "~0.30.0",
|
|
49
49
|
"ramda-adjunct": "^5.0.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"README.md",
|
|
60
60
|
"CHANGELOG.md"
|
|
61
61
|
],
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "8685356d45de9463f828f55589332259e72bd76b"
|
|
63
63
|
}
|
|
@@ -30,8 +30,8 @@ var _FailureActionCriteriaVisitor = _interopRequireDefault(require("./visitors/a
|
|
|
30
30
|
var _index9 = _interopRequireDefault(require("./visitors/arazzo-1/components/index.cjs"));
|
|
31
31
|
var _InputsVisitor = _interopRequireDefault(require("./visitors/arazzo-1/components/InputsVisitor.cjs"));
|
|
32
32
|
var _ParametersVisitor2 = _interopRequireDefault(require("./visitors/arazzo-1/components/ParametersVisitor.cjs"));
|
|
33
|
-
var
|
|
34
|
-
var
|
|
33
|
+
var _index0 = _interopRequireDefault(require("./visitors/arazzo-1/criterion/index.cjs"));
|
|
34
|
+
var _index1 = _interopRequireDefault(require("./visitors/arazzo-1/reference/index.cjs"));
|
|
35
35
|
var _$RefVisitor = _interopRequireDefault(require("./visitors/arazzo-1/reference/$RefVisitor.cjs"));
|
|
36
36
|
var _SpecificationExtensionVisitor = _interopRequireDefault(require("./visitors/SpecificationExtensionVisitor.cjs"));
|
|
37
37
|
var _FallbackVisitor = _interopRequireDefault(require("./visitors/FallbackVisitor.cjs"));
|
|
@@ -204,7 +204,7 @@ const specification = {
|
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
Criterion: {
|
|
207
|
-
$visitor:
|
|
207
|
+
$visitor: _index0.default,
|
|
208
208
|
fixedFields: {
|
|
209
209
|
context: {
|
|
210
210
|
$ref: '#/visitors/value'
|
|
@@ -218,7 +218,7 @@ const specification = {
|
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
220
|
Reference: {
|
|
221
|
-
$visitor:
|
|
221
|
+
$visitor: _index1.default,
|
|
222
222
|
fixedFields: {
|
|
223
223
|
$ref: _$RefVisitor.default,
|
|
224
224
|
value: {
|