@pulumi/pulumi 3.127.1-alpha.x1afd769 → 3.127.1-alpha.x70b144d

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.127.1-alpha.x1afd769",
3
+ "version": "3.127.1-alpha.x70b144d",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -367,7 +367,7 @@ var ResourceProviderService = exports.ResourceProviderService = {
367
367
  //
368
368
  // Parameterize should work the same for both the `ParametersArgs` input and the `ParametersValue` input. Either way
369
369
  // should return the sub-package name and version (which for `ParametersValue` should match the given input).
370
- //
370
+ //
371
371
  // For extension resources their CRUD operations will include the version of which sub-package they correspond to.
372
372
  parameterize: {
373
373
  path: '/pulumirpc.ResourceProvider/Parameterize',
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.127.1-alpha.x1afd769";
16
+ exports.version = "3.127.1-alpha.x70b144d";
17
17
  //# sourceMappingURL=version.js.map