@lando/symfony 1.8.0 → 1.8.2
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/8f73191c-a236-44a8-92c9-0d38a6a16880.json +1 -0
- package/.nyc_output/processinfo/fcb688bf-4c34-4612-acec-96b95b300b1a.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +8 -0
- package/coverage/index.html +1 -1
- package/package.json +6 -6
- package/.nyc_output/processinfo/b76257e2-8c3c-46d2-abd1-fb7bca73eb1e.json +0 -1
- package/.nyc_output/processinfo/e0cb7ac5-3e54-459c-8983-b55f0df2fb46.json +0 -1
- /package/.nyc_output/{b76257e2-8c3c-46d2-abd1-fb7bca73eb1e.json → 8f73191c-a236-44a8-92c9-0d38a6a16880.json} +0 -0
- /package/.nyc_output/{e0cb7ac5-3e54-459c-8983-b55f0df2fb46.json → fcb688bf-4c34-4612-acec-96b95b300b1a.json} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1968,"argv":["/opt/hostedtoolcache/node/20.18.1/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1733353216470,"ppid":1967,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/8f73191c-a236-44a8-92c9-0d38a6a16880.json","externalId":"","uuid":"8f73191c-a236-44a8-92c9-0d38a6a16880","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1979,"argv":["/opt/hostedtoolcache/node/20.18.1/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1733353216607,"ppid":1968,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/fcb688bf-4c34-4612-acec-96b95b300b1a.json","externalId":"","uuid":"fcb688bf-4c34-4612-acec-96b95b300b1a","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"8f73191c-a236-44a8-92c9-0d38a6a16880":{"parent":null,"children":[]},"fcb688bf-4c34-4612-acec-96b95b300b1a":{"parent":null,"children":[]}},"files":{},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
|
|
2
2
|
|
|
3
|
+
## v1.8.2 - [December 4, 2024](https://github.com/lando/symfony/releases/tag/v1.8.2)
|
|
4
|
+
|
|
5
|
+
* Updated to [@lando/vitepress-theme-default-plus@v1.1.0-beta.24](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.1.0-beta.24).
|
|
6
|
+
|
|
7
|
+
## v1.8.1 - [November 4, 2024](https://github.com/lando/symfony/releases/tag/v1.8.1)
|
|
8
|
+
|
|
9
|
+
* Updated to [@lando/vitepress-theme-default-plus@v1.1.0-beta.18](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.1.0-beta.18).
|
|
10
|
+
|
|
3
11
|
## v1.8.0 - [October 25, 2024](https://github.com/lando/symfony/releases/tag/v1.8.0)
|
|
4
12
|
|
|
5
13
|
* Updated release process to generate an edge release when stable releases are created.
|
package/coverage/index.html
CHANGED
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
87
87
|
Code coverage generated by
|
|
88
88
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
89
|
-
at 2024-
|
|
89
|
+
at 2024-12-04T23:00:16.770Z
|
|
90
90
|
</div>
|
|
91
91
|
<script src="prettify.js"></script>
|
|
92
92
|
<script>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/symfony",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with Symfony.",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.2",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/symfony",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@babel/eslint-parser": "^7.23.10",
|
|
58
58
|
"@lando/leia": "^1.0.0-beta.3",
|
|
59
|
-
"@lando/vitepress-theme-default-plus": "^1.1.0-beta.
|
|
59
|
+
"@lando/vitepress-theme-default-plus": "^1.1.0-beta.24",
|
|
60
60
|
"chai": "^4.3.4",
|
|
61
61
|
"command-line-test": "^1.0.10",
|
|
62
62
|
"eslint": "^8.56.0",
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
"lodash"
|
|
79
79
|
],
|
|
80
80
|
"dist": {
|
|
81
|
-
"integrity": "sha512
|
|
82
|
-
"shasum": "
|
|
83
|
-
"filename": "lando-symfony-1.8.
|
|
84
|
-
"unpackedSize":
|
|
81
|
+
"integrity": "sha512-/6XYAdqb1OdUZbucGWoCNsQiqP+Y08A5iCl/7+hoiKVl3NoUErVD42L2gfypjHqG1Vr7+PBe6f/Q26A21xpvRw==",
|
|
82
|
+
"shasum": "c4c084ae6a73d9e5501d517ee46f3424757f5b6f",
|
|
83
|
+
"filename": "lando-symfony-1.8.2.tgz",
|
|
84
|
+
"unpackedSize": 16570012
|
|
85
85
|
}
|
|
86
86
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":2203,"argv":["/opt/hostedtoolcache/node/20.18.0/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1729885848542,"ppid":2192,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/b76257e2-8c3c-46d2-abd1-fb7bca73eb1e.json","externalId":"","uuid":"b76257e2-8c3c-46d2-abd1-fb7bca73eb1e","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":2192,"argv":["/opt/hostedtoolcache/node/20.18.0/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1729885848409,"ppid":2191,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/e0cb7ac5-3e54-459c-8983-b55f0df2fb46.json","externalId":"","uuid":"e0cb7ac5-3e54-459c-8983-b55f0df2fb46","files":[]}
|
|
File without changes
|
|
File without changes
|