@wordpress/create-block 4.85.0 → 4.86.1-next.v.202604091042.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/lib/templates.js +1 -1
- package/package.json +3 -3
package/lib/templates.js
CHANGED
|
@@ -118,7 +118,7 @@ const getOutputAssets = async ( outputAssetsPath ) => {
|
|
|
118
118
|
const externalTemplateExists = async ( templateName ) => {
|
|
119
119
|
try {
|
|
120
120
|
await command( `npm view ${ templateName }` );
|
|
121
|
-
} catch
|
|
121
|
+
} catch {
|
|
122
122
|
return false;
|
|
123
123
|
}
|
|
124
124
|
return true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/create-block",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.86.1-next.v.202604091042.0+668146787",
|
|
4
4
|
"description": "Generates PHP, JS and CSS code for registering a block for a WordPress plugin.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@inquirer/prompts": "^7.2.0",
|
|
41
|
-
"@wordpress/lazy-import": "^2.
|
|
41
|
+
"@wordpress/lazy-import": "^2.43.1-next.v.202604091042.0+668146787",
|
|
42
42
|
"chalk": "^4.0.0",
|
|
43
43
|
"change-case": "^4.1.2",
|
|
44
44
|
"check-node-version": "^4.1.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "73606df74f1c38a084bfa5db97205259ef817593"
|
|
58
58
|
}
|