pulumi / pulumi-std

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

Missing from registry? #55

Open t0yv0 opened 1 month ago

t0yv0 commented 1 month ago

What happened?

A user reports not finding this package in pulumi-registry which I can confirm. https://github.com/pulumi/pulumi-yaml/pull/576#issuecomment-2105022819

Example

N/A

Output of pulumi about

N/A

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

SayakMukhopadhyay commented 1 month ago

Also do note that the str package contains the following functions image And of those trimSuffix, trimPrefix, replace are all present in the std package. Even the replace from the regexp module is present in the std package. I am not sure if the replace and match from the regexp module is present or not.