@wordpress-flow/cli 1.2.6 → 1.2.7

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -116132,7 +116132,7 @@ class DockerEnvManager {
116132
116132
  // package.json
116133
116133
  var package_default = {
116134
116134
  name: "@wordpress-flow/cli",
116135
- version: "1.2.6",
116135
+ version: "1.2.7",
116136
116136
  type: "module",
116137
116137
  description: "TypeScript-based WordPress block creation system",
116138
116138
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress-flow/cli",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "type": "module",
5
5
  "description": "TypeScript-based WordPress block creation system",
6
6
  "main": "dist/index.js",