@pulumi/pulumi 3.209.0-alpha.xf7128fb → 3.209.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 +2 -2
- package/proto/alias_pb.js +1 -7
- package/proto/analyzer_pb.js +1 -7
- package/proto/callback_pb.js +1 -7
- package/proto/codegen/hcl_pb.js +1 -7
- package/proto/codegen/loader_pb.js +1 -7
- package/proto/codegen/mapper_pb.js +1 -7
- package/proto/converter_pb.js +1 -7
- package/proto/engine_pb.js +1 -7
- package/proto/errors_pb.js +1 -7
- package/proto/events_pb.js +1 -7
- package/proto/language_pb.js +1 -7
- package/proto/plugin_pb.js +1 -7
- package/proto/provider_pb.js +1 -7
- package/proto/resource_pb.js +1 -7
- package/proto/resource_status_pb.js +1 -7
- package/proto/source_pb.js +1 -7
- package/proto/testing/language_pb.js +1 -7
- package/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/pulumi",
|
|
3
|
-
"version": "3.209.0
|
|
3
|
+
"version": "3.209.0",
|
|
4
4
|
"description": "Pulumi's Node.js SDK",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"google-protobuf": "^3.21.4",
|
|
28
28
|
"got": "^11.8.6",
|
|
29
29
|
"ini": "^2.0.0",
|
|
30
|
-
"js-yaml": "^3.14.
|
|
30
|
+
"js-yaml": "^3.14.2",
|
|
31
31
|
"minimist": "^1.2.6",
|
|
32
32
|
"normalize-package-data": "^6.0.0",
|
|
33
33
|
"picomatch": "^3.0.1",
|
package/proto/alias_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
goog.exportSymbol('proto.pulumirpc.Alias', null, global);
|
|
25
19
|
goog.exportSymbol('proto.pulumirpc.Alias.AliasCase', null, global);
|
package/proto/analyzer_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
var pulumi_plugin_pb = require('./plugin_pb.js');
|
|
25
19
|
goog.object.extend(proto, pulumi_plugin_pb);
|
package/proto/callback_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
goog.exportSymbol('proto.pulumirpc.Callback', null, global);
|
|
25
19
|
goog.exportSymbol('proto.pulumirpc.CallbackInvokeRequest', null, global);
|
package/proto/codegen/hcl_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
goog.exportSymbol('proto.pulumirpc.codegen.Diagnostic', null, global);
|
|
25
19
|
goog.exportSymbol('proto.pulumirpc.codegen.DiagnosticSeverity', null, global);
|
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
goog.exportSymbol('proto.codegen.GetSchemaRequest', null, global);
|
|
25
19
|
goog.exportSymbol('proto.codegen.GetSchemaResponse', null, global);
|
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
goog.exportSymbol('proto.codegen.GetMappingRequest', null, global);
|
|
25
19
|
goog.exportSymbol('proto.codegen.GetMappingResponse', null, global);
|
package/proto/converter_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
var pulumi_codegen_hcl_pb = require('./codegen/hcl_pb.js');
|
|
25
19
|
goog.object.extend(proto, pulumi_codegen_hcl_pb);
|
package/proto/engine_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
|
|
25
19
|
goog.object.extend(proto, google_protobuf_empty_pb);
|
package/proto/errors_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
goog.exportSymbol('proto.pulumirpc.ErrorCause', null, global);
|
|
25
19
|
goog.exportSymbol('proto.pulumirpc.InputPropertiesError', null, global);
|
package/proto/events_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
|
|
25
19
|
goog.object.extend(proto, google_protobuf_empty_pb);
|
package/proto/language_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
var pulumi_codegen_hcl_pb = require('./codegen/hcl_pb.js');
|
|
25
19
|
goog.object.extend(proto, pulumi_codegen_hcl_pb);
|
package/proto/plugin_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
goog.exportSymbol('proto.pulumirpc.PackageDependency', null, global);
|
|
25
19
|
goog.exportSymbol('proto.pulumirpc.PackageParameterization', null, global);
|
package/proto/provider_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
var pulumi_plugin_pb = require('./plugin_pb.js');
|
|
25
19
|
goog.object.extend(proto, pulumi_plugin_pb);
|
package/proto/resource_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
|
|
25
19
|
goog.object.extend(proto, google_protobuf_empty_pb);
|
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
|
|
25
19
|
goog.object.extend(proto, google_protobuf_struct_pb);
|
package/proto/source_pb.js
CHANGED
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
goog.exportSymbol('proto.pulumirpc.SourcePosition', null, global);
|
|
25
19
|
goog.exportSymbol('proto.pulumirpc.StackFrame', null, global);
|
|
@@ -13,13 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
17
|
-
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
-
(typeof window !== 'undefined' && window) ||
|
|
19
|
-
(typeof global !== 'undefined' && global) ||
|
|
20
|
-
(typeof self !== 'undefined' && self) ||
|
|
21
|
-
(function () { return this; }).call(null) ||
|
|
22
|
-
Function('return this')();
|
|
16
|
+
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
23
17
|
|
|
24
18
|
goog.exportSymbol('proto.pulumirpc.testing.GetLanguageTestsRequest', null, global);
|
|
25
19
|
goog.exportSymbol('proto.pulumirpc.testing.GetLanguageTestsResponse', null, global);
|
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.209.0
|
|
16
|
+
exports.version = "3.209.0";
|
|
17
17
|
//# sourceMappingURL=version.js.map
|