@pulumi/pulumi 3.148.1-alpha.x2b2a8cc → 3.148.1-alpha.xfe6fd3b

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.148.1-alpha.x2b2a8cc",
3
+ "version": "3.148.1-alpha.xfe6fd3b",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -294,9 +294,7 @@ registerStackInvokeTransform: {
294
294
  responseSerialize: serialize_google_protobuf_Empty,
295
295
  responseDeserialize: deserialize_google_protobuf_Empty,
296
296
  },
297
- // Registers a package and allocates a packageRef. The same package can be registered multiple times in Pulumi.
298
- // Multiple requests are idempotent and guaranteed to return the same result.
299
- registerPackage: {
297
+ registerPackage: {
300
298
  path: '/pulumirpc.ResourceMonitor/RegisterPackage',
301
299
  requestStream: false,
302
300
  responseStream: false,
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.148.1-alpha.x2b2a8cc";
16
+ exports.version = "3.148.1-alpha.xfe6fd3b";
17
17
  //# sourceMappingURL=version.js.map