@lando/laravel 0.5.0 → 0.5.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.
- package/.nyc_output/{90e26f80-e0ee-4b94-b6f0-0a6b14bb51df.json → 04d3f9d6-9ba8-4c77-8563-e177512662d5.json} +0 -0
- package/.nyc_output/{65df6874-c0ee-4acf-ac04-8c7a7deb632d.json → 0b657367-6474-408c-81dd-4ab42bce4864.json} +0 -0
- package/.nyc_output/processinfo/04d3f9d6-9ba8-4c77-8563-e177512662d5.json +1 -0
- package/.nyc_output/processinfo/0b657367-6474-408c-81dd-4ab42bce4864.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +6 -0
- package/coverage/builder.js.html +2 -2
- package/coverage/index.html +1 -1
- package/coverage/init.js.html +1 -1
- package/package.json +1 -1
- package/recipes/laravel/builder.js +1 -1
- package/.nyc_output/processinfo/65df6874-c0ee-4acf-ac04-8c7a7deb632d.json +0 -1
- package/.nyc_output/processinfo/90e26f80-e0ee-4b94-b6f0-0a6b14bb51df.json +0 -1
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1672,"argv":["/opt/hostedtoolcache/node/14.18.2/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1641833322908,"ppid":1661,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/04d3f9d6-9ba8-4c77-8563-e177512662d5.json","externalId":"","uuid":"04d3f9d6-9ba8-4c77-8563-e177512662d5","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1661,"argv":["/opt/hostedtoolcache/node/14.18.2/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1641833322414,"ppid":1660,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/0b657367-6474-408c-81dd-4ab42bce4864.json","externalId":"","uuid":"0b657367-6474-408c-81dd-4ab42bce4864","files":["/home/runner/work/laravel/laravel/recipes/laravel/builder.js","/home/runner/work/laravel/laravel/recipes/laravel/init.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"04d3f9d6-9ba8-4c77-8563-e177512662d5":{"parent":null,"children":[]},"0b657367-6474-408c-81dd-4ab42bce4864":{"parent":null,"children":[]}},"files":{"/home/runner/work/laravel/laravel/recipes/laravel/builder.js":["0b657367-6474-408c-81dd-4ab42bce4864"],"/home/runner/work/laravel/laravel/recipes/laravel/init.js":["0b657367-6474-408c-81dd-4ab42bce4864"]},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
## IN DEVELOPMENT
|
|
2
2
|
|
|
3
|
+
## v0.5.1 - [January 10, 2022](https://github.com/lando/laravel/releases/tag/v0.5.1)
|
|
4
|
+
|
|
5
|
+
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando).
|
|
6
|
+
|
|
7
|
+
* Update default php to 7.4
|
|
8
|
+
|
|
3
9
|
## v0.5.0 - [January 10, 2022](https://github.com/lando/laravel/releases/tag/v0.5.0)
|
|
4
10
|
|
|
5
11
|
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando).
|
package/coverage/builder.js.html
CHANGED
|
@@ -236,7 +236,7 @@ const getCache = <span class="cstat-no" title="statement not covered" ><span cla
|
|
|
236
236
|
defaultFiles: {
|
|
237
237
|
php: 'php.ini',
|
|
238
238
|
},
|
|
239
|
-
php: '7.
|
|
239
|
+
php: '7.4',
|
|
240
240
|
services: {appserver: {overrides: {environment: {
|
|
241
241
|
APP_LOG: 'errorlog',
|
|
242
242
|
}}}},
|
|
@@ -271,7 +271,7 @@ const getCache = <span class="cstat-no" title="statement not covered" ><span cla
|
|
|
271
271
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
272
272
|
Code coverage generated by
|
|
273
273
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
274
|
-
at Mon Jan 10 2022 16:
|
|
274
|
+
at Mon Jan 10 2022 16:48:43 GMT+0000 (Coordinated Universal Time)
|
|
275
275
|
</div>
|
|
276
276
|
<script src="prettify.js"></script>
|
|
277
277
|
<script>
|
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 Mon Jan 10 2022 16:
|
|
119
|
+
at Mon Jan 10 2022 16:48:43 GMT+0000 (Coordinated Universal Time)
|
|
120
120
|
</div>
|
|
121
121
|
<script src="prettify.js"></script>
|
|
122
122
|
<script>
|
package/coverage/init.js.html
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
97
|
-
at Mon Jan 10 2022 16:
|
|
97
|
+
at Mon Jan 10 2022 16:48:43 GMT+0000 (Coordinated Universal Time)
|
|
98
98
|
</div>
|
|
99
99
|
<script src="prettify.js"></script>
|
|
100
100
|
<script>
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1650,"argv":["/opt/hostedtoolcache/node/14.18.2/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1641830886590,"ppid":1649,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/65df6874-c0ee-4acf-ac04-8c7a7deb632d.json","externalId":"","uuid":"65df6874-c0ee-4acf-ac04-8c7a7deb632d","files":["/home/runner/work/laravel/laravel/recipes/laravel/builder.js","/home/runner/work/laravel/laravel/recipes/laravel/init.js"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1662,"argv":["/opt/hostedtoolcache/node/14.18.2/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1641830887093,"ppid":1650,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/90e26f80-e0ee-4b94-b6f0-0a6b14bb51df.json","externalId":"","uuid":"90e26f80-e0ee-4b94-b6f0-0a6b14bb51df","files":[]}
|