Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VACMS-18997: Update openapi jsonapi module. #19158

Merged
merged 7 commits into from
Sep 11, 2024
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,7 @@
"drupal/openapi_jsonapi": {
"3110109 - Support renamed resource types Part 1": "https://git.drupalcode.org/project/openapi_jsonapi/-/commit/17070f1ef70ff89f732619a11c29730107a2083e.patch",
"3110109 - Support renamed resource types Part 2": "https://git.drupalcode.org/project/openapi_jsonapi/-/commit/9b02c70521c499152c915e481aaf4925992bc8f9.patch",
"3185778 - Fix TypeError: Cannot read property 'anyOf' of undefined": "https://www.drupal.org/files/issues/2020-12-21/add_required_keyword_8.x_2.x-3185778-5.patch",
"3462481 - Type of Drupal\\openapi_jsonapi\\Plugin\\openapi\\OpenApiGenerator\\JsonApiGenerator::$DEFINITION_SEPARATOR must be string": "https://www.drupal.org/files/issues/2024-07-20/openapi_jsonapi-3462481-4.patch"
"3185778 - Fix TypeError: Cannot read property 'anyOf' of undefined": "https://www.drupal.org/files/issues/2020-12-21/add_required_keyword_8.x_2.x-3185778-5.patch"
},
"drupal/openapi_ui_swagger": {
"3259746 - Add more UI config defaults": "https://www.drupal.org/files/issues/2023-12-13/add-more-config-defaults-3259746-3.patch"
Expand Down
22 changes: 11 additions & 11 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "53d9a291df0a6c07434ffee0532af0ea",
"content-hash": "0e9414029de1b61b559111d989be416a",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -11074,29 +11074,29 @@
},
{
"name": "drupal/openapi_jsonapi",
"version": "3.0.4",
"version": "3.0.5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/openapi_jsonapi.git",
"reference": "3.0.4"
"reference": "3.0.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/openapi_jsonapi-3.0.4.zip",
"reference": "3.0.4",
"shasum": "439f3bb99281fd666e26732de9db55bf6846b6f7"
"url": "https://ftp.drupal.org/files/projects/openapi_jsonapi-3.0.5.zip",
"reference": "3.0.5",
"shasum": "6607a755f3b69257d8a32705043557d6d81127d7"
},
"require": {
"drupal/core": "^9.1 || ^10",
"drupal/openapi": "^2",
"drupal/schemata": "^1",
"drupal/core": "^10 || ^11",
"drupal/openapi": "^2.2",
"drupal/schemata": "^1.0",
"drupal/schemata_json_schema": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.0.4",
"datestamp": "1670513664",
"version": "3.0.5",
"datestamp": "1722621497",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand Down
Loading