@lando/drupal 1.3.0 → 1.4.0
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/.nyc_output/processinfo/6263b5b0-dc1a-4c4a-a3df-dcd91408d89e.json +1 -0
- package/.nyc_output/processinfo/e55d54a9-a2cd-4da5-8d02-66aebb969d98.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +5 -0
- package/README.md +6 -0
- package/builders/drupal10.js +1 -0
- package/builders/drupal9.js +1 -0
- package/coverage/index.html +1 -1
- package/coverage/utils.js.html +1 -1
- package/coverage/warnings.js.html +1 -1
- package/package.json +6 -6
- package/.nyc_output/processinfo/01d8ff22-9438-4554-b087-ab7603b629f0.json +0 -1
- package/.nyc_output/processinfo/f814aa13-2c41-4f20-8996-54b86b27fa3e.json +0 -1
- /package/.nyc_output/{f814aa13-2c41-4f20-8996-54b86b27fa3e.json → 6263b5b0-dc1a-4c4a-a3df-dcd91408d89e.json} +0 -0
- /package/.nyc_output/{01d8ff22-9438-4554-b087-ab7603b629f0.json → e55d54a9-a2cd-4da5-8d02-66aebb969d98.json} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1835,"argv":["/opt/hostedtoolcache/node/18.20.2/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":1713289108916,"ppid":1834,"coverageFilename":"/home/runner/work/drupal/drupal/.nyc_output/6263b5b0-dc1a-4c4a-a3df-dcd91408d89e.json","externalId":"","uuid":"6263b5b0-dc1a-4c4a-a3df-dcd91408d89e","files":["/home/runner/work/drupal/drupal/lib/utils.js","/home/runner/work/drupal/drupal/lib/warnings.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1846,"argv":["/opt/hostedtoolcache/node/18.20.2/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":1713289109343,"ppid":1835,"coverageFilename":"/home/runner/work/drupal/drupal/.nyc_output/e55d54a9-a2cd-4da5-8d02-66aebb969d98.json","externalId":"","uuid":"e55d54a9-a2cd-4da5-8d02-66aebb969d98","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"6263b5b0-dc1a-4c4a-a3df-dcd91408d89e":{"parent":null,"children":[]},"e55d54a9-a2cd-4da5-8d02-66aebb969d98":{"parent":null,"children":[]}},"files":{"/home/runner/work/drupal/drupal/lib/utils.js":["6263b5b0-dc1a-4c4a-a3df-dcd91408d89e"],"/home/runner/work/drupal/drupal/lib/warnings.js":["6263b5b0-dc1a-4c4a-a3df-dcd91408d89e"]},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
+
## v1.4.0 - [April 16, 2024](https://github.com/lando/drupal/releases/tag/v1.4.0)
|
|
2
|
+
|
|
3
|
+
* Updated version of Composer used with Drupal 9 and 10 to `2-latest`. [#31](https://github.com/lando/drupal/issues/31)
|
|
4
|
+
|
|
1
5
|
## v1.3.0 - [March 8, 2024](https://github.com/lando/drupal/releases/tag/v1.3.0)
|
|
6
|
+
|
|
2
7
|
* Updated to latest database services.
|
|
3
8
|
|
|
4
9
|
## v1.2.0 - [February 26, 2024](https://github.com/lando/drupal/releases/tag/v1.2.0)
|
package/README.md
CHANGED
package/builders/drupal10.js
CHANGED
package/builders/drupal9.js
CHANGED
package/coverage/index.html
CHANGED
|
@@ -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-
|
|
119
|
+
at 2024-04-16T17:38:29.559Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="prettify.js"></script>
|
|
122
122
|
<script>
|
package/coverage/utils.js.html
CHANGED
|
@@ -469,7 +469,7 @@ const getDrushUrl = <span class="cstat-no" title="statement not covered" ><span
|
|
|
469
469
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
470
470
|
Code coverage generated by
|
|
471
471
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
472
|
-
at 2024-
|
|
472
|
+
at 2024-04-16T17:38:29.559Z
|
|
473
473
|
</div>
|
|
474
474
|
<script src="prettify.js"></script>
|
|
475
475
|
<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-
|
|
112
|
+
at 2024-04-16T17:38:29.559Z
|
|
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.
|
|
4
|
+
"version": "1.4.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/drupal",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/eslint-parser": "^7.16.0",
|
|
56
56
|
"@lando/leia": "^0.6.5",
|
|
57
|
-
"@lando/vitepress-theme-default-plus": "^1.0.
|
|
57
|
+
"@lando/vitepress-theme-default-plus": "^1.0.1",
|
|
58
58
|
"chai": "^4.3.4",
|
|
59
59
|
"command-line-test": "^1.0.10",
|
|
60
60
|
"eslint": "^7.32.0",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"semver"
|
|
77
77
|
],
|
|
78
78
|
"dist": {
|
|
79
|
-
"integrity": "sha512-
|
|
80
|
-
"shasum": "
|
|
81
|
-
"filename": "lando-drupal-1.
|
|
82
|
-
"unpackedSize":
|
|
79
|
+
"integrity": "sha512-ca5dNigFeNYWHgItkIFDJ2HowfzM8cnwDp2SQufnherOPWk4ykEQtSa4gR9i/BpoWiaApa4X8LEtuimVYzW71A==",
|
|
80
|
+
"shasum": "37e70f681cd4417a9a9cf7b231bb14eaee086a5d",
|
|
81
|
+
"filename": "lando-drupal-1.4.0.tgz",
|
|
82
|
+
"unpackedSize": 12370100
|
|
83
83
|
}
|
|
84
84
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1903,"argv":["/opt/hostedtoolcache/node/18.19.1/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":1710179737590,"ppid":1892,"coverageFilename":"/home/runner/work/drupal/drupal/.nyc_output/01d8ff22-9438-4554-b087-ab7603b629f0.json","externalId":"","uuid":"01d8ff22-9438-4554-b087-ab7603b629f0","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1892,"argv":["/opt/hostedtoolcache/node/18.19.1/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":1710179737183,"ppid":1891,"coverageFilename":"/home/runner/work/drupal/drupal/.nyc_output/f814aa13-2c41-4f20-8996-54b86b27fa3e.json","externalId":"","uuid":"f814aa13-2c41-4f20-8996-54b86b27fa3e","files":["/home/runner/work/drupal/drupal/lib/utils.js","/home/runner/work/drupal/drupal/lib/warnings.js"]}
|
|
File without changes
|
|
File without changes
|