@pulumi/pulumi 3.4.0-alpha.1622823920 → 3.4.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/config.d.ts CHANGED
@@ -94,7 +94,7 @@ export declare class Config {
94
94
  */
95
95
  require<K extends string = string>(key: string, opts?: StringConfigOptions<K>): K;
96
96
  /**
97
- * require loads a configuration value by its given key, marking it as a secet. If it doesn't exist, an error
97
+ * require loads a configuration value by its given key, marking it as a secret. If it doesn't exist, an error
98
98
  * is thrown.
99
99
  *
100
100
  * @param key The key to lookup.
package/config.js CHANGED
@@ -237,7 +237,7 @@ class Config {
237
237
  return this.requireImpl(key, opts, this.requireSecret, this.require);
238
238
  }
239
239
  /**
240
- * require loads a configuration value by its given key, marking it as a secet. If it doesn't exist, an error
240
+ * require loads a configuration value by its given key, marking it as a secret. If it doesn't exist, an error
241
241
  * is thrown.
242
242
  *
243
243
  * @param key The key to lookup.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumi",
3
- "version": "3.4.0-alpha.1622823920+f1fa3a14",
3
+ "version": "3.4.0",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
package/version.js CHANGED
@@ -13,4 +13,4 @@
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.4.0-alpha.1622823920+f1fa3a14";
16
+ exports.version = "3.4.0";