@pulumi/pulumi 3.147.0-alpha.x4ee042e → 3.147.0-alpha.xa2ab0b9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumi",
3
- "version": "3.147.0-alpha.x4ee042e",
3
+ "version": "3.147.0-alpha.xa2ab0b9",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -56,7 +56,7 @@ export declare class StackReference extends CustomResource {
56
56
  * {@link StackReferenceOutputDetails} with it.
57
57
  *
58
58
  * The returned object has its `value` or `secretValue` fields set depending
59
- * on wehther the output is a secret. Neither field is set if the output was
59
+ * on whether the output is a secret. Neither field is set if the output was
60
60
  * not found.
61
61
  *
62
62
  * @param name
package/stackReference.js CHANGED
@@ -90,7 +90,7 @@ class StackReference extends resource_1.CustomResource {
90
90
  * {@link StackReferenceOutputDetails} with it.
91
91
  *
92
92
  * The returned object has its `value` or `secretValue` fields set depending
93
- * on wehther the output is a secret. Neither field is set if the output was
93
+ * on whether the output is a secret. Neither field is set if the output was
94
94
  * not found.
95
95
  *
96
96
  * @param name
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.147.0-alpha.x4ee042e";
16
+ exports.version = "3.147.0-alpha.xa2ab0b9";
17
17
  //# sourceMappingURL=version.js.map