@wordpress/create-block 4.90.0 → 4.91.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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ The rest of the configuration is set to all default values unless overridden wit
|
|
|
69
69
|
|
|
70
70
|
```bash
|
|
71
71
|
-V, --version output the version number
|
|
72
|
-
-t, --template <name> project template type name; allowed values: "
|
|
72
|
+
-t, --template <name> project template type name; allowed values: "standard" (default), "es5", the name of an external npm package, or the path to a local directory
|
|
73
73
|
--variant choose a block variant as defined by the template
|
|
74
74
|
--no-plugin scaffold block files only
|
|
75
75
|
--target-dir <directory> the directory where the files will be scaffolded, defaults to the slug
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/create-block",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.91.1",
|
|
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,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@inquirer/prompts": "^7.2.0",
|
|
41
|
-
"@wordpress/lazy-import": "^2.
|
|
42
|
-
"chalk": "^4.
|
|
41
|
+
"@wordpress/lazy-import": "^2.48.1",
|
|
42
|
+
"chalk": "^4.1.1",
|
|
43
43
|
"change-case": "^4.1.2",
|
|
44
44
|
"check-node-version": "^4.1.0",
|
|
45
45
|
"commander": "^9.2.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "99df7432c5c7cb83ba41146fd1f57f3c19004305"
|
|
58
58
|
}
|