@lando/drupal 1.9.0 → 1.9.1

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.
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":2273,"argv":["/opt/hostedtoolcache/node/20.18.0/x64/bin/node","/home/runner/work/drupal/drupal/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/drupal/drupal","time":1730223309287,"ppid":2272,"coverageFilename":"/home/runner/work/drupal/drupal/.nyc_output/a2c2d0ef-6cd5-4659-b684-bb2486020598.json","externalId":"","uuid":"a2c2d0ef-6cd5-4659-b684-bb2486020598","files":["/home/runner/work/drupal/drupal/lib/utils.js","/home/runner/work/drupal/drupal/lib/warnings.js"]}
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":2284,"argv":["/opt/hostedtoolcache/node/20.18.0/x64/bin/node","/home/runner/work/drupal/drupal/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/drupal/drupal","time":1730223309689,"ppid":2273,"coverageFilename":"/home/runner/work/drupal/drupal/.nyc_output/b33bcab2-5adb-45e8-922b-546d9bff8761.json","externalId":"","uuid":"b33bcab2-5adb-45e8-922b-546d9bff8761","files":[]}
@@ -1 +1 @@
1
- {"processes":{"5f844b28-e64a-41c8-88ad-34c2189c35f9":{"parent":null,"children":[]},"c9ed1aff-3271-411f-aff1-2352893b981b":{"parent":null,"children":[]}},"files":{"/home/runner/work/drupal/drupal/lib/utils.js":["c9ed1aff-3271-411f-aff1-2352893b981b"],"/home/runner/work/drupal/drupal/lib/warnings.js":["c9ed1aff-3271-411f-aff1-2352893b981b"]},"externalIds":{}}
1
+ {"processes":{"a2c2d0ef-6cd5-4659-b684-bb2486020598":{"parent":null,"children":[]},"b33bcab2-5adb-45e8-922b-546d9bff8761":{"parent":null,"children":[]}},"files":{"/home/runner/work/drupal/drupal/lib/utils.js":["a2c2d0ef-6cd5-4659-b684-bb2486020598"],"/home/runner/work/drupal/drupal/lib/warnings.js":["a2c2d0ef-6cd5-4659-b684-bb2486020598"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -1,19 +1,22 @@
1
1
  ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
2
2
 
3
+ ## v1.9.1 - [October 29, 2024](https://github.com/lando/drupal/releases/tag/v1.9.1)
4
+
5
+ * Released to update critically broken docs
6
+
3
7
  ## v1.9.0 - [October 25, 2024](https://github.com/lando/drupal/releases/tag/v1.9.0)
4
8
 
5
9
  * Updated release process to generate an edge release when stable releases are created.
6
-
7
- * Removed unnecessary dependency lando/nginx.
10
+ * Removed unnecessary dependency `@lando/nginx`
8
11
 
9
12
  ## v1.8.0 - [October 18, 2024](https://github.com/lando/drupal/releases/tag/v1.8.0)
10
13
 
11
- * Updated lando/php to v1.5.0.
14
+ * Updated to [@lando/php@1.5.0](https://github.com/lando/php/releases/tag/v1.5.0)
12
15
 
13
16
  ## v1.7.0 - [September 30, 2024](https://github.com/lando/drupal/releases/tag/v1.7.0)
14
17
 
15
- * Updated lando/mariadb to v1.5.0.
16
- * Updated lando/mysql to v1.3.0.
18
+ * Updated to [@lando/mariadb@1.5.0](https://github.com/lando/mariadb/releases/tag/v1.5.0)
19
+ * Updated to [@lando/mysql@1.5.0](https://github.com/lando/mariadb/releases/tag/v1.3.0)
17
20
 
18
21
  ## v1.6.1 - [September 5, 2024](https://github.com/lando/drupal/releases/tag/v1.6.1)
19
22
 
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-10-25T19:57:39.097Z
119
+ at 2024-10-29T17:35:09.873Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -529,7 +529,7 @@ const getDrushUrl = <span class="cstat-no" title="statement not covered" ><span
529
529
  <div class='footer quiet pad2 space-top1 center small'>
530
530
  Code coverage generated by
531
531
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
532
- at 2024-10-25T19:57:39.097Z
532
+ at 2024-10-29T17:35:09.873Z
533
533
  </div>
534
534
  <script src="prettify.js"></script>
535
535
  <script>
@@ -109,7 +109,7 @@
109
109
  <div class='footer quiet pad2 space-top1 center small'>
110
110
  Code coverage generated by
111
111
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
112
- at 2024-10-25T19:57:39.097Z
112
+ at 2024-10-29T17:35:09.873Z
113
113
  </div>
114
114
  <script src="prettify.js"></script>
115
115
  <script>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lando/drupal",
3
3
  "description": "A Lando plugin that provides a tight integration with Drupal.",
4
- "version": "1.9.0",
4
+ "version": "1.9.1",
5
5
  "author": "Mike Pirog @pirog",
6
6
  "license": "GPL-3.0",
7
7
  "repository": "lando/drupal",
@@ -75,9 +75,9 @@
75
75
  "semver"
76
76
  ],
77
77
  "dist": {
78
- "integrity": "sha512-Us7iAemawin/7MesWjLolmcx0pDAcUPzmOgQmbm2KA754C5lUhuIrs6/Uwg3ByOVPYw3+AWgKb6p4ehVylbkAQ==",
79
- "shasum": "4d9ed0ede610a5b0064931985629c943eba0cf4b",
80
- "filename": "lando-drupal-1.9.0.tgz",
81
- "unpackedSize": 12275940
78
+ "integrity": "sha512-v9+fxZNBvzhju8qmEigb1bqM2j0lvas5SaC6becH7hKL37w2RlhICsTvbczFli0lSBpRtd8zbahQVBqDdD3s1A==",
79
+ "shasum": "0346b51a12cf2df3c300a19a0382160a32bdbc95",
80
+ "filename": "lando-drupal-1.9.1.tgz",
81
+ "unpackedSize": 12276230
82
82
  }
83
83
  }
@@ -1 +0,0 @@
1
- {"parent":null,"pid":2149,"argv":["/opt/hostedtoolcache/node/20.18.0/x64/bin/node","/home/runner/work/drupal/drupal/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/drupal/drupal","time":1729886258920,"ppid":2138,"coverageFilename":"/home/runner/work/drupal/drupal/.nyc_output/5f844b28-e64a-41c8-88ad-34c2189c35f9.json","externalId":"","uuid":"5f844b28-e64a-41c8-88ad-34c2189c35f9","files":[]}
@@ -1 +0,0 @@
1
- {"parent":null,"pid":2138,"argv":["/opt/hostedtoolcache/node/20.18.0/x64/bin/node","/home/runner/work/drupal/drupal/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/drupal/drupal","time":1729886258505,"ppid":2137,"coverageFilename":"/home/runner/work/drupal/drupal/.nyc_output/c9ed1aff-3271-411f-aff1-2352893b981b.json","externalId":"","uuid":"c9ed1aff-3271-411f-aff1-2352893b981b","files":["/home/runner/work/drupal/drupal/lib/utils.js","/home/runner/work/drupal/drupal/lib/warnings.js"]}