@pulumi/pulumi 3.148.1-alpha.xfe6fd3b → 3.149.0-alpha.x27ca3b5

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.xfe6fd3b",
3
+ "version": "3.149.0-alpha.x27ca3b5",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -294,7 +294,9 @@ registerStackInvokeTransform: {
294
294
  responseSerialize: serialize_google_protobuf_Empty,
295
295
  responseDeserialize: deserialize_google_protobuf_Empty,
296
296
  },
297
- registerPackage: {
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: {
298
300
  path: '/pulumirpc.ResourceMonitor/RegisterPackage',
299
301
  requestStream: false,
300
302
  responseStream: false,
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "3.148.1";
1
+ export declare const version = "3.149.0";
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2016-2018, Pulumi Corporation.
2
+ // Copyright 2016-2025, Pulumi Corporation.
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -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.xfe6fd3b";
16
+ exports.version = "3.149.0-alpha.x27ca3b5";
17
17
  //# sourceMappingURL=version.js.map