@pulumi/slack 0.4.10 → 0.4.12

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.
@@ -27,7 +27,7 @@ import * as pulumi from "@pulumi/pulumi";
27
27
  * const test = slack.getConversation({
28
28
  * channelId: "my-channel",
29
29
  * });
30
- * const test-name = slack.getConversation({
30
+ * const test_name = slack.getConversation({
31
31
  * name: "my-channel-name",
32
32
  * });
33
33
  * ```
@@ -138,7 +138,7 @@ export interface GetConversationResult {
138
138
  * const test = slack.getConversation({
139
139
  * channelId: "my-channel",
140
140
  * });
141
- * const test-name = slack.getConversation({
141
+ * const test_name = slack.getConversation({
142
142
  * name: "my-channel-name",
143
143
  * });
144
144
  * ```
@@ -33,7 +33,7 @@ const utilities = require("./utilities");
33
33
  * const test = slack.getConversation({
34
34
  * channelId: "my-channel",
35
35
  * });
36
- * const test-name = slack.getConversation({
36
+ * const test_name = slack.getConversation({
37
37
  * name: "my-channel-name",
38
38
  * });
39
39
  * ```
@@ -76,7 +76,7 @@ exports.getConversation = getConversation;
76
76
  * const test = slack.getConversation({
77
77
  * channelId: "my-channel",
78
78
  * });
79
- * const test-name = slack.getConversation({
79
+ * const test_name = slack.getConversation({
80
80
  * name: "my-channel-name",
81
81
  * });
82
82
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/slack",
3
- "version": "0.4.10",
3
+ "version": "0.4.12",
4
4
  "description": "A Pulumi package for managing Slack workspaces.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "slack",
27
- "version": "0.4.10"
27
+ "version": "0.4.12"
28
28
  }
29
29
  }