@pulumi/pulumi 3.23.2 → 3.24.0-alpha.1643625111
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/README.md +2 -2
- package/package.json +1 -1
- 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.
|
|
20
|
-
[
|
|
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
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.
|
|
16
|
+
exports.version = "3.24.0-alpha.1643625111+40eee586";
|
|
17
17
|
//# sourceMappingURL=version.js.map
|