@pulumi/http 0.1.4 → 0.1.5-alpha.1777660925

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/getHttp.d.ts CHANGED
@@ -101,7 +101,7 @@ import * as outputs from "./types/output";
101
101
  * },
102
102
  * });
103
103
  * const exampleResource = new _null.index.Resource("example", {});
104
- * const exampleResourceProvisioner0 = new command.local.Command("exampleResourceProvisioner0", {create: std.index.contains({
104
+ * const exampleResourceProvisioner0 = new command.local.Command("exampleResourceProvisioner0", {create: std.contains({
105
105
  * input: [
106
106
  * 201,
107
107
  * 204,
@@ -335,7 +335,7 @@ export interface GetHttpResult {
335
335
  * },
336
336
  * });
337
337
  * const exampleResource = new _null.index.Resource("example", {});
338
- * const exampleResourceProvisioner0 = new command.local.Command("exampleResourceProvisioner0", {create: std.index.contains({
338
+ * const exampleResourceProvisioner0 = new command.local.Command("exampleResourceProvisioner0", {create: std.contains({
339
339
  * input: [
340
340
  * 201,
341
341
  * 204,
package/getHttp.js CHANGED
@@ -105,7 +105,7 @@ const utilities = require("./utilities");
105
105
  * },
106
106
  * });
107
107
  * const exampleResource = new _null.index.Resource("example", {});
108
- * const exampleResourceProvisioner0 = new command.local.Command("exampleResourceProvisioner0", {create: std.index.contains({
108
+ * const exampleResourceProvisioner0 = new command.local.Command("exampleResourceProvisioner0", {create: std.contains({
109
109
  * input: [
110
110
  * 201,
111
111
  * 204,
@@ -232,7 +232,7 @@ exports.getHttp = getHttp;
232
232
  * },
233
233
  * });
234
234
  * const exampleResource = new _null.index.Resource("example", {});
235
- * const exampleResourceProvisioner0 = new command.local.Command("exampleResourceProvisioner0", {create: std.index.contains({
235
+ * const exampleResourceProvisioner0 = new command.local.Command("exampleResourceProvisioner0", {create: std.contains({
236
236
  * input: [
237
237
  * 201,
238
238
  * 204,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/http",
3
- "version": "0.1.4",
3
+ "version": "0.1.5-alpha.1777660925",
4
4
  "description": "A Pulumi package for creating and managing HTTP cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -22,6 +22,6 @@
22
22
  "pulumi": {
23
23
  "resource": true,
24
24
  "name": "http",
25
- "version": "0.1.4"
25
+ "version": "0.1.5-alpha.1777660925"
26
26
  }
27
27
  }