@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.
@@ -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 stderr output.
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 stdout output.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumi",
3
- "version": "3.189.0-alpha.x71d57cd",
3
+ "version": "3.189.0-alpha.xb60d9cc",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
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.x71d57cd";
16
+ exports.version = "3.189.0-alpha.xb60d9cc";
17
17
  //# sourceMappingURL=version.js.map