@lando/wordpress 0.6.0 → 0.7.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/{1f548754-2677-4514-a69b-66eff1f65855.json → 16dd0857-dd14-4489-88d1-2c3623464640.json} +0 -0
- package/.nyc_output/{5f983b75-c258-47e2-b783-1a7949756318.json → 9d81b891-2a75-4351-904b-5b43532e5867.json} +0 -0
- package/.nyc_output/processinfo/16dd0857-dd14-4489-88d1-2c3623464640.json +1 -0
- package/.nyc_output/processinfo/9d81b891-2a75-4351-904b-5b43532e5867.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +4 -0
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +1 -1
- package/coverage/lib/index.html +1 -1
- package/coverage/lib/utils.js.html +1 -1
- package/coverage/recipes/wordpress/builder.js.html +1 -1
- package/coverage/recipes/wordpress/index.html +1 -1
- package/coverage/recipes/wordpress/init.js.html +1 -1
- package/coverage/sort-arrow-sprite.png +0 -0
- package/package.json +8 -5
- package/.nyc_output/processinfo/1f548754-2677-4514-a69b-66eff1f65855.json +0 -1
- package/.nyc_output/processinfo/5f983b75-c258-47e2-b783-1a7949756318.json +0 -1
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1830,"argv":["/opt/hostedtoolcache/node/16.18.1/x64/bin/node","/home/runner/work/wordpress/wordpress/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/wordpress/wordpress","time":1670954821054,"ppid":1819,"coverageFilename":"/home/runner/work/wordpress/wordpress/.nyc_output/16dd0857-dd14-4489-88d1-2c3623464640.json","externalId":"","uuid":"16dd0857-dd14-4489-88d1-2c3623464640","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1819,"argv":["/opt/hostedtoolcache/node/16.18.1/x64/bin/node","/home/runner/work/wordpress/wordpress/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/wordpress/wordpress","time":1670954820569,"ppid":1818,"coverageFilename":"/home/runner/work/wordpress/wordpress/.nyc_output/9d81b891-2a75-4351-904b-5b43532e5867.json","externalId":"","uuid":"9d81b891-2a75-4351-904b-5b43532e5867","files":["/home/runner/work/wordpress/wordpress/lib/utils.js","/home/runner/work/wordpress/wordpress/recipes/wordpress/builder.js","/home/runner/work/wordpress/wordpress/recipes/wordpress/init.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"16dd0857-dd14-4489-88d1-2c3623464640":{"parent":null,"children":[]},"9d81b891-2a75-4351-904b-5b43532e5867":{"parent":null,"children":[]}},"files":{"/home/runner/work/wordpress/wordpress/lib/utils.js":["9d81b891-2a75-4351-904b-5b43532e5867"],"/home/runner/work/wordpress/wordpress/recipes/wordpress/builder.js":["9d81b891-2a75-4351-904b-5b43532e5867"],"/home/runner/work/wordpress/wordpress/recipes/wordpress/init.js":["9d81b891-2a75-4351-904b-5b43532e5867"]},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## v0.7.0 - [December 12, 2022](https://github.com/lando/wordpress/releases/tag/v0.7.0)
|
|
2
|
+
* Added bundle-dependencies to release process.
|
|
3
|
+
* Fixed bug in plugin dogfooding test.
|
|
4
|
+
|
|
1
5
|
## v0.6.0 - [September 7, 2022](https://github.com/lando/wordpress/releases/tag/v0.6.0)
|
|
2
6
|
|
|
3
7
|
* HYPERDRIVED
|
package/coverage/favicon.png
CHANGED
|
Binary file
|
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
|
|
119
|
+
at 2022-12-13T18:07:01.317Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="prettify.js"></script>
|
|
122
122
|
<script>
|
package/coverage/lib/index.html
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at 2022-12-13T18:07:01.317Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -136,7 +136,7 @@ const _ = <span class="cstat-no" title="statement not covered" >require('lodash'
|
|
|
136
136
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
137
137
|
Code coverage generated by
|
|
138
138
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
139
|
-
at
|
|
139
|
+
at 2022-12-13T18:07:01.317Z
|
|
140
140
|
</div>
|
|
141
141
|
<script src="../prettify.js"></script>
|
|
142
142
|
<script>
|
|
@@ -229,7 +229,7 @@ const getWpCliUrl = <span class="cstat-no" title="statement not covered" ><span
|
|
|
229
229
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
230
230
|
Code coverage generated by
|
|
231
231
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
232
|
-
at
|
|
232
|
+
at 2022-12-13T18:07:01.317Z
|
|
233
233
|
</div>
|
|
234
234
|
<script src="../../prettify.js"></script>
|
|
235
235
|
<script>
|
|
@@ -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
|
|
119
|
+
at 2022-12-13T18:07:01.317Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -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
|
|
97
|
+
at 2022-12-13T18:07:01.317Z
|
|
98
98
|
</div>
|
|
99
99
|
<script src="../../prettify.js"></script>
|
|
100
100
|
<script>
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/wordpress",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with WordPress.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.7.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/wordpress",
|
|
@@ -16,7 +16,9 @@
|
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": ">=16.0.0"
|
|
18
18
|
},
|
|
19
|
-
"bundledDependencies":
|
|
19
|
+
"bundledDependencies": [
|
|
20
|
+
"lodash"
|
|
21
|
+
],
|
|
20
22
|
"lando": {},
|
|
21
23
|
"main": "index.js",
|
|
22
24
|
"nyc": {
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
"docs:build": "vuepress build docs",
|
|
39
41
|
"docs:lint": "eslint -c docs/.eslintrc.json --quiet docs/.vuepress",
|
|
40
42
|
"lint": "eslint --quiet . && yarn docs:lint",
|
|
41
|
-
"release": "bump --prompt --tag --all --push",
|
|
43
|
+
"release": "bundle-dependencies update && bump --prompt --tag --all --push",
|
|
42
44
|
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
|
|
43
45
|
"test:leia": "yarn leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
|
|
44
46
|
"test": "yarn lint && yarn test:unit"
|
|
@@ -49,7 +51,8 @@
|
|
|
49
51
|
"devDependencies": {
|
|
50
52
|
"@babel/eslint-parser": "^7.16.0",
|
|
51
53
|
"@lando/leia": "^0.6.4",
|
|
52
|
-
"@lando/vuepress-theme-default-plus": "1.0.0-beta.
|
|
54
|
+
"@lando/vuepress-theme-default-plus": "1.0.0-beta.44",
|
|
55
|
+
"bundle-dependencies": "^1.0.2",
|
|
53
56
|
"chai": "^4.3.4",
|
|
54
57
|
"command-line-test": "^1.0.10",
|
|
55
58
|
"eslint": "^7.32.0",
|
|
@@ -58,6 +61,6 @@
|
|
|
58
61
|
"mocha": "^9.1.2",
|
|
59
62
|
"nyc": "^15.1.0",
|
|
60
63
|
"version-bump-prompt": "^4.2.1",
|
|
61
|
-
"vuepress": "
|
|
64
|
+
"vuepress": "2.0.0-beta.53"
|
|
62
65
|
}
|
|
63
66
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1862,"argv":["/opt/hostedtoolcache/node/16.17.0/x64/bin/node","/home/runner/work/wordpress/wordpress/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/wordpress/wordpress","time":1662660767527,"ppid":1850,"coverageFilename":"/home/runner/work/wordpress/wordpress/.nyc_output/1f548754-2677-4514-a69b-66eff1f65855.json","externalId":"","uuid":"1f548754-2677-4514-a69b-66eff1f65855","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1850,"argv":["/opt/hostedtoolcache/node/16.17.0/x64/bin/node","/home/runner/work/wordpress/wordpress/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/wordpress/wordpress","time":1662660766989,"ppid":1849,"coverageFilename":"/home/runner/work/wordpress/wordpress/.nyc_output/5f983b75-c258-47e2-b783-1a7949756318.json","externalId":"","uuid":"5f983b75-c258-47e2-b783-1a7949756318","files":["/home/runner/work/wordpress/wordpress/lib/utils.js","/home/runner/work/wordpress/wordpress/recipes/wordpress/builder.js","/home/runner/work/wordpress/wordpress/recipes/wordpress/init.js"]}
|