@pulumi/pulumi 3.17.0-alpha.1635787261 → 3.17.0

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.17.0-alpha.1635787261+343b4a35",
3
+ "version": "3.17.0",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -508,7 +508,7 @@ function getAllTransitivelyReferencedResourceURNs(resources) {
508
508
  // Then the transitively reachable resources of Comp1 will be [Cust1, Cust2, Cust3, Remote1].
509
509
  // It will *not* include:
510
510
  // * Cust4 because it is a child of a custom resource
511
- // * Comp2 because it is a non-remote component resoruce
511
+ // * Comp2 because it is a non-remote component resource
512
512
  // * Comp3 and Cust5 because Comp3 is a child of a remote component resource
513
513
  // To do this, first we just get the transitively reachable set of resources (not diving
514
514
  // into custom resources). In the above picture, if we start with 'Comp1', this will be
package/version.js CHANGED
@@ -13,4 +13,4 @@
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.17.0-alpha.1635787261+343b4a35";
16
+ exports.version = "3.17.0";