composer include js-cooky library

This commit is contained in:
2026-09-26 16:51:16 +02:00
parent f7c16211f8
commit 30b1fc31d4
2 changed files with 19 additions and 2 deletions
+3 -1
View File
@@ -149,6 +149,7 @@
"drupal/webform": "^6.3", "drupal/webform": "^6.3",
"drupal/workflow": "~2.1.13", "drupal/workflow": "~2.1.13",
"drush/drush": "^13", "drush/drush": "^13",
"js-cookie/js-cookie": "*",
"kint-php/kint": "^3.3", "kint-php/kint": "^3.3",
"politsin/jquery-ui-touch-punch": "^1", "politsin/jquery-ui-touch-punch": "^1",
"smalot/pdfparser": "*", "smalot/pdfparser": "*",
@@ -213,7 +214,8 @@
"merge-plugin": { "merge-plugin": {
"include": [ "include": [
"web/profiles/d8-starterkit-profile/composer.json", "web/profiles/d8-starterkit-profile/composer.json",
"web/modules/contrib/webform/composer.libraries.json" "web/modules/contrib/webform/composer.libraries.json",
"web/modules/contrib/js_cookie/composer.libraries.json"
], ],
"recurse": true, "recurse": true,
"replace": false, "replace": false,
Generated
+16 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "85d0cffc7560e559907e02263d5833e4", "content-hash": "829c4774582ddf65006e45de87cb6763",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@@ -13165,6 +13165,21 @@
"MIT" "MIT"
] ]
}, },
{
"name": "js-cookie/js-cookie",
"version": "3.0.5",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz"
},
"type": "drupal-library",
"extra": {
"installer-name": "js-cookie"
},
"license": [
"MIT"
]
},
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
"version": "6.8.2", "version": "6.8.2",