brandonkal / pulumi-command

A Pulumi resource provider for running commands
Apache License 2.0
15 stars 1 forks source link

Publish updated npm artifact #17

Open blampe opened 3 years ago

blampe commented 3 years ago

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?

brandonkal commented 3 years ago

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

gordonbondon commented 2 years ago

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