@pulumi/pulumi 3.189.0-alpha.x71d57cd → 3.189.0-alpha.xb60d9cc
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/automation/stack.d.ts +2 -2
- package/package.json +1 -1
- package/version.js +1 -1
package/automation/stack.d.ts
CHANGED
|
@@ -662,11 +662,11 @@ export interface PreviewOptions extends GlobalOpts {
|
|
|
662
662
|
*/
|
|
663
663
|
program?: PulumiFn;
|
|
664
664
|
/**
|
|
665
|
-
* A callback to be executed when the operation produces
|
|
665
|
+
* A callback to be executed when the operation produces stdout output.
|
|
666
666
|
*/
|
|
667
667
|
onOutput?: (out: string) => void;
|
|
668
668
|
/**
|
|
669
|
-
* A callback to be executed when the operation produces
|
|
669
|
+
* A callback to be executed when the operation produces stderr output.
|
|
670
670
|
*/
|
|
671
671
|
onError?: (err: string) => void;
|
|
672
672
|
/**
|
package/package.json
CHANGED
package/version.js
CHANGED
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
// See the License for the specific language governing permissions and
|
|
14
14
|
// limitations under the License.
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.version = "3.189.0-alpha.
|
|
16
|
+
exports.version = "3.189.0-alpha.xb60d9cc";
|
|
17
17
|
//# sourceMappingURL=version.js.map
|