pulumi / pulumi-std

Standard library functions implemented as a native Pulumi provider to be consumed from all Pulumi supported languages
Apache License 2.0
3 stars 2 forks source link

package.json is hardcoded to version 1.0.0 #22

Closed Frassle closed 1 year ago

Frassle commented 1 year ago

See https://github.com/pulumi/pulumi-std/blob/master/sdk/nodejs/package.json

This need to follow the same style as other SDKs and dynamically set the version based on the current tag.

Frassle commented 1 year ago

Fixed in https://github.com/pulumi/pulumi-std/pull/23