pulumi-command icon indicating copy to clipboard operation
pulumi-command copied to clipboard

Publish updated npm artifact

Open blampe opened this issue 4 years ago • 2 comments

#13 updated the Node SDK for compatibility with Pulumi ^3, however the @brandonkal/pulumi-command package on npm is still using ^1. This results in the following error:

    Found incompatible versions of @pulumi/pulumi. Differing major versions are not supported.
      Version 1.14.1 referenced at node_modules/@brandonkal/pulumi-command/node_modules/@pulumi/pulumi/package.json
      Version 3.10.3 referenced at node_modules/@pulumi/pulumi/package.json

Would you consider updating the release on npm?

blampe avatar Sep 29 '21 23:09 blampe

I would consider publishing an update to npm. I believe @gordonbondon is working on getting that wired up.

brandonkal avatar Oct 05 '21 22:10 brandonkal

Unfortunately, I would not be able to work on this right now. But there was some interest from Pulumi core maintainers to help with this, see thread on pulumi community slack https://pulumi-community.slack.com/archives/C02KRV5S3DG/p1635874224000800

gordonbondon avatar Nov 18 '21 00:11 gordonbondon