@pulumi/pulumi 3.147.0-alpha.x4ee042e → 3.147.0-alpha.xaaab6df
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 +1 -1
- package/stackReference.d.ts +1 -1
- package/stackReference.js +1 -1
- package/version.js +1 -1
package/package.json
CHANGED
package/stackReference.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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.
|
|
16
|
+
exports.version = "3.147.0-alpha.xaaab6df";
|
|
17
17
|
//# sourceMappingURL=version.js.map
|