@caweb/cli 1.14.6 → 1.14.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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * External dependencies
3
3
  */
4
- import {default as run} from '@wordpress/env';
4
+ import WPEnv from '@wordpress/env';
5
5
 
6
6
  /**
7
7
  * Internal dependencies
@@ -21,7 +21,7 @@ export default async function shell({
21
21
  debug
22
22
  }) {
23
23
 
24
- await run({
24
+ await WPEnv.run({
25
25
  container: 'tests' === environment ? 'tests-cli' : 'cli',
26
26
  command: ['bash'],
27
27
  "": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/cli",
3
- "version": "1.14.6",
3
+ "version": "1.14.7",
4
4
  "description": "CAWebPublishing Command Line Interface.",
5
5
  "exports": "./lib/env.js",
6
6
  "type": "module",