@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 +1 -1
- package/proto/resource_grpc_pb.js +3 -1
- package/version.d.ts +1 -1
- package/version.js +2 -2
package/package.json
CHANGED
|
@@ -294,7 +294,9 @@ registerStackInvokeTransform: {
|
|
|
294
294
|
responseSerialize: serialize_google_protobuf_Empty,
|
|
295
295
|
responseDeserialize: deserialize_google_protobuf_Empty,
|
|
296
296
|
},
|
|
297
|
-
|
|
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.
|
|
1
|
+
export declare const version = "3.149.0";
|
package/version.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Copyright 2016-
|
|
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.
|
|
16
|
+
exports.version = "3.149.0-alpha.x27ca3b5";
|
|
17
17
|
//# sourceMappingURL=version.js.map
|