@swagger-api/apidom-parser-adapter-openapi-yaml-3-2 1.11.2 → 1.11.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,16 @@
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.11.4](https://github.com/swagger-api/apidom/compare/v1.11.3...v1.11.4) (2026-09-15)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **build:** add npm provenance to all package publishConfig ([#5228](https://github.com/swagger-api/apidom/issues/5228)) ([b54b093](https://github.com/swagger-api/apidom/commit/b54b0938eba99f495e926afcd1f1fb1f09fbda48))
11
+
12
+ ## [1.11.3](https://github.com/swagger-api/apidom/compare/v1.11.2...v1.11.3) (2026-06-22)
13
+
14
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-2
15
+
6
16
  ## [1.11.2](https://github.com/swagger-api/apidom/compare/v1.11.1...v1.11.2) (2026-06-02)
7
17
 
8
18
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-2
@@ -25160,7 +25160,7 @@
25160
25160
  /**
25161
25161
  * OAS base vocabulary
25162
25162
  *
25163
- * URI: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#baseVocabulary
25163
+ * URI: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.2.md#base-vocabulary
25164
25164
  */
25165
25165
  get discriminator() {
25166
25166
  return this.get("discriminator");
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-parser-adapter-openapi-yaml-3-2",
3
- "version": "1.11.2",
3
+ "version": "1.11.4",
4
4
  "description": "Parser adapter for parsing YAML 1.2 documents into OpenAPI 3.2.x namespace.",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
- "registry": "https://registry.npmjs.org"
7
+ "registry": "https://registry.npmjs.org",
8
+ "provenance": true
8
9
  },
9
10
  "type": "module",
10
11
  "sideEffects": false,
@@ -43,9 +44,9 @@
43
44
  "license": "Apache-2.0",
44
45
  "dependencies": {
45
46
  "@babel/runtime-corejs3": "^7.26.10",
46
- "@swagger-api/apidom-core": "^1.11.2",
47
- "@swagger-api/apidom-ns-openapi-3-2": "^1.11.2",
48
- "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.11.2",
47
+ "@swagger-api/apidom-core": "^1.11.4",
48
+ "@swagger-api/apidom-ns-openapi-3-2": "^1.11.4",
49
+ "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.11.4",
49
50
  "@types/ramda": "~0.30.0",
50
51
  "ramda": "~0.30.0",
51
52
  "ramda-adjunct": "^5.0.0"
@@ -60,5 +61,5 @@
60
61
  "README.md",
61
62
  "CHANGELOG.md"
62
63
  ],
63
- "gitHead": "0ace20a29a3ed690af50b47734114fe06219dc20"
64
+ "gitHead": "73d3c1cfb8d019cc6306876f92400b141523525c"
64
65
  }