openfga / sdk-generator

OpenFGA Client SDK Generator
Apache License 2.0
14 stars 30 forks source link

release(js-sdk): v0.6.0 #383

Closed ewanharris closed 4 days ago

ewanharris commented 4 days ago

Description

This PR ports the changes required for JS metrics across to the generator, unfortunately this required the re-introduction of a patch file 😞. This is because the metrics are context specific (some have storeId to send, some have user info to send) but the mustache templates are logic-less, so we can't say "add this if it's the check method".

To break the commits down:

References

https://github.com/openfga/js-sdk/pull/117

Review Checklist