@pulumi/pulumi 3.23.2 → 3.24.0-alpha.1643662863

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
  3. package/version.js +1 -1
package/README.md CHANGED
@@ -16,8 +16,8 @@ Using yarn:
16
16
  $ yarn add @pulumi/pulumi
17
17
  ```
18
18
 
19
- This SDK is meant for use with the Pulumi CLI. Please visit
20
- [pulumi.com](https://www.pulumi.com/docs/get-started/install/) for installation instructions.
19
+ This SDK is meant for use with the Pulumi CLI. Visit
20
+ [Pulumi's Download & Install](https://www.pulumi.com/docs/get-started/install/) to install the CLI.
21
21
 
22
22
  ## Building and Testing
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumi",
3
- "version": "3.23.2",
3
+ "version": "3.24.0-alpha.1643662863+eb975813",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
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.23.2";
16
+ exports.version = "3.24.0-alpha.1643662863+eb975813";
17
17
  //# sourceMappingURL=version.js.map